this repo has no description
1opam-version: "2.0" 2synopsis: "An ocamlbuild plugin to compile to JavaScript using js_of_ocaml" 3description: 4 "An ocamlbuild plugin to compile to JavaScript using js_of_ocaml" 5maintainer: ["Ocsigen team <dev@ocsigen.org>"] 6authors: ["Ocsigen team <dev@ocsigen.org>"] 7license: ["LGPL-2.1-or-later"] 8homepage: "https://github.com/ocsigen/js_of_ocaml-ocamlbuild" 9bug-reports: "https://github.com/ocsigen/js_of_ocaml-ocamlbuild/issues" 10depends: [ 11 "dune" {>= "2.9"} 12 "ocaml" {>= "4.04"} 13 "ocamlbuild" 14 "odoc" {with-doc} 15] 16dev-repo: "git+https://github.com/ocsigen/js_of_ocaml-ocamlbuild.git" 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "--promote-install-files=false" 27 "@install" 28 "@doc" {with-doc} 29 ] 30 ["dune" "install" "-p" name "--create-install-files" name] 31] 32url { 33 src: 34 "https://github.com/ocsigen/js_of_ocaml-ocamlbuild/releases/download/5.0/js_of_ocaml-ocamlbuild-5.0.tbz" 35 checksum: [ 36 "sha256=aa59bcbf1ce27bcb2a3eb77a8a2c1ff17e9ddbe0f240e3a198ca1cebb0a1c07b" 37 "sha512=86f6ea777eb15ae289c2033874ecd007d3e8f861d73f4ee6fd5e95ed70b574718c3cf569aa007dc8a9ff943a441b99f51a12b8cf8999ae32a37989795d304bf5" 38 ] 39} 40x-commit-hash: "9b81d6f59204666aa5925e63a901c817dc8fb05c"