this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/js-build-tools"
5bug-reports: "https://github.com/janestreet/js-build-tools/issues"
6dev-repo: "git+https://github.com/janestreet/js-build-tools.git"
7license: "Apache-2.0"
8build: [
9 ["./configure" "--prefix" prefix]
10 [make]
11]
12depends: [
13 "ocaml" {>= "4.02.3" & < "5.0"}
14 "ocamlbuild" {build}
15 "ocamlfind" {build & >= "1.3.2"}
16 "ocamlbuild"
17]
18flags: deprecated
19synopsis: "Collection of tools to help building Jane Street Packages"
20description: """
21This packages contains tools to help building Jane Street
22Packages. However most of it is general purpose.
23It contains::
24- an oasis2opam-install tool to produce a .install file from the oasis
25 build log
26- an js_build_tools ocamlbuild plugin with various goodies"""
27url {
28 src:
29 "https://ocaml.janestreet.com/ocaml-core/113.33/files/js-build-tools-113.33.04.tar.gz"
30 checksum: [
31 "sha256=30c54ab990298d32c7faaf0dbf9d7bdd98fc7c5d2ae99c6c7cfeb23c5f8c51a8"
32 "md5=25e2657622a2be4dac42adc2ea148999"
33 ]
34}