Skip to content

Commit 0e89b5b

Browse files
dkalinichenko-jsd-kalinichenkokit-ty-kate
authored
Jane Street packages v0.16.0 -- add version bounds to broken packages (ocaml#23743)
Co-authored-by: Diana Kalinichenko <[email protected]> Co-authored-by: Kate <[email protected]>
1 parent 4311636 commit 0e89b5b

File tree

76 files changed

+76
-76
lines changed
  • packages
    • SZXX
    • alcotest-async
      • alcotest-async.1.6.0
      • alcotest-async.1.7.0
    • amqp-client-async
      • amqp-client-async.2.0.0
      • amqp-client-async.2.0.1
      • amqp-client-async.2.0.2
      • amqp-client-async.2.0.3
      • amqp-client-async.2.1.0
      • amqp-client-async.2.2.0
      • amqp-client-async.2.2.1
      • amqp-client-async.2.2.2
    • catala
    • cohttp-async
      • cohttp-async.2.5.6
      • cohttp-async.2.5.7
      • cohttp-async.5.0.0
      • cohttp-async.5.1.0
      • cohttp-async.6.0.0~alpha0
    • colibri2
    • coq-serapi
      • coq-serapi.8.15.0+0.15.2
      • coq-serapi.8.16.0+0.16.0
      • coq-serapi.8.16.0+0.16.1
      • coq-serapi.8.16.0+0.16.2
      • coq-serapi.8.16.0+0.16.3
      • coq-serapi.8.17.0+0.17.0
    • extism-manifest
      • extism-manifest.0.1.0
      • extism-manifest.0.2.0
    • extism
    • fuzzy_compare/fuzzy_compare.2.0.0
    • gopcaml-mode-merlin/gopcaml-mode-merlin.0.0.6
    • graphql-async/graphql-async.0.14.0
    • hockmd/hockmd.0.1.0
    • jupyter
    • key-parsers/key-parsers.0.10.1
    • openapi_router/openapi_router.0.1.0
    • openapi/openapi.0.6.0
    • ppxlib
    • pyml_bindgen/pyml_bindgen.0.4.1
    • reddit_api_kernel
      • reddit_api_kernel.0.1.0
      • reddit_api_kernel.0.1.1
      • reddit_api_kernel.0.2.1
    • sihl
    • tdigest
    • text-tags
    • tidy/tidy.5.6-0.1
    • tls-async
      • tls-async.0.15.3
      • tls-async.0.15.4
      • tls-async.0.16.0
      • tls-async.0.17.0
    • travesty

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+76
-76
lines changed

packages/SZXX/SZXX.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"dune" { >= "1.9.0" }
2020

2121
"angstrom" { >= "0.15.0" }
22-
"core_kernel" { >= "v0.13.0" }
22+
"core_kernel" { >= "v0.13.0" & < "v0.16.0" }
2323
"decompress" { >= "1.4.1" }
2424
"lwt" { >= "5.3.0" }
2525

packages/SZXX/SZXX.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"dune" { >= "1.9.0" }
2020

2121
"angstrom" { >= "0.15.0" }
22-
"core_kernel" { >= "v0.13.0" }
22+
"core_kernel" { >= "v0.13.0" & < "v0.16.0" }
2323
"decompress" { >= "1.4.1" }
2424
"lwt" { >= "5.3.0" }
2525

packages/SZXX/SZXX.2.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"dune" { >= "1.9.0" }
2020

2121
"angstrom" { >= "0.15.0" }
22-
"core_kernel" { >= "v0.13.0" }
22+
"core_kernel" { >= "v0.13.0" & < "v0.16.0" }
2323
"decompress" { >= "1.4.1" }
2424
"lwt" { >= "5.3.0" }
2525

packages/SZXX/SZXX.2.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"dune" { >= "1.9.0" }
2020

2121
"angstrom" { >= "0.15.0" }
22-
"core_kernel" { >= "v0.13.0" }
22+
"core_kernel" { >= "v0.13.0" & < "v0.16.0" }
2323
"decompress" { >= "1.4.1" }
2424
"lwt" { >= "5.3.0" }
2525

packages/SZXX/SZXX.2.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"dune" { >= "1.9.0" }
2020

2121
"angstrom" { >= "0.15.0" }
22-
"core_kernel" { >= "v0.13.0" }
22+
"core_kernel" { >= "v0.13.0" & < "v0.16.0" }
2323
"decompress" { >= "1.4.1" }
2424
"lwt" { >= "5.3.0" }
2525

packages/SZXX/SZXX.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"dune" { >= "1.9.0" }
2121

2222
"angstrom" { >= "0.15.0" }
23-
"core_kernel" { >= "v0.13.0" }
23+
"core_kernel" { >= "v0.13.0" & < "v0.16.0" }
2424
"decompress" { >= "1.4.1" }
2525
"lwt" { >= "5.3.0" }
2626

packages/SZXX/SZXX.3.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"dune" { >= "1.9.0" }
2121

2222
"angstrom" { >= "0.15.0" }
23-
"core" { >= "v0.15.0" }
23+
"core" { >= "v0.15.0" & < "v0.16.0" }
2424
"decompress" { >= "1.4.1" }
2525
"lwt" { >= "5.3.0" }
2626

packages/alcotest-async/alcotest-async.1.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"fmt" {with-test}
1414
"cmdliner" {with-test & >= "1.1.0"}
1515
"core" {>= "v0.15.0"}
16-
"core_unix" {>= "v0.15.0"}
16+
"core_unix" {>= "v0.15.0" & < "v0.16.0"}
1717
"base"
1818
"async_kernel"
1919
"ocaml" {>= "4.11.0"}

packages/alcotest-async/alcotest-async.1.7.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"fmt" {with-test}
1414
"cmdliner" {with-test & >= "1.1.0"}
1515
"core" {>= "v0.15.0"}
16-
"core_unix" {>= "v0.15.0"}
16+
"core_unix" {>= "v0.15.0" & < "v0.16.0"}
1717
"base"
1818
"async_kernel"
1919
"ocaml" {>= "4.11.0"}

packages/amqp-client-async/amqp-client-async.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"xml-light" {build}
1616
"amqp-client" {= "2.0.0"}
1717
"ocplib-endian" {>= "0.6"}
18-
"async" {>= "v0.10.0"}
18+
"async" {>= "v0.10.0" & < "v0.16.0"}
1919
]
2020
synopsis: "Amqp client library, async version"
2121
url {

0 commit comments

Comments
 (0)