dune/dune.opam

19 lines
624 B
Plaintext
Raw Normal View History

2016-12-02 13:54:32 +00:00
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/ocaml/dune"
bug-reports: "https://github.com/ocaml/dune/issues"
dev-repo: "https://github.com/ocaml/dune.git"
2018-04-17 14:02:20 +00:00
license: "MIT"
2016-12-02 13:54:32 +00:00
build: [
# opam 2 sets OPAM_SWITCH_PREFIX, so we don't need a hardcoded path
["ocaml" "configure.ml" "--libdir" lib] {opam-version < "2"}
["ocaml" "bootstrap.ml"]
["./boot.exe" "--release" "--subst"] {pinned}
["./boot.exe" "--release" "-j" jobs]
2016-12-02 13:54:32 +00:00
]
2017-02-26 21:28:30 +00:00
available: [ ocaml-version >= "4.02.3" ]
conflicts: [
"jbuilder" {!= "transition"}
]