Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc: no subst #1853

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(lang dune 3.17)
(using menhir 3.0)
(name js_of_ocaml)

(generate_opam_files true)
(subst disabled)
(executables_implicit_empty_intf true)

(authors "Ocsigen team <dev@ocsigen.org>")
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ conflicts: [
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-compiler.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ depends: [
depopts: ["graphics" "lwt_log"]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-lwt.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ depends: [
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-ppx.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-ppx_deriving_json.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ depends: [
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-ppx_deriving_json.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-toplevel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ depends: [
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-toplevel.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-tyxml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ depends: [
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml-tyxml.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ depends: [
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion js_of_ocaml.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion wasm_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ conflicts: [
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion wasm_of_ocaml-compiler.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
Loading