this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/async_extra"
5bug-reports: "https://github.com/janestreet/async_extra/issues"
6dev-repo: "git+https://github.com/janestreet/async_extra.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_extra/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.07.0"}
14 "async_kernel" {>= "v0.12" & < "v0.13"}
15 "async_rpc_kernel" {>= "v0.12" & < "v0.13"}
16 "async_unix" {>= "v0.12" & < "v0.13"}
17 "core" {>= "v0.12" & < "v0.13"}
18 "ppx_jane" {>= "v0.12" & < "v0.13"}
19 "dune" {>= "1.5.1"}
20]
21synopsis: "Monadic concurrency library"
22description: "
23Part of Jane Street's Core library
24The Core suite of libraries is an industrial strength alternative to
25OCaml's standard library that was developed by Jane Street, the
26largest industrial user of OCaml.
27"
28url {
29 src:
30 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/async_extra-v0.12.0.tar.gz"
31 checksum: [
32 "sha256=8be98f83d75599cb39bcf546d7306b970ab7847f558b743c44ab2aac70be1c0d"
33 "md5=ed4ab8853fa9ca6b4d92943374d8ffda"
34 ]
35}