File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/ppx_optint/ppx_optint.0.1.0 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Literals for Optint integers"
3+ maintainer: ["Reynir Björnsson <
[email protected] >"]
4+ authors: ["Reynir Björnsson <
[email protected] >"]
5+ license: "ISC"
6+ tags: ["ppx" "optint"]
7+ homepage: "https://github.com/reynir/ppx_optint"
8+ bug-reports: "https://github.com/reynir/ppx_optint/issues"
9+ depends: [
10+ "ocaml"
11+ "dune" {>= "3.5"}
12+ "optint" {>= "0.1.0"}
13+ "ppxlib" {>= "0.7.0"}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
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+ ]
30+ dev-repo: "git+https://github.com/reynir/ppx_optint.git"
31+ url {
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+ }
39+ x-commit-hash: "936cd433f52081014a21e7dbcb89a1a8b21faa36"
You can’t perform that action at this time.
0 commit comments