this repo has no description
1opam-version: "2.0"
2maintainer: "Ghiles Ziat <ghiles.ziat@lip6.fr>"
3authors: [
4 "Ghiles Ziat <ghiles.ziat@lip6.fr>"
5]
6license: "MIT"
7homepage: "https://github.com/ghilesZ/ppx_wideopen"
8bug-reports: "https://github.com/ghilesZ/ppx_wideopen/issues"
9dev-repo: "git+https://github.com/ghilesZ/ppx_wideopen"
10
11build: [
12 ["dune" "subst"] {dev}
13 ["dune" "build" "-p" name "-j" jobs]
14 ["dune" "runtest" "-p" name] {with-test}
15]
16depends: [
17 "ocaml" {>= "4.04.0"}
18 "ppx_tools_versioned"
19 "dune" {>= "1.2"}
20 "zarith" {with-test}
21]
22synopsis:"Ppx_wideopen syntax extension"
23description:"Wideopen is a syntax-extension that allows you to
24 annotate an open statement in order to use a custom parsing utility
25 for OCaml's litterals. It uses by default the 'of_string' function of the
26 specified module."
27url {
28 src: "https://github.com/ghilesZ/ppx_wideopen/archive/0.0.1.tar.gz"
29 checksum: [
30 "md5=0d03ea635e6a4ea32a12b9b2384d019a"
31 "sha512=7f1d8f98dda9e57b90a7f87247bc5e03e69b41dbe6b9fcacb789e32c03b622c0e99495980dea7fcc70827f58ea3718347ca10e6cff5e47373f77ada2b83bf1bf"
32 ]
33}