opam-version: "2.0" synopsis: "Virtual package containing optional JavaScript dependencies for Alcotest" description: "Virtual package containing optional JavaScript dependencies for Alcotest" maintainer: ["thomas@gazagnaire.org"] authors: ["Thomas Gazagnaire"] license: "ISC" homepage: "https://github.com/mirage/alcotest" doc: "https://mirage.github.io/alcotest" bug-reports: "https://github.com/mirage/alcotest/issues" depends: [ "dune" {>= "2.8"} "alcotest" {= version} "js_of_ocaml-compiler" {>= "3.11.0"} "conf-npm" {with-test} "fmt" {with-test & >= "0.8.7"} "cmdliner" {with-test & >= "1.0.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mirage/alcotest.git" x-commit-hash: "12889aa7f993ad55434443f1c447a59f18ffc9bf" url { src: "https://github.com/mirage/alcotest/releases/download/1.5.0/alcotest-js-1.5.0.tbz" checksum: [ "sha256=54281907e02d78995df246dc2e10ed182828294ad2059347a1e3a13354848f6c" "sha512=1aea91de40795ec4f6603d510107e4b663c1a94bd223f162ad231316d8595e9e098cabbe28a46bdcb588942f3d103d8377373d533bcc7413ba3868a577469b45" ] }