opam-version: "2.0"
synopsis: "Recursive descent parsing library for ocaml"
description:
  "reparse is an easy to learn and use parser combinator library. It is designed to aid authoring recursive descent style parsers."
maintainer: ["Bikal Lem"]
authors: ["Bikal Lem <gbikal@gmail.com>"]
license: "MPL-2.0"
homepage: "https://github.com/bikallem/reparse"
bug-reports: "https://github.com/bikallem/reparse/issues"
depends: [
  "ocaml" {>= "4.10.0"}
  "dune" {>= "2.6"}
  "sexplib0"
  "ppx_sexp_conv"
  "bigstringaf"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/bikallem/reparse.git"
x-commit-hash: "5b677e038141a34fe14edc4847442a8948ba3757"
url {
  src:
    "https://github.com/bikallem/reparse/releases/download/v1.0.1/reparse-v1.0.1.tbz"
  checksum: [
    "sha256=6ec365110148724034a6c3ff9518b9005448e389ad3f2cbc45eaca76f0af5354"
    "sha512=87ebf7cab219d44633d53926b3aa25b2eec045f0e48a0ffaa7b345846db3325e6fa04d9aab6d5abdf9c36d545b7db3128335ab5c63ea1604f86f9d4ce5dc85d1"
  ]
}
