this repo has no description
1opam-version: "2.0"
2synopsis: "Async-based helpers for Alcotest"
3description: "Async-based helpers for Alcotest"
4maintainer: ["thomas@gazagnaire.org"]
5authors: ["Thomas Gazagnaire"]
6license: "ISC"
7homepage: "https://github.com/mirage/alcotest"
8doc: "https://mirage.github.io/alcotest"
9bug-reports: "https://github.com/mirage/alcotest/issues"
10depends: [
11 "dune" {>= "3.0"}
12 "re" {with-test}
13 "fmt" {with-test}
14 "cmdliner" {with-test & >= "1.2.0"}
15 "core" {>= "v0.16.0"}
16 "core_unix" {>= "v0.16.0"}
17 "base"
18 "async_kernel"
19 "ocaml" {>= "4.14.0"}
20 "alcotest" {= version}
21 "async" {>= "v0.16.0"}
22 "async_unix" {>= "v0.16.0"}
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/mirage/alcotest.git"
40url {
41 src:
42 "https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz"
43 checksum: [
44 "sha256=cba1bd01707c8c55b4764bb0df8c9c732be321e1f1c1a96a406e56d8dbca1d0e"
45 "sha512=eebb034c990abd253f526e848a99881686d7bd3c7d1b1d373953d568d062e3d5aaa79b6b4807455aaa9a98710eca4ada30e816a0134717a380619a597575564d"
46 ]
47}
48x-commit-hash: "6313c95008cc5d87888cdd86ae1c25e50627f466"
49x-maintenance-intent: [ "(latest)" ]