-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
36 lines (30 loc) · 724 Bytes
/
_oasis
File metadata and controls
36 lines (30 loc) · 724 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
35
36
OASISFormat: 0.4
Name: sharp
Version: 1.0.0
Synopsis: An FRP-style front-end framework
Authors: Thomas Feron <thomas.feron@redspline.com>
License: BSD-3-clause
Plugins: DevFiles (0.4), META (0.4)
PostBuildCommand:
js_of_ocaml --pretty main.byte -o demo/main.js
Library sharp
Path: src
BuildTools: ocamlbuild
Modules:
Sharp,
Sharp_core,
Sharp_event,
Sharp_form,
Sharp_ajax,
Sharp_vdom,
Sharp_vdom_subnetwork,
Sharp_ticker,
Sharp_router
BuildDepends:
js_of_ocaml.ppx
Executable "sharp-demo"
Path: demo
BuildTools: ocamlbuild
MainIs: main.ml
BuildDepends:
sharp