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