this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: "Thomas Gazagnaire" 4homepage: "https://github.com/mirage/alcotest/" 5dev-repo: "git+https://github.com/mirage/alcotest.git" 6bug-reports: "https://github.com/mirage/alcotest/issues/" 7license: "ISC" 8doc: "https://mirage.github.io/alcotest/" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15 16depends: [ 17 "dune" 18 "ocaml" {>= "4.03.0"} 19 "alcotest" {>= "0.8.0"} 20 "async_unix" {>= "v0.9.0"} 21 "core_kernel" {>= "v0.9.0"} 22] 23 24synopsis: "Async-based helpers for Alcotest" 25url { 26 src: 27 "https://github.com/mirage/alcotest/releases/download/0.8.5/alcotest-0.8.5.tbz" 28 checksum: [ 29 "sha256=6b3b638fc7c6f4c52617b0261dc9f726ce21bb0c485e05bab6fe41a57697fc6b" 30 "md5=2db36741c413ab93391ecc1f983aa804" 31 ] 32}