Skip to content

Commit bfe1c40

Browse files
authored
Merge pull request #27630 from sim642/release-ppx_viewpattern-0.1.1
[new release] ppx_viewpattern (0.1.1)
2 parents 8ff0297 + 608b1c3 commit bfe1c40

File tree

1 file changed

+40
-0
lines changed
  • packages/ppx_viewpattern/ppx_viewpattern.0.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: "View patterns in OCaml"
3+
description:
4+
"Transformation for view patterns in OCaml. Attempts to imitate Haskell view patterns."
5+
maintainer: ["Simmo Saan <[email protected]>"]
6+
authors: ["Simmo Saan <[email protected]>"]
7+
license: "MIT"
8+
homepage: "https://github.com/sim642/ppx_viewpattern"
9+
bug-reports: "https://github.com/sim642/ppx_viewpattern/issues"
10+
depends: [
11+
"dune" {>= "2.8"}
12+
"ppxlib" {>= "0.36.0"}
13+
"ounit2" {with-test}
14+
"qcheck-ounit" {with-test}
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/sim642/ppx_viewpattern.git"
32+
url {
33+
src:
34+
"https://github.com/sim642/ppx_viewpattern/releases/download/0.1.1/ppx_viewpattern-0.1.1.tbz"
35+
checksum: [
36+
"sha256=7edc8a6c112fd430efa62d77c3eb8c1e1320fa5fff9e86e67cced0918b5371bf"
37+
"sha512=3f41006389d724198a94bdf1282d38509a6d0a7bef9c28d501f96904f35cd6f8835c2e3b1b2269dd573a18b5fc3489731d2250717daa304e9640170e0af858ca"
38+
]
39+
}
40+
x-commit-hash: "d889e0061ae2ca60b04254c09b1de68ae0732972"

0 commit comments

Comments
 (0)