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.1.0"} 15 "core" {>= "v0.15.0"} 16 "core_unix" {>= "v0.15.0" & < "v0.16.0"} 17 "base" 18 "async_kernel" 19 "ocaml" {>= "4.11.0"} 20 "alcotest" {= version} 21 "async" {>= "v0.15.0"} 22 "async_unix" {>= "v0.15.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" 40url { 41 src: 42 "https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz" 43 checksum: [ 44 "sha256=812bacdb34b45e88995e07d7306bdab2f72479ef1996637f1d5d1f41667902df" 45 "sha512=4ae1ba318949ec9db8b87bc8072632a02f0e4003a95ab21e474f5c34c3b5bde867b0194a2d0ea7d9fc4580c70a30ca39287d33a8c134acc7611902f79c7b7ce8" 46 ] 47} 48x-commit-hash: "927088ffadce153306a36cef4d0fed52609208f6"