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.2"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/ocaml-multicore/picos.git" 31url { 32 src: 33 "https://github.com/ocaml-multicore/picos/releases/download/0.5.0/picos-0.5.0.tbz" 34 checksum: [ 35 "sha256=862d61383e2df93a876bedcffb1fd1ddc0f96c50b0e9c07943a2aee1f0e182be" 36 "sha512=87805379017ef4a7f2c11b954625a3757a0f1431bb9ba59132202de278b3e41adbe0cdc20e3ab23b7c9a8c5a15faeb7ec79348e7d80f2b14274b00df0893b8c0" 37 ] 38} 39x-commit-hash: "1f18591b23c04990726d62ddbfb13b8d835b3b53"