-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
34 lines (26 loc) · 900 Bytes
/
_oasis
File metadata and controls
34 lines (26 loc) · 900 Bytes
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
#-*-conf-*-
OASISFormat: 0.2
Name: dom_react
Version: 0.1.0
Synopsis:
Reactive programming in a browser through js_of_ocaml and React
Description:
The library provides higher-level reactive constructs for building
Functional Reactive applications in a browser using React library,
js_of_ocaml and coresponding JS and Dom bindings.
Authors: Wojciech Meyer
License: LGPL
Plugins: META (0.2), StdFiles (0.2), DevFiles (0.2)
BuildType: Custom (0.2)
XCustomBuild: ocamlbuild -no-links -use-ocamlfind examples.otarget
XCustomBuildClean: ocamlbuild -clean
XCustomBuildDistClean: ocamlbuild -clean
Library dom_react
Path: lib
BuildTools: ocamlbuild
BuildDepends: js_of_ocaml, react
Modules: Dom_react
SourceRepository master
Type: git
Location: git://github.com/danmey/Dom_react.git
Browser: https://github.com/danmey/Dom_react