opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
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"}
  "ocamlbuild" {build}
  "ocamlfind" {build & >= "1.3.2"}
  "ocamlbuild"
]
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: "md5=25e2657622a2be4dac42adc2ea148999"
}
