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.8"} 12 "re" {with-test} 13 "fmt" {with-test} 14 "cmdliner" {with-test} 15 "core" 16 "base" 17 "async_kernel" 18 "ocaml" {>= "4.03.0"} 19 "alcotest" {= version} 20 "async_unix" {>= "v0.9.0" & < "v0.15"} 21 "core_kernel" {>= "v0.9.0" & < "v0.15"} 22 "odoc" {with-doc} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/mirage/alcotest.git" 39x-commit-hash: "12889aa7f993ad55434443f1c447a59f18ffc9bf" 40url { 41 src: 42 "https://github.com/mirage/alcotest/releases/download/1.5.0/alcotest-js-1.5.0.tbz" 43 checksum: [ 44 "sha256=54281907e02d78995df246dc2e10ed182828294ad2059347a1e3a13354848f6c" 45 "sha512=1aea91de40795ec4f6603d510107e4b663c1a94bd223f162ad231316d8595e9e098cabbe28a46bdcb588942f3d103d8377373d533bcc7413ba3868a577469b45" 46 ] 47}