forked from janestreet/async_kernel
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathasync_kernel.opam
More file actions
25 lines (25 loc) · 886 Bytes
/
async_kernel.opam
File metadata and controls
25 lines (25 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
opam-version: "2.0"
version: "v0.14.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.15"}
"ppx_jane" {>= "v0.13" & < "v0.15"}
"dune" {>= "2.0.0"}
]
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.
"