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.0"}
12 "ocaml" {>= "4.03.0"}
13 "alcotest" {= version}
14 "async_unix" {>= "v0.9.0" & < "v0.15"}
15 "core_kernel" {>= "v0.9.0" & < "v0.15"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/mirage/alcotest.git"
32url {
33 src:
34 "https://github.com/mirage/alcotest/releases/download/1.1.0/alcotest-lwt-1.1.0.tbz"
35 checksum: [
36 "sha256=212827a49abf4008581c0da53e7ec78a9d639b415380dcb1fdeeb23f3ff083e2"
37 "sha512=c47d04b3c7100af703b470b93ff9fe9fe22790415370b6d5972736f46a5c83901717d67caf0c4115d01020d3078dc7f3063838578174921cab352546dad00148"
38 ]
39}