this repo has no description
1opam-version: "2.0"
2synopsis: "Parser for https://tip-org.github.io/format.html"
3maintainer: "simon.cruanes.2007@m4x.org"
4authors: "Simon Cruanes"
5tags: ["TIP" "parse" "inductive" "logic"]
6homepage: "https://github.com/c-cube/tip-parser/"
7bug-reports: "https://github.com/c-cube/tip-parser/issues"
8depends: [
9 "dune" {>= "1.1"}
10 "base-bytes"
11 "result"
12 "menhir" {build & < "20211215"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "build" "-p" name]
17 ["dune" "runtest" "-p" name] {with-test}
18 ["dune" "build" "@doc" "-p" name] {with-doc}
19]
20dev-repo: "git+https://github.com/c-cube/tip-parser.git"
21url {
22 src: "https://github.com/c-cube/tip-parser/archive/0.6.tar.gz"
23 checksum: [
24 "md5=67037b4d8b95c661cab061a5686be2d1"
25 "sha512=696154e0b1ab5f28b39889dec1f877b48087652be2f5706010a9b9645f577f7a5f58b61e241e29837923fb691d7963a7487bce1331b973f03ba0785464b60175"
26 ]
27}