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" {build}
  "omake" {build}
  "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.2.tar.gz"
  checksum: "md5=daa388e41048a7b145543f4b6fce2354"
}
