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"}
  "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: "7b6350e65697df27213b777606ed8f66510870d7"
url {
  src:
    "https://github.com/bikallem/reparse/releases/download/v1.0.0/reparse-v1.0.0.tbz"
  checksum: [
    "sha256=f0e4432d11a2793b4f2f115df93df23573c774d5b84abc051844c2fcbc9ffc7f"
    "sha512=48c498fbcc424e4ff3aa6210ddf0cbcf9a0f79c531253a832712824ddc3f4d6de3c95acb0aeb216461f0e70af64f763f857f9b405b6f857e32038fcfa5c364a6"
  ]
}
