opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: [
  "David Sheets"
  "Louis Gesbert"
]
homepage: "https://github.com/ocamllabs/opamfu"
dev-repo: "git+https://github.com/ocamllabs/opamfu.git"
bug-reports: "https://github.com/ocamllabs/opamfu/issues"
license: "ISC"
build: [
  [make "build"]
]
install: [
  [make "install"]
]
remove: [[make "uninstall"]]
depends: [
  "ocaml"
  "ocamlfind"
  "opam-lib" {>= "1.2.1" & < "1.3"}
  "uri" {>= "1.3.11"}
]
depopts: ["cmdliner"]
synopsis: "Functions over OPAM Universes"
description: """
opamfu provides a simple opam universe (stack of opam remotes) query
facility and standard command-line interface library for OPAM-based
applications. Also included is a module with a pretty-printing-friendly
representation of OPAM formulae."""
url {
  src: "https://github.com/ocamllabs/opamfu/archive/0.1.3.tar.gz"
  checksum: "md5=169bfe0f687a37b1dde4c840316204b8"
}
