opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/js-build-tools" bug-reports: "https://github.com/janestreet/js-build-tools/issues" dev-repo: "git+https://github.com/janestreet/js-build-tools.git" license: "Apache-2.0" build: [ ["./configure" "--prefix" prefix] [make] ] depends: [ "ocaml" {>= "4.02.3" & < "5.0"} "ocamlbuild" {build} "ocamlfind" {build & >= "1.3.2"} "ocamlbuild" ] flags: deprecated synopsis: "Collection of tools to help building Jane Street Packages" description: """ This packages contains tools to help building Jane Street Packages. However most of it is general purpose. It contains:: - an oasis2opam-install tool to produce a .install file from the oasis build log - an js_build_tools ocamlbuild plugin with various goodies""" url { src: "https://ocaml.janestreet.com/ocaml-core/113.33/files/js-build-tools-113.33.04.tar.gz" checksum: [ "sha256=30c54ab990298d32c7faaf0dbf9d7bdd98fc7c5d2ae99c6c7cfeb23c5f8c51a8" "md5=25e2657622a2be4dac42adc2ea148999" ] }