opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: [
  "David Sheets"
  "Louis Gesbert"
]
homepage: "https://github.com/ocamllabs/opamfu"
bug-reports: "https://github.com/ocamllabs/opamfu/issues"
dev-repo: "git+https://github.com/ocamllabs/opamfu.git"
license: "ISC"
build: [make "build"]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "opam-lib" {>= "1.3.0"}
  "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.4.tar.gz"
  checksum: "md5=83e62350cf4a64ed24f694cbf07b4547"
}
