Skip to content

Commit 040f5ec

Browse files
authored
Merge pull request #28755 from johnyob/release-ppx_matches-0.1.0
[new release] ppx_matches (0.1.0)
2 parents 2317e64 + 9edd659 commit 040f5ec

File tree

1 file changed

+40
-0
lines changed
  • packages/ppx_matches/ppx_matches.0.1.0

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 syntax extension for Rust's `matches!` in OCaml 🐪"
3+
maintainer: ["[email protected]"]
4+
authors: ["Alistair O'Brien"]
5+
license: "MIT"
6+
homepage: "https://github.com/johnyob/ppx-matches"
7+
bug-reports: "https://github.com/johnyob/ppx-matches/issues"
8+
depends: [
9+
"ocaml" {>= "4.14.0"}
10+
"dune" {>= "3.6"}
11+
"ppxlib" {>= "0.31.0"}
12+
"core"
13+
"core_unix" {with-test}
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/johnyob/ppx-matches.git"
31+
url {
32+
src:
33+
"https://github.com/johnyob/ppx-matches/releases/download/0.1.0/ppx_matches-0.1.0.tbz"
34+
checksum: [
35+
"sha256=201ed363af24391d72255967e9cb9df7c7519a0edcceea3ff89193082a3e2349"
36+
"sha512=94cccbfecc7634cc29be17d6848fb97847ee1d112da5bcf58d1d401667552a98beb684258694470d250a76a942f93b643cbabf1e71fbe76d01c248171f56202c"
37+
]
38+
}
39+
x-commit-hash: "17c10dc6d621dddbf1fce1234d26c37054003af8"
40+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)