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"
32x-commit-hash: "b16d4f5fec181705672df7b58b1039e2b1d14d60"
33url {
34 src:
35 "https://github.com/mirage/alcotest/releases/download/1.2.2/alcotest-mirage-1.2.2.tbz"
36 checksum: [
37 "sha256=b4bbfdf8fc9597d845ec4024d8a260c6cca2eac51fe166c376a6929576ad051c"
38 "sha512=73ba44c028ac70a61bb19bc08d421bc7cd8158faaabc0101b3f4ce83d4faf691f4b6212f73cadabc859984b7509a47df6a7ed27ae2578ad2efd12d2e5f7e331e"
39 ]
40}