OASISFormat: 0.3
Name: react
Version: 0.9.4
Synopsis: Declarative events and signals for OCaml
Authors: Daniel Bünzli <daniel.buenzli at erratique.ch>
Copyrights: (c) 2009-2012 Daniel C. Bünzli
License: BSD3
Homepage: http://erratique.ch/software/react
Description:
 React is an OCaml module for functional reactive programming (FRP). It
 provides support to program with time varying values : declarative
 events and signals. React doesn't define any primitive event or
 signal, it lets the client chooses the concrete timeline.
 .
 React is made of a single, independent, module and distributed under
 the BSD3 license.

OCamlVersion: >= 3.11.0
Plugins: META (0.3)
BuildTools:ocamlbuild

Library react
 Path: src
 Modules: React

Executable clock
 Path: test
 MainIs: clock.ml
 BuildDepends: unix, react
 CompiledObject: Best
 Install: false

Executable breakout
 Path: test
 MainIs: breakout.ml
 BuildDepends: unix, react
 CompiledObject: Best
 Install: false

Executable test
 Path: test
 MainIs: test.ml
 CompiledObject: Best
 BuildDepends: react
 Install: false
 
Test test
 Command: $test

Document api
 Title: React's documentation and API reference
 Type: ocamlbuild (0.3)
 BuildTools+: ocamldoc
 XOCamlbuildLibraries: react
 XOCamlbuildPath: doc

Document distribution
 Title: "React's README and CHANGES files"
 DataFiles: README CHANGES

Document samples
 Title: "React's sample code"
 DataFiles: test/*.ml

SourceRepository head
 Type: git
 Location: git://erratique.ch/repos/react.git
 Browser: http://erratique.ch/repos/react
