opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: [
  "David Sheets"
]
homepage: "https://github.com/ocamllabs/opamfu"
license: "ISC"
build: [make "build"]
remove: [[make "uninstall"]]
depends: [
  "ocaml"
  "ocamlfind"
  "opam-lib" {>= "1.1.1" & < "1.2.0"}
  "uri"
]
depopts: ["cmdliner"]
dev-repo: "git://github.com/ocamllabs/opamfu"
install: [make "install"]
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.0.tar.gz"
  checksum: "md5=6f263ee021f49ed49869c443e351b7a1"
}
