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: "6ca7cc04ea07f5bd5b001fed4a0313d82e4b3cc0" 33url { 34 src: 35 "https://github.com/mirage/alcotest/releases/download/1.2.1/alcotest-mirage-1.2.1.tbz" 36 checksum: [ 37 "sha256=4cc037abb03d9685003d7313c9209f0481dca9fbcf3f7f0bc4802b1d75e3cc6c" 38 "sha512=31b2b460042e0cebb21a143dbd3bda81858ff58ddd1b8a1b91dcbb6547284eaab5d33c3d03da6cbf11c99eb046cd40438097ac37cf8cd1bacfc0eed54111c1b4" 39 ] 40}