Skip to content
Snippets Groups Projects
Commit accc5bd4 authored by Elad Kinsbruner's avatar Elad Kinsbruner
Browse files

Merge branch 'jscoq-v8.17' into v8.17

parents 68b29a17 b4e22d28
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ index 43ee8f7..ac82c4e 100644
+ (foreign_stubs
+ (language c)
+ (names jscoq_extern)
+ (flags (:include %{project_root}/config/dune.c_flags)))
+ (flags :standard (:include %{project_root}/config/dune.c_flags)))
(libraries coq-core.boot coq-core.clib coq-core.config))
diff --git a/lib/jscoq_extern.c b/lib/jscoq_extern.c
new file mode 100644
......
......@@ -12,7 +12,7 @@ doc: "https://github.com/jscoq/jscoq#readme"
depends: [
"ocaml" { >= "4.12.0" }
"dune" { >= "3.5.0" }
"dune" { >= "3.5.0" & < "3.8" }
"js_of_ocaml" { >= "4.0.0" & < "4.1" }
"js_of_ocaml-ppx" { >= "4.0.0" & < "4.1" }
"js_of_ocaml-lwt" { >= "4.0.0" & < "4.1" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment