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] 14 15depends: [ 16 "dune" {>= "1.11"} 17 "ocaml" {>= "4.03.0"} 18 "alcotest" {= version} 19 "async_unix" {>= "v0.9.0" & < "v0.15"} 20 "core_kernel" {>= "v0.9.0" & < "v0.15"} 21] 22 23synopsis: "Async-based helpers for Alcotest" 24url { 25 src: 26 "https://github.com/mirage/alcotest/releases/download/1.0.1/alcotest-1.0.1.tbz" 27 checksum: [ 28 "sha256=0c8748838a89df6dee4850aa7ef5e46c573265a9bf1589dec255bd8156a793f6" 29 "sha512=f5f52dea5bb143e7001b8d0ac6131f8851389b080f46b9ad1ccacb95cc31a38143dd7122ccba59bb190abe559dbf81f33cc4dc3401ed95772d59be75fa566f19" 30 ] 31}