Skip to content

Commit

Permalink
Misc: update build instruction (#1279)
Browse files Browse the repository at this point in the history
* Misc: update build instruction

* CHANGES
  • Loading branch information
hhugo authored Jun 2, 2022
1 parent d7117ff commit 3d76b7f
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 28 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Compiler: fix rewriter bug in share_constant (fix #1247)
* Runtime: fix Out_channel.is_buffered, set_buffered
* Runtime: fix format wrt alternative
* Misc: fix installation with dune 3 without opam

# 4.0.0 (2021-01-24) - Lille
## Features/Changes
Expand Down
2 changes: 0 additions & 2 deletions js_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-compiler.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-lwt.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-ppx.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-ppx_deriving_json.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-ppx_deriving_json.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-toplevel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-toplevel.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-tyxml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml-tyxml.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 0 additions & 2 deletions js_of_ocaml.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]

0 comments on commit 3d76b7f

Please sign in to comment.