this repo has no description
1opam-version: "2.0" 2synopsis: "View patterns in OCaml" 3description: 4 "Transformation for view patterns in OCaml. Attempts to imitate Haskell view patterns." 5maintainer: ["Simmo Saan <simmo.saan@gmail.com>"] 6authors: ["Simmo Saan <simmo.saan@gmail.com>"] 7license: "MIT" 8homepage: "https://github.com/sim642/ppx_viewpattern" 9bug-reports: "https://github.com/sim642/ppx_viewpattern/issues" 10depends: [ 11 "dune" {>= "2.8"} 12 "ppxlib" {>= "0.36.0"} 13 "ounit2" {with-test} 14 "qcheck-ounit" {with-test} 15 "odoc" {with-doc} 16] 17build: [ 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] 31dev-repo: "git+https://github.com/sim642/ppx_viewpattern.git" 32url { 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} 40x-commit-hash: "d889e0061ae2ca60b04254c09b1de68ae0732972"