Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
c73bec31
Commit
c73bec31
authored
Mar 30, 2021
by
Kim Nguyễn
Browse files
Add js_of_ocaml as an optional dependency.
parent
e7b33dda
Changes
4
Hide whitespace changes
Inline
Side-by-side
backend/jsoo/dune
View file @
c73bec31
...
...
@@ -2,6 +2,7 @@
(name cduce_jsoo_backend)
(public_name cduce.lib.jsoo_backend)
(library_flags (-linkall))
(optional)
(libraries cduce-types cduce.lib.core)
(preprocess (pps js_of_ocaml-ppx))
)
cduce.opam
View file @
c73bec31
...
...
@@ -42,4 +42,5 @@ depends: [
]
depopts: [
"ocaml-compiler-libs" {>= "v0.9.0"}
"js_of_ocaml" {>= "3.7.1"}
]
cduce.opam.template
View file @
c73bec31
...
...
@@ -12,4 +12,5 @@ depends: [
]
depopts: [
"ocaml-compiler-libs" {>= "v0.9.0"}
"js_of_ocaml" {>= "3.7.1"}
]
dune
View file @
c73bec31
...
...
@@ -26,6 +26,7 @@
(public_name cduce.lib.js)
(library_flags (-linkall))
(modules cduce_lib_js)
(optional)
(modes byte)
(libraries
cduce-types
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment