-
Notifications
You must be signed in to change notification settings - Fork 6
/
picos_meta.opam
57 lines (57 loc) · 1.7 KB
/
picos_meta.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.6"
synopsis: "Integration tests for Picos packages"
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
license: "ISC"
homepage: "https://github.com/ocaml-multicore/picos"
bug-reports: "https://github.com/ocaml-multicore/picos/issues"
depends: [
"dune" {>= "3.14"}
"picos" {= version}
"picos_aux" {= version}
"picos_std" {= version}
"picos_io" {= version}
"picos_io_cohttp" {= version}
"picos_mux" {= version}
"picos_lwt" {= version}
"dscheck" {>= "0.4.0"}
"lwt" {>= "5.7.0"}
"qcheck-core" {>= "0.21.2"}
"qcheck-stm" {>= "0.3"}
"alcotest" {>= "1.7.0" & with-test}
"backoff" {>= "0.1.0" & with-test}
"cohttp" {>= "6.0.0" & with-test}
"cohttp-lwt-unix" {>= "6.0.0" & os != "win32" & with-test}
"conduit-lwt-unix" {>= "6.2.2" & os != "win32" & with-test}
"conf-npm"
{arch != "x86_32" & arch != "riscv64" & os != "win32" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & with-test}
"mdx" {>= "2.4.0" & with-test}
"multicore-bench" {>= "0.1.7" & with-test}
"multicore-magic" {>= "2.3.0" & with-test}
"multicore-magic-dscheck" {>= "2.3.0" & with-test}
"ocaml-version" {>= "3.6.4" & with-test}
"cohttp-lwt" {>= "6.0.0" & with-test}
"qcheck-multicoretests-util" {>= "0.3" & with-test}
"uri" {>= "4.4.0" & with-test}
"odoc" {>= "2.4.1" & with-doc}
"sherlodoc" {>= "0.2" & with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocaml-multicore/picos.git"