-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
54 lines (46 loc) · 1.16 KB
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
OASISFormat: 0.2
Name: React
Version: 0.9.2+dev
Synopsis: Applicative events and signals for OCaml
Authors: Daniel C. Bünzli <[email protected]>
License: BSD3
LicenseFile: LICENCE
Plugins: DevFiles (0.2), META (0.2), StdFiles (0.2)
Homepage: http://erratique.ch/software/react
BuildTools: ocamlbuild
Library react
Path: src
BuildTools: ocamlbuild
Modules: React
Executable test_main
Path: test/
Install: false
CompiledObject: best
MainIs: test.ml
BuildDepends: react
Executable test_breakout
Path: test/
Install: false
CompiledObject: best
MainIs: breakout.ml
BuildDepends: unix, react
Executable test_clock
Path: test/
Install: false
CompiledObject: best
MainIs: clock.ml
BuildDepends: unix, react
Document "react-api"
Title: API reference for react
Type: ocamlbuild (0.2)
Install: true
InstallDir: $htmldir/api
BuildTools: ocamldoc
XOCamlbuildPath: src
XOCamlbuildLibraries: react
Test main
Command: $test_main
SourceRepository github
Type: git
Location: git://github.com/camlunity/ocaml-react.git
Browser: https://github.com/camlunity/ocaml-react