Skip to content

Commit

Permalink
Merge pull request #26799 from kit-ty-kate/cohttp-avoid-version
Browse files Browse the repository at this point in the history
Add the missing avoid-version flag to the pre-releases of some of cohttp sub-packages
  • Loading branch information
mseri authored Oct 29, 2024
2 parents 211b1df + 05590ce commit 6aa3c66
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ depends: [
"alcotest" {with-test}
"odoc" {with-doc}
]
available: opam-version >= "2.1.0"
flags: avoid-version
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
build: [
["dune" "subst"] {dev}
Expand Down
2 changes: 2 additions & 0 deletions packages/cohttp-curl-lwt/cohttp-curl-lwt.6.0.0~alpha2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ depends: [
"ounit" {with-test}
"odoc" {with-doc}
]
available: opam-version >= "2.1.0"
flags: avoid-version
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
build: [
["dune" "subst"] {dev}
Expand Down
2 changes: 2 additions & 0 deletions packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.0.0~alpha2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ depends: [
"js_of_ocaml-lwt" {>= "3.5.0"}
"odoc" {with-doc}
]
available: opam-version >= "2.1.0"
flags: avoid-version
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
build: [
["dune" "subst"] {dev}
Expand Down
2 changes: 2 additions & 0 deletions packages/cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~alpha2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ depends: [
"ounit" {with-test}
"odoc" {with-doc}
]
available: opam-version >= "2.1.0"
flags: avoid-version
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
build: [
["dune" "subst"] {dev}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ depends: [
"lwt"
"odoc" {with-doc}
]
available: opam-version >= "2.1.0"
flags: avoid-version
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
build: [
["dune" "subst"] {dev}
Expand Down
2 changes: 2 additions & 0 deletions packages/cohttp-top/cohttp-top.6.0.0~alpha2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ depends: [
"cohttp" {= version}
"odoc" {with-doc}
]
available: opam-version >= "2.1.0"
flags: avoid-version
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 6aa3c66

Please sign in to comment.