this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A position-aware parser combinator library with readable errors"
4maintainer: ["Matthew Toohey <contact@mtoohey.com>"]
5authors: ["Matthew Toohey <contact@mtoohey.com>"]
6license: "BSD-3-Clause"
7tags: ["parser" "parser-combinators"]
8homepage: "https://github.com/mtoohey31/starpath"
9bug-reports: "https://github.com/mtoohey31/starpath/issues"
10depends: [
11 "ocaml" {>= "4.11"}
12 "dune" {>= "3.11"}
13 "ounit2" {with-test}
14 "odoc" {with-doc}
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/mtoohey31/starpath.git"
31url {
32 src: "https://github.com/mtoohey31/starpath/archive/refs/tags/0.1.2.tar.gz"
33 checksum: [
34 "md5=6749dc6c2f261c3c1037ae571a44b16b"
35 "sha512=88af5ff626a50f3169e0a5e25afbb2c48ebc1dcdfb8dae04a742ea24a8bd4b69c9cb4d6f654c55d2ec8a6e004853af1d2f1bf7fb1a49a88a00b0613ea695370a"
36 ]
37}