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 29, 2024
1 parent 8f45a63 commit 10fcbfd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
depopts: ["base-threads" "base-unix" "conf-libev"]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "subst"] {dev}
["dune" "subst"] {pinned}
[
"dune"
"exec"
Expand Down
2 changes: 1 addition & 1 deletion lwt.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build: [
["dune" "subst"] {dev}
["dune" "subst"] {pinned}
[
"dune"
"exec"
Expand Down
4 changes: 2 additions & 2 deletions lwt_ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ depends: [
"ppx_let" {with-test}
"lwt"
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "subst"] {dev}
["dune" "subst"] {pinned}
[
"dune"
"build"
Expand All @@ -32,3 +31,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
14 changes: 0 additions & 14 deletions lwt_ppx.opam.template

This file was deleted.

4 changes: 2 additions & 2 deletions lwt_react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ depends: [
"lwt" {>= "3.0.0"}
"react" {>= "1.0.0"}
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "subst"] {dev}
["dune" "subst"] {pinned}
[
"dune"
"build"
Expand All @@ -31,3 +30,4 @@ build: [
"@doc" {with-doc}
]
]
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 10fcbfd

Please sign in to comment.