this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25683 from polytypic/release-picos-0.2.0

[new release] picos (0.2.0)

authored by

Thomas Gazagnaire and committed by
GitHub
4f63f63f c888e3c1

+55
+55
packages/picos/picos.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pico scheduler framework" 3 + description: 4 + "A framework for building interoperable elements of effects based cooperative concurrent programming models." 5 + maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 6 + authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 7 + license: "ISC" 8 + homepage: "https://github.com/ocaml-multicore/picos" 9 + bug-reports: "https://github.com/ocaml-multicore/picos/issues" 10 + depends: [ 11 + "dune" {>= "3.14"} 12 + "backoff" {>= "0.1.0"} 13 + "thread-local-storage" {>= "0.1"} 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" & 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.12.0"} 31 + ] 32 + build: [ 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 + ] 46 + dev-repo: "git+https://github.com/ocaml-multicore/picos.git" 47 + url { 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 + } 55 + x-commit-hash: "a53cd12c7e2515a4ebea9844fe6a45aed4d609ac"