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 "dune" {>= "1.8"} 13 "base-domains" 14 "mirage-clock-unix" {with-test} 15] 16build: ["dune" "build" "-p" name "-j" jobs] 17url { 18 src: "https://github.com/ocaml-multicore/domainslib/archive/0.3.2.tar.gz" 19 checksum: [ 20 "sha256=d74016fd9167de52f1515e25ea208095f9f25b4dfe277185583d8500307943a0" 21 "md5=b4c1ed2ca16b82c40de9a64989094639" 22 ] 23} 24