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.2"} 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: "5a20344177b8cdf369957c0268dc7acea2dc838e" 33url { 34 src: 35 "https://github.com/mirage/alcotest/releases/download/1.2.3/alcotest-mirage-1.2.3.tbz" 36 checksum: [ 37 "sha256=085c481aeedf80d766ff9ba4d9929688bed01ef390915dc28a9bb4ba7664b2ae" 38 "sha512=ca489811d3f13a2604a4b0a2b7463d611741bf8a96655e3ae1dfbeb60f2e81f589d389f12379543e5e2a31e973170134855f10d1ba94ffdc6123e34227a7d37a" 39 ] 40}