Skip to content

Commit 79fb767

Browse files
authored
Merge pull request #27936 from CharlesAverill/release-ppx_unreachable-1.0
[new release] ppx_unreachable (1.0)
2 parents fe6c88c + 19df5e4 commit 79fb767

File tree

1 file changed

+41
-0
lines changed
  • packages/ppx_unreachable/ppx_unreachable.1.0

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"A PPX that denotes unreachable code and prints descriptive errors when the code is reached"
4+
description:
5+
"A PPX that denotes unreachable code and prints descriptive errors when the code is reached"
6+
maintainer: ["Charles Averill"]
7+
authors: ["Charles Averill"]
8+
license: "MIT"
9+
homepage: "https://github.com/CharlesAverill/ppx_unreachable"
10+
doc: "https://github.com/CharlesAverill/ppx_unreachable"
11+
bug-reports: "https://github.com/CharlesAverill/ppx_unreachable/issues"
12+
depends: [
13+
"ocaml"
14+
"dune" {>= "3.9"}
15+
"ppxlib" {>= "0.36"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/CharlesAverill/ppx_unreachable.git"
33+
url {
34+
src:
35+
"https://github.com/CharlesAverill/ppx_unreachable/releases/download/1.0/ppx_unreachable-1.0.tbz"
36+
checksum: [
37+
"sha256=8af03f3cf8ccb52f3bd7f95f49474f9060ce37d0d21ad82e569352e48e1d5fac"
38+
"sha512=2e7820f5fe8b8c113bdd0715e3a1e1afac851538fc865d4755ab64a8b34bd5a4bdb2641e09508f51d86e20920156fed2f685409736766dd6e560d50d76720159"
39+
]
40+
}
41+
x-commit-hash: "66f71709e07af4df4502623627b0ed1a09574e2d"

0 commit comments

Comments
 (0)