this repo has no description
1opam-version: "2.0"
2synopsis: "Auxiliary 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 "ocaml" {>= "4.14.0"}
11 "backoff" {>= "0.1.1"}
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.6.0/picos-0.6.0.tbz"
33 checksum: [
34 "sha256=3f5a08199cf65c2dae2f7d68f3877178f1da8eabf5376e15114e5a8958087dfa"
35 "sha512=ad24910c47ce614268c4268874bb918da7f8b5f03b3ad706bbf30323635262e94ddab6be24eaebbca706bfa82c0a517d4272b396459e020c185942125c9bdb7b"
36 ]
37}
38x-commit-hash: "e3dbf47d92bf96e99ec9c9706a2a9b12b1b0aec8"