opam-version: "2.0"
maintainer: "Kate <kit.ty.kate@disroot.org>"
authors: ["Kate <kit.ty.kate@disroot.org>"]
homepage: "https://github.com/kit-ty-kate/ocaml-monomorphic"
bug-reports: "https://github.com/kit-ty-kate/ocaml-monomorphic/issues"
license: "MIT"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "monomorphic"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/kit-ty-kate/ocaml-monomorphic"
install: ["ocaml" "setup.ml" "-install"]
synopsis:
  "A small library used to shadow polymorphic operators (and functions) contained in Pervasives."
flags: light-uninstall
url {
  src: "https://github.com/kit-ty-kate/ocaml-monomorphic/archive/1.0.tar.gz"
  checksum: "md5=b5d828d096a9449c481e904a381cd5ff"
}
