this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27630 from sim642/release-ppx_viewpattern-0.1.1

[new release] ppx_viewpattern (0.1.1)

authored by

Marcello Seri and committed by
GitHub
bfe1c40f 8ff0297c

+40
+40
packages/ppx_viewpattern/ppx_viewpattern.0.1.1/opam
··· 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 <simmo.saan@gmail.com>"] 6 + authors: ["Simmo Saan <simmo.saan@gmail.com>"] 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"