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/doc" 6synopsis: "Nested-parallel programming library" 7license: "ISC" 8dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git" 9bug-reports: "https://github.com/ocaml-multicore/domainslib/issues" 10depends: [ 11 "ocaml" {>= "5.00"} 12 "dune" {>= "3.0"} 13 "lockfree" { >= "0.2.0"} 14 "mirage-clock-unix" {with-test} 15] 16build: [ 17 "dune" "build" "-p" name "-j" jobs 18] 19url { 20 src: 21 "https://github.com/ocaml-multicore/domainslib/releases/download/v0.5.0/domainslib-0.5.0.tbz" 22 checksum: [ 23 "sha256=aedcbef435214d411c37b04f97c1ba43f1bf309eb3fd4027d113e41bc8400b00" 24 "sha512=58f8a3654428ba48223fe97b8b55bc1597334493b46d22c4de3a414603972cd022d53892ec46b0054c453e2495d523236c95c6c9a48b97fb805cbf3edee90c05" 25 ] 26} 27x-commit-hash: "8130f9bea88fbbb117b68561b9b018a6290ae1ff"