this repo has no description
1opam-version: "2.0" 2synopsis: "Pico scheduler framework" 3description: 4 "A framework for building interoperable elements of effects based cooperative concurrent programming models." 5maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 6authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 7license: "ISC" 8homepage: "https://github.com/ocaml-multicore/picos" 9bug-reports: "https://github.com/ocaml-multicore/picos/issues" 10depends: [ 11 "dune" {>= "3.14"} 12 "backoff" {>= "0.1.0"} 13 "thread-local-storage" {>= "0.1" & < "0.2"} 14 "mtime" {>= "2.0.0"} 15 "psq" {>= "0.2.1"} 16 "multicore-magic" {>= "2.1.0"} 17 "multicore-bench" {>= "0.1.2" & with-test} 18 "alcotest" {>= "1.7.0" & with-test} 19 "qcheck-core" {>= "0.21.2" & with-test} 20 "qcheck-stm" {>= "0.3" & with-test} 21 "qcheck-multicoretests-util" {>= "0.3" & with-test} 22 "mdx" {>= "2.4.0" & with-test} 23 "ocaml-version" {>= "3.6.4" & with-test} 24 "domain_shims" {>= "0.1.0" & with-test} 25 "js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test} 26 "conf-npm" {arch != "x86_32" & arch != "riscv64" & with-test} 27 "dscheck" {>= "0.4.0" & with-test} 28 "sherlodoc" {>= "0.2" & with-doc} 29 "odoc" {>= "2.4.1" & with-doc} 30 "ocaml" {>= "4.13.0"} 31] 32build: [ 33 ["dune" "subst"] {dev} 34 [ 35 "dune" 36 "build" 37 "-p" 38 name 39 "-j" 40 jobs 41 "@install" 42 "@runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45] 46dev-repo: "git+https://github.com/ocaml-multicore/picos.git" 47url { 48 src: 49 "https://github.com/ocaml-multicore/picos/releases/download/0.1.0/picos-0.1.0.tbz" 50 checksum: [ 51 "sha256=0f2dcc67ddd127c68f388f2c36a8725a15723e6aeba7d1ddfcf4e016b54a4674" 52 "sha512=bee2a99458a451be285e2f13cc3a9deda8eed4e118bcdfc51c256d2da5bae92eec3386c318fe42dcf451421543b519dc064967158b3f417c9b7b44ce97c5fb75" 53 ] 54} 55x-commit-hash: "28d66414aaa58d61f9e6f1d2b5c2c25f6b647b2f"