forked from ocsigen/js_of_ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.js_of_ocaml.template
46 lines (36 loc) · 1.02 KB
/
META.js_of_ocaml.template
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
# JBUILDER_GEN
linkopts(javascript,-jsoo_noruntime) = "+js_of_ocaml-compiler/runtime.js"
linkopts(javascript,jsoo_classlist) += "+js_of_ocaml-compiler/classlist.js"
linkopts(javascript,pkg_graphics) += "+js_of_ocaml-compiler/graphics.js"
linkopts(javascript,pkg_num) += "+js_of_ocaml-compiler/nat.js"
package "weak" (
description = "weak emulation for js_of_ocaml."
version = "[distributed with js_of_ocaml]"
linkopts(javascript) = "+js_of_ocaml-compiler/weak.js"
)
package "ppx" (
requires = "js_of_ocaml-ppx"
)
package "tyxml" (
requires = "js_of_ocaml-tyxml"
)
package "graphics" (
requires = "js_of_ocaml-lwt.graphics"
)
package "log" (
requires = "js_of_ocaml-lwt.logger"
)
package "ocamlbuild" (
requires = "js_of_ocaml-ocamlbuild"
)
package "compiler" (
requires = "js_of_ocaml-compiler"
)
package "toplevel" (
requires = "js_of_ocaml-toplevel"
)
package "syntax" (
archive(syntax, preprocessor) = "-ignore dummy"
archive(syntax, toploop) = "-ignore dummy"
requires(syntax) = "js_of_ocaml-camlp4"
)