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 "lwt" {>= "5.7.0"} 18 "multicore-bench" {>= "0.1.2" & with-test} 19 "alcotest" {>= "1.7.0" & with-test} 20 "qcheck-core" {>= "0.21.2" & with-test} 21 "qcheck-stm" {>= "0.3" & with-test} 22 "qcheck-multicoretests-util" {>= "0.3" & with-test} 23 "mdx" {>= "2.4.0" & with-test} 24 "ocaml-version" {>= "3.6.4" & with-test} 25 "domain_shims" {>= "0.1.0" & with-test} 26 "js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test} 27 "conf-npm" {arch != "x86_32" & arch != "riscv64" & with-test} 28 "dscheck" {>= "0.4.0" & with-test} 29 "sherlodoc" {>= "0.2" & with-doc} 30 "odoc" {>= "2.4.1" & with-doc} 31 "ocaml" {>= "4.13.0"} 32] 33build: [ 34 ["dune" "subst"] {dev} 35 [ 36 "dune" 37 "build" 38 "-p" 39 name 40 "-j" 41 jobs 42 "@install" 43 "@runtest" {with-test} 44 "@doc" {with-doc} 45 ] 46] 47dev-repo: "git+https://github.com/ocaml-multicore/picos.git" 48url { 49 src: 50 "https://github.com/ocaml-multicore/picos/releases/download/0.3.0/picos-0.3.0.tbz" 51 checksum: [ 52 "sha256=544804c0bde4b29764f82f04e7defed7c06bc43e5a6ce3f7fdc326cb54a7f066" 53 "sha512=4c93427e477fb52374a554a8b9c4c92836a9b5899161275d1473269ab526a1f59177209140631ed763a55be375855dea12f076e18bf4124522414986c0e257be" 54 ] 55} 56x-commit-hash: "bda364fe1205fe9ef18552395af63bafacd33df8"