opam-version: "2.0"
authors: "Jun Furuse"
maintainer: "jun.furuse@gmail.com"
homepage: "https://bitbucket.org/camlspotter/opamfind/"
bug-reports: "https://bitbucket.org/camlspotter/opamfind/issues?status=new&status=open"
dev-repo: "hg+https://bitbucket.org/camlspotter/opamfind"
build: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-build" ]
]
install: [
  [ "ocaml" "setup.ml" "-install" ]
]
remove: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-uninstall" ]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "camlon"
  "ocamlfind"
  "omake" {build & < "0.10.1"}
  "spotlib" {>= "3.0.0" & < "4.0.0"}
  "ppx_meta_conv" {>= "2.6.0" & < "2.7.0"}
  "ppx_orakuda"
  "ppx_monadic"
]
synopsis:
  "Small library and tool to find out relationships between OCamlFind and OPAM packages."
description: """
OPAMFind is a library to analyze the installed OCamlFind and OPAM packages
and obtain the relationship between them: which OCamlFind package is installed
by which OPAM package."""
url {
  src: "https://bitbucket.org/camlspotter/opamfind/get/1.1.1.tar.gz"
  checksum: "md5=5e2b83c921ef85c1c5b8b4e537b86159"
}
