Skip to content

Commit d8a8d0e

Browse files
authored
cohttp 6.0.0~alpha1: use avoid-version
1 parent 05c9cb1 commit d8a8d0e

File tree

13 files changed

+26
-1
lines changed
  • packages
    • cohttp-async/cohttp-async.6.0.0~alpha1
    • cohttp-curl-async/cohttp-curl-async.6.0.0~alpha1
    • cohttp-curl-lwt/cohttp-curl-lwt.6.0.0~alpha1
    • cohttp-curl/cohttp-curl.6.0.0~alpha1
    • cohttp-eio/cohttp-eio.6.0.0~alpha1
    • cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.0.0~alpha1
    • cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~alpha1
    • cohttp-lwt/cohttp-lwt.6.0.0~alpha1
    • cohttp-mirage/cohttp-mirage.6.0.0~alpha1
    • cohttp-server-lwt-unix/cohttp-server-lwt-unix.6.0.0~alpha1
    • cohttp-top/cohttp-top.6.0.0~alpha1
    • cohttp/cohttp.6.0.0~alpha1
    • http/http.6.0.0~alpha1

13 files changed

+26
-1
lines changed

packages/cohttp-async/cohttp-async.6.0.0~alpha1/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ build: [
6161
"@doc" {with-doc}
6262
]
6363
]
64-
available: arch != "s390x"
64+
available: opam-version >= "2.1.0" & arch != "s390x"
65+
flags: [ avoid-version ]
6566
url {
6667
src:
6768
"https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha1/cohttp-6.0.0.alpha1.tbz"

packages/cohttp-curl-async/cohttp-curl-async.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ depends: [
3535
"alcotest" {with-test}
3636
"odoc" {with-doc}
3737
]
38+
available: opam-version >= "2.1.0"
39+
flags: [ avoid-version ]
3840
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3941
build: [
4042
["dune" "subst"] {dev}

packages/cohttp-curl-lwt/cohttp-curl-lwt.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ depends: [
3535
"ounit" {with-test}
3636
"odoc" {with-doc}
3737
]
38+
available: opam-version >= "2.1.0"
39+
flags: [ avoid-version ]
3840
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3941
build: [
4042
["dune" "subst"] {dev}

packages/cohttp-curl/cohttp-curl.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ depends: [
2424
"stringext"
2525
"odoc" {with-doc}
2626
]
27+
available: opam-version >= "2.1.0"
28+
flags: [ avoid-version ]
2729
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
2830
build: [
2931
["dune" "subst"] {dev}

packages/cohttp-eio/cohttp-eio.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ depends: [
2929
"http" {= version}
3030
"odoc" {with-doc}
3131
]
32+
available: opam-version >= "2.1.0"
33+
flags: [ avoid-version ]
3234
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3335
build: [
3436
["dune" "subst"] {dev}

packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ depends: [
3636
"js_of_ocaml-lwt" {>= "3.5.0"}
3737
"odoc" {with-doc}
3838
]
39+
available: opam-version >= "2.1.0"
40+
flags: [ avoid-version ]
3941
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
4042
build: [
4143
["dune" "subst"] {dev}

packages/cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ depends: [
4343
"ounit" {with-test}
4444
"odoc" {with-doc}
4545
]
46+
available: opam-version >= "2.1.0"
47+
flags: [ avoid-version ]
4648
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
4749
build: [
4850
["dune" "subst"] {dev}

packages/cohttp-lwt/cohttp-lwt.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ depends: [
3535
"uri" {>= "2.0.0"}
3636
"odoc" {with-doc}
3737
]
38+
available: opam-version >= "2.1.0"
39+
flags: [ avoid-version ]
3840
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3941
build: [
4042
["dune" "subst"] {dev}

packages/cohttp-mirage/cohttp-mirage.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ depends: [
4343
"cohttp" {= version}
4444
"odoc" {with-doc}
4545
]
46+
available: opam-version >= "2.1.0"
47+
flags: [ avoid-version ]
4648
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
4749
build: [
4850
["dune" "subst"] {dev}

packages/cohttp-server-lwt-unix/cohttp-server-lwt-unix.6.0.0~alpha1/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ depends: [
3030
"lwt"
3131
"odoc" {with-doc}
3232
]
33+
available: opam-version >= "2.1.0"
34+
flags: [ avoid-version ]
3335
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3436
build: [
3537
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)