this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Provides support for parsing files as source of input for reparse library "
4description:
5 "Provides support for parsing files as source of input for reparse library "
6maintainer: ["Bikal Lem"]
7authors: ["Bikal Lem <gbikal@gmail.com>"]
8license: "MPL-2.0"
9homepage: "https://github.com/lemaetech/reparse"
10bug-reports: "https://github.com/lemaetech/reparse/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "ocaml" {>= "4.10.0"}
14 "reparse" {= "2.1.0"}
15 "base-unix"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/lemaetech/reparse.git"
32x-commit-hash: "89ca9788a0a580459f6941a0db9d1a4f2815f052"
33url {
34 src:
35 "https://github.com/lemaetech/reparse/releases/download/v2.1.0/reparse-unix-v2.1.0.tbz"
36 checksum: [
37 "sha256=51f7bb7087679e7e8dabf237a2e080094391bc626476c4c614515a14a3da6919"
38 "sha512=b886a2261131b7ccf5d38def08a57724a8eb1a8b95d299f452659b874f7d186aa1e25e77aebfa921b269804f1d9895c0e124c31bbd5d204af9c5dd9b1c720ebf"
39 ]
40}