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"
11bug-reports: "https://github.com/kit-ty-kate/ocaml-monomorphic/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "ocaml" {>= "4.08" & < "5.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/kit-ty-kate/ocaml-monomorphic.git"
32url {
33 src:
34 "https://github.com/kit-ty-kate/ocaml-monomorphic/releases/download/2.0/monomorphic-2.0.tbz"
35 checksum: [
36 "sha256=23fc4e79f003082de925e8a520d96573a709495645dc7a184e3527eae217a02c"
37 "sha512=9bf91b6102e8b33c7dff2a242248271ba4b1124b00fc75490864d01df0ac1e86e78824d6628394c1c99ec92684de66aae33bae315525c4ec1a123d662b7a70cb"
38 ]
39}
40x-commit-hash: "8b8c6a7049b6a91ff39951927517cab3b0af444e"