this repo has no description
1opam-version: "2.0" 2license: "MIT" 3maintainer: "Kate <kit.ty.kate@disroot.org>" 4authors: "Kate <kit.ty.kate@disroot.org>" 5homepage: "https://github.com/kit-ty-kate/ocaml-monomorphic" 6dev-repo: "git+https://github.com/kit-ty-kate/ocaml-monomorphic.git" 7bug-reports: "https://github.com/kit-ty-kate/ocaml-monomorphic/issues" 8build: [ 9 [make] 10] 11depends: [ 12 "ocaml" {< "5.0"} 13 "ocamlbuild-pkg" {build & >= "0.2"} 14] 15tags: [ 16 "polymorphic" 17 "compare" 18 "equal" 19 "equality" 20 "monomorphic" 21 "unsafe" 22 "safe" 23] 24synopsis: 25 "A small library used to shadow polymorphic operators (and functions) contained in the stdlib." 26url { 27 src: "https://github.com/kit-ty-kate/ocaml-monomorphic/archive/1.4.tar.gz" 28 checksum: [ 29 "sha256=9c04e6b0c3e7d30f000a82bd9c184c63425f148eeb7bc4cc3a73ba38e5e9a086" 30 "md5=3a595244d92817ca4e735f80bc3d685f" 31 ] 32}