this repo has no description
1opam-version: "2.0"
2synopsis:
3 "A small library used to shadow polymorphic operators (and functions) contained in the stdlib"
4maintainer: "Kate <kit.ty.kate@disroot.org>"
5authors: "Kate <kit.ty.kate@disroot.org>"
6license: "MIT"
7tags: [
8 "polymorphic" "compare" "equal" "equality" "monomorphic" "unsafe" "safe"
9]
10homepage: "https://github.com/kit-ty-kate/ocaml-monomorphic"
11doc: "https://kit-ty-kate.github.io/ocaml-monomorphic"
12bug-reports: "https://github.com/kit-ty-kate/ocaml-monomorphic/issues"
13depends: [
14 "dune" {>= "2.7"}
15 "ocaml" {>= "4.08"}
16 "cppo" {>= "1.1.0"}
17 "odoc" {with-doc}
18]
19build: ["dune" "build" "-p" name "-j" jobs]
20run-test: ["dune" "runtest" "-p" name "-j" jobs]
21dev-repo: "git+https://github.com/kit-ty-kate/ocaml-monomorphic.git"
22url {
23 src:
24 "https://github.com/kit-ty-kate/ocaml-monomorphic/releases/download/2.1.0/monomorphic-2.1.0.tar.gz"
25 checksum: [
26 "md5=ec4c56ac126dc0afe548d95977143f30"
27 "sha512=a3a5e09bca2b40aa3a176b161669159ba3ffe4b28fd7f01e0ad9042dd65d1158c9791182cc6ff469595f37ae4b567d184fd5039c138ca1999e51c1a71482cc34"
28 ]
29}