this repo has no description
1opam-version: "2.0" 2synopsis: "Pico scheduler interface" 3description: 4 "A systems programming interface between effects based schedulers and concurrent abstractions." 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.2.0"} 17 "lwt" {>= "5.7.0"} 18 "multicore-bench" {>= "0.1.3" & 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.14.0"} 32] 33depopts: [ 34 "cohttp" {>= "5.3.1" & with-test} 35 "cohttp-lwt" {>= "5.3.0" & with-test} 36 "cohttp-lwt-unix" {>= "5.3.0" & with-test} 37 "conduit-lwt-unix" {>= "6.2.2" & with-test} 38 "uri" {>= "4.4.0" & with-test} 39] 40build: [ 41 ["dune" "subst"] {dev} 42 [ 43 "dune" 44 "build" 45 "-p" 46 name 47 "-j" 48 jobs 49 "@install" 50 "@runtest" {with-test} 51 "@doc" {with-doc} 52 ] 53] 54dev-repo: "git+https://github.com/ocaml-multicore/picos.git" 55url { 56 src: 57 "https://github.com/ocaml-multicore/picos/releases/download/0.4.0/picos-0.4.0.tbz" 58 checksum: [ 59 "sha256=343a8b4759239ca0c107145b8e2cc94c14625fecc0b0887d3c40a9ab7537b8da" 60 "sha512=db22b0a5b3adc603c0e815c9011c779f892b9ace76be018b2198d3e24a7d96727c999701025fe5a5fd07d0b452cb7286fc50c939aba0e4dce809941e9ebc12a6" 61 ] 62} 63x-commit-hash: "7d85f8573163a1ff547b51bd4763b6ab7df8095a"