Skip to content

Commit 0555a4d

Browse files
authored
Merge pull request #27983 from CharlesAverill/release-ppx_unreachable-1.1f
[new release] ppx_unreachable (1.1)
2 parents c143392 + 38bbbf2 commit 0555a4d

File tree

1 file changed

+40
-0
lines changed
  • packages/ppx_unreachable/ppx_unreachable.1.1

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "A tool for denoting unreachable control flow paths"
3+
description:
4+
"A PPX that denotes unreachable code and prints descriptive errors when the code is reached"
5+
maintainer: ["Charles Averill"]
6+
authors: ["Charles Averill"]
7+
license: "MIT"
8+
homepage: "https://github.com/CharlesAverill/ppx_unreachable"
9+
doc: "https://github.com/CharlesAverill/ppx_unreachable"
10+
bug-reports: "https://github.com/CharlesAverill/ppx_unreachable/issues"
11+
depends: [
12+
"ocaml"
13+
"dune" {>= "3.9"}
14+
"ppxlib" {>= "0.36"}
15+
"odoc" {with-doc}
16+
]
17+
build: [
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+
]
31+
dev-repo: "git+https://github.com/CharlesAverill/ppx_unreachable.git"
32+
url {
33+
src:
34+
"https://github.com/CharlesAverill/ppx_unreachable/releases/download/1.1/ppx_unreachable-1.1.tbz"
35+
checksum: [
36+
"sha256=0979883ca31f4f1b8528769d779f25f149c2ccb0b039f7cc0bfe0d40654b1672"
37+
"sha512=2f8d1cd3fa52f5ea13510d54aa957ab99b5097e8afec8888ceda2e827047218f5bb952e065db7c870f673a068db91ec9e2e6dd652a561ad46b73cfe23fe42128"
38+
]
39+
}
40+
x-commit-hash: "4e4e5721c85f63844d2f70509fb74ee8df253dcc"

0 commit comments

Comments
 (0)