forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#15324 from janestreet/janestreet-v0.13
Jane Street packages: v0.13.0
- Loading branch information
Showing
124 changed files
with
3,579 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"async_kernel" {>= "v0.13" & < "v0.14"} | ||
"async_rpc_kernel" {>= "v0.13" & < "v0.14"} | ||
"async_unix" {>= "v0.13" & < "v0.14"} | ||
"core" {>= "v0.13" & < "v0.14"} | ||
"core_kernel" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"textutils" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
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.13/files/async-v0.13.0.tar.gz" | ||
checksum: "md5=fbfc7059179bc9ddd5dc1411e7d2e815" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"async_kernel" {>= "v0.13" & < "v0.14"} | ||
"async_rpc_kernel" {>= "v0.13" & < "v0.14"} | ||
"core_kernel" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
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.13/files/async_durable-v0.13.0.tar.gz" | ||
checksum: "md5=3be4117bfc56ac5d4c6692a4d2854238" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"async_kernel" {>= "v0.13" & < "v0.14"} | ||
"core_kernel" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
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.13/files/async_extra-v0.13.0.tar.gz" | ||
checksum: "md5=a1f6004fbac5c281c2785571595381dd" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"async" {>= "v0.13" & < "v0.14"} | ||
"core" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
synopsis: "Directory traversal with Async" | ||
description: " | ||
" | ||
url { | ||
src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_find-v0.13.0.tar.gz" | ||
checksum: "md5=cfef781aeedf8ddbf2a7a02cda817c0a" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"async" {>= "v0.13" & < "v0.14"} | ||
"async_find" {>= "v0.13" & < "v0.14"} | ||
"core" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
"inotify" {>= "0.2.0"} | ||
] | ||
synopsis: "Async wrapper for inotify" | ||
description: " | ||
" | ||
url { | ||
src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_inotify-v0.13.0.tar.gz" | ||
checksum: "md5=c7e91a9ef2f1c79dc41e978224a663fc" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"async" {>= "v0.13" & < "v0.14"} | ||
"core" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
synopsis: "Utilities for building simple command-line based user interfaces" | ||
description: " | ||
" | ||
url { | ||
src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_interactive-v0.13.0.tar.gz" | ||
checksum: "md5=fa6d1cd5a5b83ec2e9cc76beafb54c1a" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"async_kernel" {>= "v0.13" & < "v0.14"} | ||
"async_rpc_kernel" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
"js_of_ocaml" {>= "3.4.1"} | ||
"js_of_ocaml-ppx" | ||
"uri" {>= "3.0.0"} | ||
"uri-sexp" {>= "3.0.0"} | ||
] | ||
synopsis: "A small library that provide Async support for JavaScript platforms" | ||
description: " | ||
" | ||
url { | ||
src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_js-v0.13.0.tar.gz" | ||
checksum: "md5=5c58219654df50abec985a74a26d7870" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
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.08.0"} | ||
"core_kernel" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
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.13/files/async_kernel-v0.13.0.tar.gz" | ||
checksum: "md5=d12b61a3f95325a511c50964bc9c819e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
homepage: "https://github.com/janestreet/async_rpc_kernel" | ||
bug-reports: "https://github.com/janestreet/async_rpc_kernel/issues" | ||
dev-repo: "git+https://github.com/janestreet/async_rpc_kernel.git" | ||
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_rpc_kernel/index.html" | ||
license: "MIT" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"async_kernel" {>= "v0.13" & < "v0.14"} | ||
"core_kernel" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"protocol_version_header" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
synopsis: "Platform-independent core of Async RPC 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.13/files/async_rpc_kernel-v0.13.0.tar.gz" | ||
checksum: "md5=4223feff25bdb5ee851e2fe67597b514" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
homepage: "https://github.com/janestreet/async_sendfile" | ||
bug-reports: "https://github.com/janestreet/async_sendfile/issues" | ||
dev-repo: "git+https://github.com/janestreet/async_sendfile.git" | ||
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_sendfile/index.html" | ||
license: "MIT" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"async_kernel" {>= "v0.13" & < "v0.14"} | ||
"async_unix" {>= "v0.13" & < "v0.14"} | ||
"core" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
synopsis: "Thin wrapper around [Linux_ext.sendfile] to send full files" | ||
description: " | ||
" | ||
url { | ||
src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_sendfile-v0.13.0.tar.gz" | ||
checksum: "md5=4b2c76d996d7d89ce4531602e231377a" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
homepage: "https://github.com/janestreet/async_shell" | ||
bug-reports: "https://github.com/janestreet/async_shell/issues" | ||
dev-repo: "git+https://github.com/janestreet/async_shell.git" | ||
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_shell/index.html" | ||
license: "MIT" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"async" {>= "v0.13" & < "v0.14"} | ||
"core" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"shell" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
synopsis: "Shell helpers for Async" | ||
description: " | ||
" | ||
url { | ||
src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_shell-v0.13.0.tar.gz" | ||
checksum: "md5=f18ffa5ad138b31ad7b71f3942de0043" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
homepage: "https://github.com/janestreet/async_udp" | ||
bug-reports: "https://github.com/janestreet/async_udp/issues" | ||
dev-repo: "git+https://github.com/janestreet/async_udp.git" | ||
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_udp/index.html" | ||
license: "MIT" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"async" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
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.13/files/async_udp-v0.13.0.tar.gz" | ||
checksum: "md5=ebc36b515617476e4a19d024add2dc4e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
opam-version: "2.0" | ||
maintainer: "opensource@janestreet.com" | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
homepage: "https://github.com/janestreet/async_unix" | ||
bug-reports: "https://github.com/janestreet/async_unix/issues" | ||
dev-repo: "git+https://github.com/janestreet/async_unix.git" | ||
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_unix/index.html" | ||
license: "MIT" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"async_kernel" {>= "v0.13" & < "v0.14"} | ||
"core" {>= "v0.13" & < "v0.14"} | ||
"core_kernel" {>= "v0.13" & < "v0.14"} | ||
"ppx_jane" {>= "v0.13" & < "v0.14"} | ||
"dune" {>= "1.5.1"} | ||
] | ||
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.13/files/async_unix-v0.13.0.tar.gz" | ||
checksum: "md5=1f150e28eeca17ebf3ff65641132c26d" | ||
} |
Oops, something went wrong.