this repo has no description
1opam-version: "2.0"
2synopsis: "Literals for Optint integers"
3maintainer: ["Reynir Björnsson <reynir@reynir.dk>"]
4authors: ["Reynir Björnsson <reynir@reynir.dk>"]
5license: "ISC"
6tags: ["ppx" "optint"]
7homepage: "https://github.com/reynir/ppx_optint"
8bug-reports: "https://github.com/reynir/ppx_optint/issues"
9depends: [
10 "ocaml"
11 "dune" {>= "3.5"}
12 "optint" {>= "0.1.0"}
13 "ppxlib" {>= "0.7.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/reynir/ppx_optint.git"
31url {
32 src:
33 "https://github.com/reynir/ppx_optint/releases/download/v0.1.0/ppx_optint-0.1.0.tbz"
34 checksum: [
35 "sha256=8c1487d9062fba259371c81adbe7884f4886ed98c6df5f04e7f7c4a0ae34e0b9"
36 "sha512=6525b7876a51ccfebc05fcd109684f61d89b66b200dac34fa0e3a6233089ad559d8f0d4af2d2a77c7e8ef71817e1c859710ad7535213d65760fad7605f0fec6e"
37 ]
38}
39x-commit-hash: "936cd433f52081014a21e7dbcb89a1a8b21faa36"