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.1.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" 36url { 37 src: 38 "https://github.com/mirage/alcotest/releases/download/1.6.0/alcotest-1.6.0.tbz" 39 checksum: [ 40 "sha256=fd00f9668395874ff3b1d7ef566d14efc02fa7dd34123eb25d59355be94b2329" 41 "sha512=69a7ef300ba10a9ccb1e25b1cfdb0a0abf9ca976864a52a22f0e1fae1e5d1cbeb99498c086230b839ee9da4d0fd71e63686e126ca42221537f3fdb6f6c5aae95" 42 ] 43} 44x-commit-hash: "6be328d73513db7f32173f86a997a59904fb1ee6"