this repo has no description
1opam-version: "2.0"
2synopsis: "Pico scheduler framework"
3description:
4 "A framework for building interoperable elements of effects based cooperative concurrent programming models."
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.1.0"}
17 "multicore-bench" {>= "0.1.2" & with-test}
18 "alcotest" {>= "1.7.0" & with-test}
19 "qcheck-core" {>= "0.21.2" & with-test}
20 "qcheck-stm" {>= "0.3" & with-test}
21 "qcheck-multicoretests-util" {>= "0.3" & with-test}
22 "mdx" {>= "2.4.0" & with-test}
23 "ocaml-version" {>= "3.6.4" & with-test}
24 "domain_shims" {>= "0.1.0" & with-test}
25 "js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
26 "conf-npm" {arch != "x86_32" & arch != "riscv64" & with-test}
27 "dscheck" {>= "0.4.0" & with-test}
28 "sherlodoc" {>= "0.2" & with-doc}
29 "odoc" {>= "2.4.1" & with-doc}
30 "ocaml" {>= "4.13.0"}
31]
32build: [
33 ["dune" "subst"] {dev}
34 [
35 "dune"
36 "build"
37 "-p"
38 name
39 "-j"
40 jobs
41 "@install"
42 "@runtest" {with-test}
43 "@doc" {with-doc}
44 ]
45]
46dev-repo: "git+https://github.com/ocaml-multicore/picos.git"
47url {
48 src:
49 "https://github.com/ocaml-multicore/picos/releases/download/0.2.0/picos-0.2.0.tbz"
50 checksum: [
51 "sha256=7b92d091098733f4d16f78f5cb52f7fcef97c90a66141500a0da66e659253bd7"
52 "sha512=0859345ab2a1feb4468515491aae99e390015f3b83019f6f3a13b061305deb19f0868ffa51fb6513b7071bba6fed4ef08c2a464b406bebf4dcde4cc70a9088d4"
53 ]
54}
55x-maintained: false
56x-commit-hash: "a53cd12c7e2515a4ebea9844fe6a45aed4d609ac"