File tree Expand file tree Collapse file tree 13 files changed +26
-1
lines changed
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 Expand file tree Collapse file tree 13 files changed +26
-1
lines changed Original file line number Diff line number Diff 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 ]
6566url {
6667 src:
6768 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha1/cohttp-6.0.0.alpha1.tbz"
Original file line number Diff line number Diff 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 ]
3840dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3941build: [
4042 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
3840dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3941build: [
4042 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
2729dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
2830build: [
2931 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
3234dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3335build: [
3436 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
3941dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
4042build: [
4143 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
4648dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
4749build: [
4850 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
3840dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3941build: [
4042 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
4648dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
4749build: [
4850 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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 ]
3335dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
3436build: [
3537 ["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments