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