opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/jenga"
license: "Apache-2.0"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "jenga"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.03"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "async" {>= "109.53.00" & <= "109.53.02"}
  "async_inotify" {>= "109.34.00" & <= "109.34.02"}
  "async_shell" {>= "109.28.00" & <= "109.28.03"}
  "async_parallel" {>= "109.53.00" & <= "109.53.02"}
  "bin_prot" {>= "109.53.00" & <= "109.53.03"}
  "comparelib" {>= "109.27.00" & <= "109.27.02"}
  "core" {>= "109.55.00" & <= "109.55.02"}
  "core_extended" {>= "109.55.00" & <= "109.55.02"}
  "fieldslib" {>= "109.20.00" & <= "109.20.03"}
  "ocaml_plugin" {>= "109.53.00" & <= "109.53.02"}
  "pcre"
  "sexplib" {>= "109.55.00" & <= "109.55.02"}
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/jenga/issues"
dev-repo: "git+https://github.com/janestreet/jenga.git"
install: [[make "install"]]
synopsis: "Build system"
flags: light-uninstall
extra-files: ["jenga.install" "md5=7a0921d353f6ace52148ed5d43a11e92"]
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.55.00/individual/jenga-109.55.03.tar.gz"
  checksum: "md5=5c63cb9ed2dac8919ad3cf91c7514d5b"
}
