Skip to content

Commit 1aad530

Browse files
authored
Merge pull request ocaml#22681 from reynir/release-ppx_optint-v0.1.0
[new release] ppx_optint (0.1.0)
2 parents ece3588 + 1bb9026 commit 1aad530

File tree

1 file changed

+39
-0
lines changed
  • packages/ppx_optint/ppx_optint.0.1.0

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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"

0 commit comments

Comments
 (0)