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.7" & 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.6.0/picos-0.6.0.tbz"
59 checksum: [
60 "sha256=3f5a08199cf65c2dae2f7d68f3877178f1da8eabf5376e15114e5a8958087dfa"
61 "sha512=ad24910c47ce614268c4268874bb918da7f8b5f03b3ad706bbf30323635262e94ddab6be24eaebbca706bfa82c0a517d4272b396459e020c185942125c9bdb7b"
62 ]
63}
64x-commit-hash: "e3dbf47d92bf96e99ec9c9706a2a9b12b1b0aec8"