Skip to content

Commit 26eaf79

Browse files
committed
Misc: no subst
1 parent f4a6830 commit 26eaf79

17 files changed

+1
-17
lines changed

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(lang dune 3.17)
22
(using menhir 3.0)
33
(name js_of_ocaml)
4-
54
(generate_opam_files true)
5+
(subst disabled)
66
(executables_implicit_empty_intf true)
77

88
(authors "Ocsigen team <dev@ocsigen.org>")

js_of_ocaml-compiler.opam

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ conflicts: [
3434
]
3535
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
3636
build: [
37-
["dune" "subst"] {dev}
3837
[
3938
"dune"
4039
"build"

js_of_ocaml-compiler.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

js_of_ocaml-lwt.opam

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ depends: [
2626
depopts: ["graphics" "lwt_log"]
2727
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
2828
build: [
29-
["dune" "subst"] {dev}
3029
[
3130
"dune"
3231
"build"

js_of_ocaml-lwt.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

js_of_ocaml-ppx.opam

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ depends: [
2323
]
2424
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
2525
build: [
26-
["dune" "subst"] {dev}
2726
[
2827
"dune"
2928
"build"

js_of_ocaml-ppx.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

js_of_ocaml-ppx_deriving_json.opam

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ depends: [
2323
]
2424
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
2525
build: [
26-
["dune" "subst"] {dev}
2726
[
2827
"dune"
2928
"build"

js_of_ocaml-ppx_deriving_json.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

js_of_ocaml-toplevel.opam

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ depends: [
2626
]
2727
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
2828
build: [
29-
["dune" "subst"] {dev}
3029
[
3130
"dune"
3231
"build"

js_of_ocaml-toplevel.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

js_of_ocaml-tyxml.opam

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ depends: [
2727
]
2828
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
2929
build: [
30-
["dune" "subst"] {dev}
3130
[
3231
"dune"
3332
"build"

js_of_ocaml-tyxml.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

js_of_ocaml.opam

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ depends: [
2323
]
2424
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
2525
build: [
26-
["dune" "subst"] {dev}
2726
[
2827
"dune"
2928
"build"

js_of_ocaml.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

wasm_of_ocaml-compiler.opam

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ conflicts: [
3636
]
3737
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
3838
build: [
39-
["dune" "subst"] {dev}
4039
[
4140
"dune"
4241
"build"

wasm_of_ocaml-compiler.opam.template

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build: [
2-
["dune" "subst"] {dev}
32
[
43
"dune"
54
"build"

0 commit comments

Comments
 (0)