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 ["./configure" "--prefix" prefix "--%{containers:enable}%-containers"] 10 [make] 11] 12install: [ 13 [make "install"] 14] 15remove: [ 16 ["ocamlfind" "remove" "monomorphic"] 17] 18depends: [ 19 "ocaml" {< "5.0"} 20 "ocamlfind" {build} 21 "ocamlbuild" {build} 22] 23depopts: [ 24 "containers" 25] 26conflicts: [ 27 "containers" {>= "0.17"} 28] 29tags: [ 30 "polymorphic" 31 "compare" 32 "equal" 33 "equality" 34 "monomorphic" 35 "unsafe" 36 "safe" 37] 38synopsis: 39 "A small library used to shadow polymorphic operators (and functions) contained in the stdlib." 40flags: light-uninstall 41url { 42 src: "https://github.com/kit-ty-kate/ocaml-monomorphic/archive/1.2.tar.gz" 43 checksum: [ 44 "sha256=378e13bf80367d876994e26057c52de2498bf7a87be88b0e5e65576846799a56" 45 "md5=bef7fed40a485dc7d4b77f2baced1c04" 46 ] 47}