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" {>= "2.8"}
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.0.0"}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/mirage/alcotest.git"
36x-commit-hash: "12889aa7f993ad55434443f1c447a59f18ffc9bf"
37url {
38 src:
39 "https://github.com/mirage/alcotest/releases/download/1.5.0/alcotest-js-1.5.0.tbz"
40 checksum: [
41 "sha256=54281907e02d78995df246dc2e10ed182828294ad2059347a1e3a13354848f6c"
42 "sha512=1aea91de40795ec4f6603d510107e4b663c1a94bd223f162ad231316d8595e9e098cabbe28a46bdcb588942f3d103d8377373d533bcc7413ba3868a577469b45"
43 ]
44}