this repo has no description
1opam-version: "2.0" 2synopsis: "Sample libraries for Picos" 3maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 4authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 5license: "ISC" 6homepage: "https://github.com/ocaml-multicore/picos" 7bug-reports: "https://github.com/ocaml-multicore/picos/issues" 8depends: [ 9 "dune" {>= "3.14"} 10 "picos" {= version} 11 "backoff" {>= "0.1.0"} 12 "multicore-magic" {>= "2.3.0"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ocaml-multicore/picos.git" 30url { 31 src: 32 "https://github.com/ocaml-multicore/picos/releases/download/0.5.0/picos-0.5.0.tbz" 33 checksum: [ 34 "sha256=862d61383e2df93a876bedcffb1fd1ddc0f96c50b0e9c07943a2aee1f0e182be" 35 "sha512=87805379017ef4a7f2c11b954625a3757a0f1431bb9ba59132202de278b3e41adbe0cdc20e3ab23b7c9a8c5a15faeb7ec79348e7d80f2b14274b00df0893b8c0" 36 ] 37} 38x-commit-hash: "1f18591b23c04990726d62ddbfb13b8d835b3b53"