this repo has no description
1opam-version: "2.0"
2maintainer: "KC Sivaramakrishnan <kc@kcsrk.info>"
3authors: ["KC Sivaramakrishnan <kc@kcsrk.info>"]
4homepage: "https://github.com/ocaml-multicore/domainslib"
5doc: "https://ocaml-multicore.github.io/domainslib/"
6synopsis: "Parallel Structures over Domains for Multicore OCaml"
7license: "ISC"
8dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git"
9bug-reports: "https://github.com/ocaml-multicore/domainslib/issues"
10tags: ["org:ocamllabs"]
11depends: [
12 "ocaml" {< "5.0.0"}
13 "dune" {>= "1.8"}
14 "base-domains"
15]
16build: ["dune" "build" "-p" name "-j" jobs]
17url {
18 src: "https://github.com/ocaml-multicore/domainslib/archive/0.3.1.tar.gz"
19 checksum: [
20 "sha256=f996a6f5db2a15b2b9b2ed2c3cba51a544ea73cb0e7159198f1ba061cb24582c"
21 "md5=29f8df695dfd8f0b87742c3f45cedecf"
22 ]
23}
24