Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jane Street packages v0.16.0 #23742

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
989f8be
Release of JS libraries v0.16
d-kalinichenko Apr 25, 2023
5c9736a
Merge branch 'ocaml:master' into master
dkalinichenko-js Apr 25, 2023
7e36001
Fix naming conflicts for cpuid and csv
d-kalinichenko May 2, 2023
9ed0f2c
Merge branch 'master' of https://github.com/janestreet/main-opam-repo…
d-kalinichenko May 2, 2023
380a507
SZXX is not compatible with core v0.16
d-kalinichenko May 2, 2023
58514bf
alcotest-async incompatible with core_unix v0.16
d-kalinichenko May 2, 2023
6f237fd
amqp-client-async incompatible with async v0.16
d-kalinichenko May 2, 2023
12079e2
catala incompatible with ppx_yojson_conv v0.16
d-kalinichenko May 2, 2023
4a740ad
cfstream incompatible with core_kernel v0.16
d-kalinichenko May 2, 2023
6264823
cohttp-async incompatible with async_kernel v0.16
d-kalinichenko May 2, 2023
e2c5ab1
colibri2 incompatible with base v0.16
d-kalinichenko May 2, 2023
be23f93
coq-serapi incompatible with ppx_sexp_conv v0.16
d-kalinichenko May 2, 2023
00e1e6a
Revert "cfstream incompatible with core_kernel v0.16"
d-kalinichenko May 2, 2023
dba7da0
extism-manifest incompatible with ppx_yojson_conv v0.16
d-kalinichenko May 2, 2023
543c39b
fuzzy_compare incompatible with core v0.16
d-kalinichenko May 2, 2023
7bdf40a
gopcaml-mode-merlin incompatible with ecaml v0.16
d-kalinichenko May 2, 2023
9fcde03
graphql-async incompatible with async_kernel v0.16
d-kalinichenko May 2, 2023
2292510
hockmd incompatible with ppx_yojson_conv v0.16
d-kalinichenko May 2, 2023
26552bb
Update Core to keep re-exporting [Caml]
d-kalinichenko May 2, 2023
a25984a
jupyter incompatible with ppx_yojson_conv v0.16
d-kalinichenko May 2, 2023
c59ee4e
extism incompatible with ppx_yojson_conv v0.16
d-kalinichenko May 2, 2023
4ae8c1b
openapi incompatible with ppx_yojson_conv v0.16
d-kalinichenko May 2, 2023
cccf68e
openapi_router incompatible with ppx_yojson_conv v0.16
d-kalinichenko May 2, 2023
d8c9bc6
key-parsers incompatible with ppx_bin_prot v0.16
d-kalinichenko May 2, 2023
dba0c62
reddit_api_kernel incompatible with core_kernel v0.16
d-kalinichenko May 2, 2023
1ddce9b
tdigest incompatible with core v0.16
d-kalinichenko May 2, 2023
100e2f6
text-tags incompatible with core_kernel v0.16
d-kalinichenko May 2, 2023
dc506d9
sihl incompatible with base v0.16
d-kalinichenko May 2, 2023
a5b2cd2
tidy incompatible with core_kernel v0.16
d-kalinichenko May 2, 2023
defd617
tls-async incompatible with async v0.16
d-kalinichenko May 2, 2023
d399962
travesty incompatible with base v0.16
d-kalinichenko May 2, 2023
39b2245
ppxlib tests incompatible with base v0.16
d-kalinichenko May 2, 2023
2d40885
pyml_bindgen incompatible with base v0.16
d-kalinichenko May 2, 2023
202ecff
Merge branch 'ocaml:master' into master
dkalinichenko-js May 2, 2023
be8e80f
Merge https://github.com/ocaml/opam-repository
d-kalinichenko May 2, 2023
252564b
Merge branch 'ocaml:master' into master
dkalinichenko-js May 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions packages/abstract_algebra/abstract_algebra.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/abstract_algebra"
bug-reports: "https://github.com/janestreet/abstract_algebra/issues"
dev-repo: "git+https://github.com/janestreet/abstract_algebra.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/abstract_algebra/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"base" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "A small library describing abstract algebra concepts"
description: "
A library describing abstract algebra concepts. Currently, it includes
Commutative_group and Vector_space.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/abstract_algebra-v0.16.0.tar.gz"
checksum: "sha256=70df5e88cf6e2d7a6f4fddb52f2706d82c3deee2ce3313ce902fc92f6fa442c3"
}
32 changes: 32 additions & 0 deletions packages/accessor/accessor.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/accessor"
bug-reports: "https://github.com/janestreet/accessor/issues"
dev-repo: "git+https://github.com/janestreet/accessor.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"base" {>= "v0.16" & < "v0.17"}
"higher_kinded" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "A library that makes it nicer to work with nested functional data structures"
description: "
An accessor is a value that understands how to reach data within a larger data structure,
independently from what you intend to do with it. Accessors allow you to read and write
data and perform possibly-monadic traversals. By composing accessors, you can work with
increasingly complex data structures.

In case you have ever heard of \"lenses\", this is an OCaml implementation of that idea.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/accessor-v0.16.0.tar.gz"
checksum: "sha256=a37b678d4b0d9ee119bbad2ec0354850672144bb74df5a27f33156ce20e96215"
}
29 changes: 29 additions & 0 deletions packages/accessor_async/accessor_async.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/accessor_async"
bug-reports: "https://github.com/janestreet/accessor_async/issues"
dev-repo: "git+https://github.com/janestreet/accessor_async.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_async/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"accessor_core" {>= "v0.16" & < "v0.17"}
"async_kernel" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"ppx_accessor" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Accessors for Async types, for use with the Accessor library"
description: "
This library provides accessors for numerous types in Async.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/accessor_async-v0.16.0.tar.gz"
checksum: "sha256=5e3553d8150561a1446d82328d462f3059a9a3b305f0cb89c715183b4a0598d2"
}
29 changes: 29 additions & 0 deletions packages/accessor_base/accessor_base.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/accessor_base"
bug-reports: "https://github.com/janestreet/accessor_base/issues"
dev-repo: "git+https://github.com/janestreet/accessor_base.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_base/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"accessor" {>= "v0.16" & < "v0.17"}
"base" {>= "v0.16" & < "v0.17"}
"higher_kinded" {>= "v0.16" & < "v0.17"}
"ppx_accessor" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Accessors for Base types, for use with the Accessor library"
description: "
This library provides accessors for numerous types in Base.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/accessor_base-v0.16.0.tar.gz"
checksum: "sha256=ebfebe69955f97992e361a1e3804750f792e1ee449a7744cd8a516041e132d8f"
}
29 changes: 29 additions & 0 deletions packages/accessor_core/accessor_core.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/accessor_core"
bug-reports: "https://github.com/janestreet/accessor_core/issues"
dev-repo: "git+https://github.com/janestreet/accessor_core.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_core/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"accessor_base" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"ppx_accessor" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"ppx_optcomp" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Accessors for Core types, for use with the Accessor library"
description: "
This library provides accessors for numerous types in Core.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/accessor_core-v0.16.0.tar.gz"
checksum: "sha256=08384be5de5de35732793472437485440388960ea6e59e32d98795ab9cd28648"
}
36 changes: 36 additions & 0 deletions packages/async/async.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async"
bug-reports: "https://github.com/janestreet/async/issues"
dev-repo: "git+https://github.com/janestreet/async.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"async_kernel" {>= "v0.16" & < "v0.17"}
"async_rpc_kernel" {>= "v0.16" & < "v0.17"}
"async_unix" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"core_kernel" {>= "v0.16" & < "v0.17"}
"core_unix" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"ppx_log" {>= "v0.16" & < "v0.17"}
"textutils" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Monadic concurrency library"
description: "
Part of Jane Street's Core library
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async-v0.16.0.tar.gz"
checksum: "sha256=709041c755f4cd8740b7262e657f59c1066a8540b70c3b99368f369a1196a681"
}
29 changes: 29 additions & 0 deletions packages/async_durable/async_durable.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_durable"
bug-reports: "https://github.com/janestreet/async_durable/issues"
dev-repo: "git+https://github.com/janestreet/async_durable.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_durable/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"async_kernel" {>= "v0.16" & < "v0.17"}
"async_rpc_kernel" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"core_kernel" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Durable connections for use with async"
description: "
Async_durable helps recover from errors when connections can be easily be recreated.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_durable-v0.16.0.tar.gz"
checksum: "sha256=c5e88464d3805e3edb7721897a21e2a526c90607f34169c780840543a68d43e2"
}
31 changes: 31 additions & 0 deletions packages/async_extra/async_extra.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_extra"
bug-reports: "https://github.com/janestreet/async_extra/issues"
dev-repo: "git+https://github.com/janestreet/async_extra.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_extra/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"async_kernel" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"core_kernel" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Monadic concurrency library"
description: "
Part of Jane Street's Core library
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_extra-v0.16.0.tar.gz"
checksum: "sha256=8084ad31437e9cede75470ac4f893c7a9d438c1c8502eea25fc3ef0af66aed00"
}
26 changes: 26 additions & 0 deletions packages/async_find/async_find.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_find"
bug-reports: "https://github.com/janestreet/async_find/issues"
dev-repo: "git+https://github.com/janestreet/async_find.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_find/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"async" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Directory traversal with Async"
description: "
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_find-v0.16.0.tar.gz"
checksum: "sha256=2bfb01f8540edd0a26a7c56b404dac88ce003d7299b68ac28fe822bc12a81cb2"
}
29 changes: 29 additions & 0 deletions packages/async_inotify/async_inotify.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_inotify"
bug-reports: "https://github.com/janestreet/async_inotify/issues"
dev-repo: "git+https://github.com/janestreet/async_inotify.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_inotify/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"async" {>= "v0.16" & < "v0.17"}
"async_find" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"core_unix" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
"inotify" {>= "2.4.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Async wrapper for inotify"
description: "
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_inotify-v0.16.0.tar.gz"
checksum: "sha256=1c3a88ee4e7048f11093683cb7134cf5d2b76add85fea2f82bc0a45e3b27899a"
}
28 changes: 28 additions & 0 deletions packages/async_interactive/async_interactive.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_interactive"
bug-reports: "https://github.com/janestreet/async_interactive/issues"
dev-repo: "git+https://github.com/janestreet/async_interactive.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_interactive/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"async" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"core_unix" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
"spawn" {>= "v0.15"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Utilities for building simple command-line based user interfaces"
description: "
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_interactive-v0.16.0.tar.gz"
checksum: "sha256=7a624a3a425c831e000de07b57690c311e06f38099457517b1f79a61cf8b9d81"
}
30 changes: 30 additions & 0 deletions packages/async_js/async_js.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_js"
bug-reports: "https://github.com/janestreet/async_js/issues"
dev-repo: "git+https://github.com/janestreet/async_js.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_js/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"async_kernel" {>= "v0.16" & < "v0.17"}
"async_rpc_kernel" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
"js_of_ocaml" {>= "5.1.1"}
"js_of_ocaml-ppx" {>= "5.1.1"}
"uri" {>= "3.0.0"}
"uri-sexp" {>= "3.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "A small library that provide Async support for JavaScript platforms"
description: "
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_js-v0.16.0.tar.gz"
checksum: "sha256=9487c01a447adf8c8d02dd5c915f1ab69772a2e4125481f0a755b0e9e7324558"
}
30 changes: 30 additions & 0 deletions packages/async_kernel/async_kernel.v0.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_kernel"
bug-reports: "https://github.com/janestreet/async_kernel/issues"
dev-repo: "git+https://github.com/janestreet/async_kernel.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_kernel/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"core" {>= "v0.16" & < "v0.17"}
"core_kernel" {>= "v0.16" & < "v0.17"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Monadic concurrency library"
description: "
Part of Jane Street's Core library
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_kernel-v0.16.0.tar.gz"
checksum: "sha256=0eda59386235e967698834d71cb8924d7b466bc4fcbf26ae72797ad05ca6f8a9"
}
Loading