forked from ocaml-wasm/wasm_of_ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
158 lines (148 loc) · 4.67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
(lang dune 3.11)
(using menhir 2.0)
(name js_of_ocaml)
(generate_opam_files true)
(executables_implicit_empty_intf true)
(authors "Ocsigen team <dev@ocsigen.org>")
(maintainers "Ocsigen team <dev@ocsigen.org>")
(source (github ocsigen/js_of_ocaml))
(homepage "https://ocsigen.org/js_of_ocaml/latest/manual/overview")
(documentation "https://ocsigen.org/js_of_ocaml/latest/manual/overview")
(license "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
(package
(name js_of_ocaml-compiler)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (and (>= 4.08) (< 5.1)))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (>= 0.15.0))
(re :with-test)
(cmdliner (>= 1.1.0))
(sedlex (>= 2.3))
menhir
menhirLib
menhirSdk
yojson)
(depopts
ocamlfind)
(conflicts
(ocamlfind (< 1.5.1))
(js_of_ocaml (< 3.0))
))
(package
(name js_of_ocaml-lwt)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (>= 4.08))
(js_of_ocaml (= :version))
(js_of_ocaml-ppx (= :version))
(lwt (>= 2.4.4))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (and (>= 0.22.0) :with-test))
(re (and (>= 1.9.0) :with-test)))
(depopts
graphics
lwt_log
))
(package
(name js_of_ocaml-ppx_deriving_json)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (>= 4.08))
(js_of_ocaml (= :version))
(ppxlib (>= 0.15))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(re (and (>= 1.9.0) :with-test))
))
(package
(name js_of_ocaml-ppx)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (>= 4.08))
(js_of_ocaml (= :version))
(ppxlib (>= 0.15.0))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(re (and (>= 1.9.0) :with-test))
))
(package
(name js_of_ocaml-toplevel)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (>= 4.08))
(js_of_ocaml-compiler (= :version))
(ocamlfind (>= 1.5.1))
(cohttp-lwt-unix :with-test)
(graphics :with-test)
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (and (>= 0.15) :with-test))
(re (and (>= 1.9.0) :with-test))
))
(package
(name js_of_ocaml-tyxml)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (>= 4.08))
(js_of_ocaml (= :version))
(js_of_ocaml-ppx (= :version))
(react (>= 1.2.1))
(reactiveData (>= 0.2))
(tyxml (>= 4.3))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (and (>= 0.22.0) :with-test))
(re (and (>= 1.9.0) :with-test))
))
(package
(name js_of_ocaml)
(synopsis "Compiler from OCaml bytecode to JavaScript")
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (>= 4.08))
(js_of_ocaml-compiler (= :version))
(ppxlib (>= 0.15))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(re (and (>= 1.9.0) :with-test))
))
(package
(name wasm_of_ocaml-compiler)
(synopsis "Compiler from OCaml bytecode to WebAssembly")
(description
"Wasm_of_ocaml is a compiler from OCaml bytecode to WebAssembly. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (and (>= 4.08) (< 5.1)))
(js_of_ocaml (= :version))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (>= 0.15.0))
(re :with-test)
(cmdliner (>= 1.1.0))
(sedlex (>= 2.3))
menhir
menhirLib
menhirSdk
yojson)
(depopts
ocamlfind)
(conflicts
(ocamlfind (< 1.5.1))
(js_of_ocaml (< 3.0))
))