opam-version: "2.0"
synopsis: "Bindings to the Oniguruma regular expression library"
description: "Bindings to the Oniguruma regular expression library."
maintainer: ["Alan Hu <alanh@ccs.neu.edu>"]
authors: ["Alan Hu <alanh@ccs.neu.edu>"]
license: "BSD-2-Clause"
tags: ["regex"]
homepage: "https://github.com/alan-j-hu/ocaml-oniguruma"
doc: "https://alan-j-hu.github.io/ocaml-oniguruma/"
bug-reports: "https://github.com/alan-j-hu/ocaml-oniguruma/issues"
depends: [
  "dune" {>= "2.7"}
  "conf-oniguruma" {= "1"}
  "ocaml" {>= "4.08"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/alan-j-hu/ocaml-oniguruma.git"
x-commit-hash: "1f200da1da505fba352df397aed738397aff3aeb"
url {
  src:
    "https://github.com/alan-j-hu/ocaml-oniguruma/releases/download/0.1.0/oniguruma-0.1.0.tbz"
  checksum: [
    "sha256=12faf7f895ae2286860915bbf87a6aa7044c18e349d6c4dbf19c6500388d9755"
    "sha512=3644b9838000b64592a07e69ab473dc481a488d5697e0c7d7de6c5a6706cc0ee193087274af3baf4c120ea35baf9734b2db6aaca9c0ea82f4d80c5bd4c2602d4"
  ]
}
