Skip to content

Commit

Permalink
Remove unused opam templates
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Oct 30, 2024
1 parent 8f45a63 commit bfa3025
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 2.0)
(lang dune 2.9)

(name lwt)

Expand Down
4 changes: 3 additions & 1 deletion lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt"
bug-reports: "https://github.com/ocsigen/lwt/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"cppo" {build & >= "1.1.0"}
"ocamlfind" {dev & >= "1.7.3-1"}
Expand Down Expand Up @@ -49,8 +49,10 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2 changes: 2 additions & 0 deletions lwt.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
7 changes: 5 additions & 2 deletions lwt_ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt"
bug-reports: "https://github.com/ocsigen/lwt/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.16.0"}
"ppx_let" {with-test}
"lwt"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "subst"] {dev}
[
Expand All @@ -27,8 +27,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
14 changes: 0 additions & 14 deletions lwt_ppx.opam.template

This file was deleted.

7 changes: 5 additions & 2 deletions lwt_react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt"
bug-reports: "https://github.com/ocsigen/lwt/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"cppo" {build & >= "1.1.0"}
"lwt" {>= "3.0.0"}
"react" {>= "1.0.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "subst"] {dev}
[
Expand All @@ -26,8 +26,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
14 changes: 0 additions & 14 deletions lwt_react.opam.template

This file was deleted.

0 comments on commit bfa3025

Please sign in to comment.