opam-version: "2.0"
maintainer: "JHU PL Lab <pl.cs@jhu.edu>"
authors: "JHU PL Lab <pl.cs@jhu.edu>"
homepage: "http://www.big-bang-lang.org/"
bug-reports: "https://github.com/JHU-PL-Lab/jhu-pl-lib/issues"
license: "Apache-1.0+"
dev-repo: "git+https://github.com/JHU-PL-Lab/jhu-pl-lib.git"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["oasis" "setup"] {with-test}
  ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
  ["ocaml" "setup.ml" "-build"] {with-test}
  ["ocaml" "setup.ml" "-test"] {with-test}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  "ocaml" "%{etc}%/jhupllib/setup.ml" "-C" "%{etc}%/jhupllib" "-uninstall"
]
depends: [
  "ocaml"
  "base-threads"
  "batteries" {< "3.0"}
  "monadlib"
  "oasis" {build & >= "0.4.7"}
  "ocaml-monadic"
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "ounit" {build}
  "ppx_deriving" {>= "2.0"}
  "ppx_deriving_yojson"
  "yojson"
]
synopsis: "A library of tools and utilities for JHU PL lab projects."
description: "A library of tools and utilities for JHU PL lab projects."
url {
  src:
    "https://github.com/JHU-PL-Lab/jhu-pl-lib/archive/824006ad7c0b05d015c3449f168bb5e99882bee5.zip"
  checksum: "md5=3996f5c6a55b8bd37db7c3db11724641"
}
