this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Virtual package containing optional JavaScript dependencies for Alcotest" 4description: 5 "Virtual package containing optional JavaScript dependencies for Alcotest" 6maintainer: ["thomas@gazagnaire.org"] 7authors: ["Thomas Gazagnaire"] 8license: "ISC" 9homepage: "https://github.com/mirage/alcotest" 10doc: "https://mirage.github.io/alcotest" 11bug-reports: "https://github.com/mirage/alcotest/issues" 12depends: [ 13 "dune" {>= "3.0"} 14 "alcotest" {= version} 15 "js_of_ocaml-compiler" {>= "3.11.0"} 16 "conf-npm" {with-test} 17 "fmt" {with-test & >= "0.8.7"} 18 "cmdliner" {with-test & >= "1.2.0"} 19 "odoc" {with-doc} 20] 21dev-repo: "git+https://github.com/mirage/alcotest.git" 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@runtest-js" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37url { 38 src: 39 "https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz" 40 checksum: [ 41 "sha256=cba1bd01707c8c55b4764bb0df8c9c732be321e1f1c1a96a406e56d8dbca1d0e" 42 "sha512=eebb034c990abd253f526e848a99881686d7bd3c7d1b1d373953d568d062e3d5aaa79b6b4807455aaa9a98710eca4ada30e816a0134717a380619a597575564d" 43 ] 44} 45x-commit-hash: "6313c95008cc5d87888cdd86ae1c25e50627f466" 46x-maintenance-intent: [ "(latest)" ]