opam-version: "2.0" synopsis: "Sample schedulers for Picos" maintainer: ["Vesa Karvonen "] authors: ["Vesa Karvonen "] license: "ISC" homepage: "https://github.com/ocaml-multicore/picos" bug-reports: "https://github.com/ocaml-multicore/picos/issues" depends: [ "dune" {>= "3.14"} "picos_aux" {= version} "picos_std" {= version} "backoff" {>= "0.1.1"} "multicore-magic" {>= "2.3.0"} "odoc" {with-doc} ] depopts: [ "picos_io" {= version} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocaml-multicore/picos.git" url { src: "https://github.com/ocaml-multicore/picos/releases/download/0.6.0/picos-0.6.0.tbz" checksum: [ "sha256=3f5a08199cf65c2dae2f7d68f3877178f1da8eabf5376e15114e5a8958087dfa" "sha512=ad24910c47ce614268c4268874bb918da7f8b5f03b3ad706bbf30323635262e94ddab6be24eaebbca706bfa82c0a517d4272b396459e020c185942125c9bdb7b" ] } x-commit-hash: "e3dbf47d92bf96e99ec9c9706a2a9b12b1b0aec8"