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: [
  [make]
]
depends: [
  "ocaml"
  "ocamlbuild-pkg" {build & >= "0.2"}
]
tags: [
  "polymorphic"
  "compare"
  "equal"
  "equality"
  "monomorphic"
  "unsafe"
  "safe"
]
synopsis:
  "A small library used to shadow polymorphic operators (and functions) contained in the stdlib."
url {
  src: "https://github.com/kit-ty-kate/ocaml-monomorphic/archive/1.4.tar.gz"
  checksum: "md5=3a595244d92817ca4e735f80bc3d685f"
}
