this repo has no description
1opam-version: "2.0"
2synopsis: "Integration tests for Picos packages"
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 "picos_aux" {= version}
12 "picos_std" {= version}
13 "picos_io" {= version}
14 "picos_io_cohttp" {= version}
15 "picos_mux" {= version}
16 "picos_lwt" {= version}
17 "dscheck" {>= "0.4.0"}
18 "lwt" {>= "5.7.0"}
19 "qcheck-core" {>= "0.21.2"}
20 "qcheck-stm" {>= "0.3"}
21 "alcotest" {>= "1.7.0" & with-test}
22 "backoff" {>= "0.1.0" & with-test}
23 "cohttp" {>= "6.0.0~beta2" & with-test}
24 "cohttp-lwt-unix" {>= "6.0.0~beta2" & os != "win32" & with-test}
25 "conduit-lwt-unix" {>= "6.2.2" & os != "win32" & with-test}
26 "conf-npm"
27 {arch != "x86_32" & arch != "riscv64" & os != "win32" & with-test}
28 "domain_shims" {>= "0.1.0" & with-test}
29 "js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
30 "mdx" {>= "2.4.0" & with-test}
31 "multicore-bench" {>= "0.1.4" & with-test}
32 "multicore-magic" {>= "2.3.0" & with-test}
33 "multicore-magic-dscheck" {>= "2.3.0" & with-test}
34 "ocaml-version" {>= "3.6.4" & with-test}
35 "cohttp-lwt" {>= "6.0.0~beta2" & with-test}
36 "qcheck-multicoretests-util" {>= "0.3" & with-test}
37 "uri" {>= "4.4.0" & with-test}
38 "odoc" {>= "2.4.1" & with-doc}
39 "sherlodoc" {>= "0.2" & with-doc}
40]
41build: [
42 ["dune" "subst"] {dev}
43 [
44 "dune"
45 "build"
46 "-p"
47 name
48 "-j"
49 jobs
50 "@install"
51 "@runtest" {with-test}
52 "@doc" {with-doc}
53 ]
54]
55dev-repo: "git+https://github.com/ocaml-multicore/picos.git"
56url {
57 src:
58 "https://github.com/ocaml-multicore/picos/releases/download/0.5.0/picos-0.5.0.tbz"
59 checksum: [
60 "sha256=862d61383e2df93a876bedcffb1fd1ddc0f96c50b0e9c07943a2aee1f0e182be"
61 "sha512=87805379017ef4a7f2c11b954625a3757a0f1431bb9ba59132202de278b3e41adbe0cdc20e3ab23b7c9a8c5a15faeb7ec79348e7d80f2b14274b00df0893b8c0"
62 ]
63}
64x-commit-hash: "1f18591b23c04990726d62ddbfb13b8d835b3b53"