opam-version: "2.0" maintainer: "KC Sivaramakrishnan " authors: ["KC Sivaramakrishnan "] homepage: "https://github.com/ocaml-multicore/domainslib" doc: "https://ocaml-multicore.github.io/domainslib/" synopsis: "Parallel Structures over Domains for Multicore OCaml" license: "ISC" dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git" bug-reports: "https://github.com/ocaml-multicore/domainslib/issues" tags: ["org:ocamllabs"] depends: [ "dune" {>= "1.8"} "base-domains" "mirage-clock-unix" {with-test} ] build: ["dune" "build" "-p" name "-j" jobs] url { src: "https://github.com/ocaml-multicore/domainslib/archive/0.3.2.tar.gz" checksum: [ "sha256=d74016fd9167de52f1515e25ea208095f9f25b4dfe277185583d8500307943a0" "md5=b4c1ed2ca16b82c40de9a64989094639" ] }