Skip to content

Commit 4aeb1da

Browse files
committed
Misc: prepare the release
1 parent 7c6c209 commit 4aeb1da

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
menhir
3030
menhirLib
3131
menhirSdk
32-
(yojson (>= 1.6)))
32+
(yojson (>= 2.1)))
3333
(depopts
3434
ocamlfind)
3535
(conflicts

js_of_ocaml-compiler.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"menhir"
2525
"menhirLib"
2626
"menhirSdk"
27-
"yojson" {>= "1.6"}
27+
"yojson" {>= "2.1"}
2828
"odoc" {with-doc}
2929
]
3030
depopts: ["ocamlfind"]

wasm_of_ocaml-compiler.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ conflicts: [
3434
"ocamlfind" {< "1.5.1"}
3535
"js_of_ocaml" {< "3.0"}
3636
]
37+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
3738
build: [
3839
["dune" "subst"] {dev}
3940
[
@@ -44,8 +45,6 @@ build: [
4445
"-j"
4546
jobs
4647
"@install"
47-
"@runtest" {with-test}
4848
"@doc" {with-doc}
4949
]
5050
]
51-
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"

wasm_of_ocaml-compiler.opam.template

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
build: [
2+
["dune" "subst"] {dev}
3+
[
4+
"dune"
5+
"build"
6+
"-p"
7+
name
8+
"-j"
9+
jobs
10+
"@install"
11+
"@doc" {with-doc}
12+
]
13+
]

0 commit comments

Comments
 (0)