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"
40x-maintenance-intent: [ "(latest)" ]
41url {
42 src:
43 "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz"
44 checksum: [
45 "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15"
46 "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241"
47 ]
48}
49x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"