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}
14]
15conflicts: [
16 "ocamlbuild-pkg" {>= "0.2"}
17]
18tags: [
19 "polymorphic"
20 "compare"
21 "equal"
22 "equality"
23 "monomorphic"
24 "unsafe"
25 "safe"
26]
27synopsis:
28 "A small library used to shadow polymorphic operators (and functions) contained in the stdlib."
29url {
30 src: "https://github.com/kit-ty-kate/ocaml-monomorphic/archive/1.3.tar.gz"
31 checksum: [
32 "sha256=47b012c9484f96f4e1ea4a8a634a4a7ee81334d728bfd342640cda80f4261971"
33 "md5=4bf8bcff2c074e18852a9538bcc37175"
34 ]
35}