this repo has no description
1opam-version: "2.0"
2synopsis: "MParser plugin: PCRE-based regular expressions"
3maintainer: ["Max Mouratov <mmouratov@gmail.com>"]
4authors: [
5 "Holger Arnold <holger@harnold.org>" "Max Mouratov <mmouratov@gmail.com>"
6]
7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8homepage: "https://github.com/murmour/mparser"
9bug-reports: "https://github.com/murmour/mparser/issues"
10depends: [
11 "dune" {>= "1.11"}
12 "ocaml" {>= "4.02"}
13 "mparser" {>= "1.3"}
14 "pcre"
15]
16build: [
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]
30dev-repo: "git+https://github.com/murmour/mparser.git"
31url {
32 src: "https://github.com/murmour/mparser/archive/1.3.tar.gz"
33 checksum: [
34 "sha256=c17137d11e23435cef85301b7fc1513e3ebf7b52b9c19e7d6770e9b021f3d0d8"
35 "md5=3180cb522747aac876cc93e50ccd8d78"
36 ]
37}