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: ["jbuilder" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "4.02.3" & < "5.0"} 11 "jbuilder" {>= "1.0+beta7"} 12] 13tags: [ 14 "polymorphic" 15 "compare" 16 "equal" 17 "equality" 18 "monomorphic" 19 "unsafe" 20 "safe" 21] 22synopsis: 23 "A small library used to shadow polymorphic operators (and functions) contained in the stdlib." 24url { 25 src: "https://github.com/kit-ty-kate/ocaml-monomorphic/archive/1.5.tar.gz" 26 checksum: [ 27 "sha256=148bee6197c3fc44e57f069c84c9325dc80e87660547a66632f9d9692064569f" 28 "md5=ccc384de583f60e8cec366a122b74f66" 29 ] 30}