opam-version: "2.0"
license: "MIT"
maintainer: "Kate <kit.ty.kate@disroot.org>"
authors: "Kate <kit.ty.kate@disroot.org>"
homepage: "https://github.com/kit-ty-kate/ocaml-monomorphic"
dev-repo: "git+https://github.com/kit-ty-kate/ocaml-monomorphic.git"
bug-reports: "https://github.com/kit-ty-kate/ocaml-monomorphic/issues"
build: [
  ["./configure" "--prefix" prefix "--%{containers:enable}%-containers"]
  [make]
]
install: [
  [make "install"]
]
remove: [
  ["ocamlfind" "remove" "monomorphic"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
depopts: [
  "containers"
]
conflicts: [
  "containers" {>= "0.17"}
]
tags: [
  "polymorphic"
  "compare"
  "equal"
  "equality"
  "monomorphic"
  "unsafe"
  "safe"
]
synopsis:
  "A small library used to shadow polymorphic operators (and functions) contained in the stdlib."
flags: light-uninstall
url {
  src: "https://github.com/kit-ty-kate/ocaml-monomorphic/archive/1.2.tar.gz"
  checksum: "md5=bef7fed40a485dc7d4b77f2baced1c04"
}
