opam-version: "2.0"
synopsis:
  "Provides support for parsing files as source of input for reparse library "
description:
  "Provides support for parsing files as source of input for reparse library "
maintainer: ["Bikal Lem"]
authors: ["Bikal Lem <gbikal@gmail.com>"]
license: "MPL-2.0"
homepage: "https://github.com/lemaetech/reparse"
bug-reports: "https://github.com/lemaetech/reparse/issues"
depends: [
  "dune" {>= "2.7"}
  "ocaml" {>= "4.10.0"}
  "reparse" {= "2.1.0"}
  "base-unix"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/lemaetech/reparse.git"
x-commit-hash: "89ca9788a0a580459f6941a0db9d1a4f2815f052"
url {
  src:
    "https://github.com/lemaetech/reparse/releases/download/v2.1.0/reparse-unix-v2.1.0.tbz"
  checksum: [
    "sha256=51f7bb7087679e7e8dabf237a2e080094391bc626476c4c614515a14a3da6919"
    "sha512=b886a2261131b7ccf5d38def08a57724a8eb1a8b95d299f452659b874f7d186aa1e25e77aebfa921b269804f1d9895c0e124c31bbd5d204af9c5dd9b1c720ebf"
  ]
}
