Skip to content

Commit

Permalink
Misc: prepare the release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Feb 4, 2025
1 parent 7c6c209 commit 4aeb1da
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
menhir
menhirLib
menhirSdk
(yojson (>= 1.6)))
(yojson (>= 2.1)))
(depopts
ocamlfind)
(conflicts
Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"menhir"
"menhirLib"
"menhirSdk"
"yojson" {>= "1.6"}
"yojson" {>= "2.1"}
"odoc" {with-doc}
]
depopts: ["ocamlfind"]
Expand Down
3 changes: 1 addition & 2 deletions wasm_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ conflicts: [
"ocamlfind" {< "1.5.1"}
"js_of_ocaml" {< "3.0"}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
Expand All @@ -44,8 +45,6 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
13 changes: 13 additions & 0 deletions wasm_of_ocaml-compiler.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]

0 comments on commit 4aeb1da

Please sign in to comment.