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" {>= "2.2"}
12 "re" {with-test}
13 "fmt" {with-test}
14 "cmdliner" {with-test}
15 "core"
16 "base"
17 "async_kernel"
18 "ocaml" {>= "4.03.0"}
19 "alcotest" {= version}
20 "async_unix" {>= "v0.9.0" & < "v0.15"}
21 "core_kernel" {>= "v0.9.0" & < "v0.15"}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/mirage/alcotest.git"
38x-commit-hash: "93940ea6da1d4ce8718ddd6c528eeb6d991b29ff"
39url {
40 src:
41 "https://github.com/mirage/alcotest/releases/download/1.4.0/alcotest-mirage-1.4.0.tbz"
42 checksum: [
43 "sha256=b1aaccfb2d651c902592c04953e2619169c91f797cf4f04a7dda2cab09b93ec1"
44 "sha512=8a13d5d4c8c77f115903e6b8e58160c6e6ec27870440bd38a674e9406f57f1eff299e65f006fd77728015d1a8f0ae30a714fe47e035824950a71ebfdff2cf3c9"
45 ]
46}