-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
46 lines (35 loc) · 1.04 KB
/
dune-project
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
(lang dune 3.17)
(name aslp_web)
(generate_opam_files true)
(source (github katrinafyi/aslp-web))
(authors "Kait Lam")
(maintainers "Kait Lam")
(license Apache-2.0)
(documentation https://katrinafyi.github.io/aslp-web/)
(package
(name aslp_web)
(synopsis "Web interface for the ASLp partiel evaluator")
(depends
ocaml ; recommended >= 5.1 for tail-rec-mod-cons of List.map
dune
aslp_offline_js
asli
(js_of_ocaml (>= 5.9.0)) ; Js_of_ocaml.Typed_array.from_genarray api updated
js_of_ocaml-ppx
zarith_stubs_js
)
(tags ("web" "disassembly")))
(package
(name aslp_offline_js)
(authors "Kait Lam" "ailrst")
(synopsis "Offline lifter generated by ASLp, compiled to Javascript")
(depends
ocaml ; recommended >= 5.1 for tail-rec-mod-cons of List.map
dune
asli
(js_of_ocaml (>= 5.9.0)) ; Js_of_ocaml.Typed_array.from_genarray api updated
js_of_ocaml-ppx
zarith_stubs_js
)
(tags ("javascript" "disassembly")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project