opam-version: "2.0"
synopsis: "Tokenizing source code with TextMate grammars"
description: """

Tokenizing source code with TextMate grammars.

Note that this library uses PCRE regex, while TextMate uses the Oniguruma
dialect."""
maintainer: ["Alan Hu <alanh@ccs.neu.edu>"]
authors: ["Alan Hu <alanh@ccs.neu.edu>"]
license: "MIT"
homepage: "https://github.com/alan-j-hu/ocaml-textmate-language"
doc: "https://alan-j-hu.github.io/ocaml-textmate-language/"
bug-reports: "https://github.com/alan-j-hu/ocaml-textmate-language/issues"
depends: [
  "ocaml" {>= "4.08"}
  "dune"  {>= "2.7"}
  "pcre"  {>= "7.3" & < "8.0"}
  "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-textmate-language.git"
x-commit-hash: "b8bd4a9f54968f39d3499d491b1ad8a601559361"
url {
  src:
    "https://github.com/alan-j-hu/ocaml-textmate-language/releases/download/0.1.0/textmate-language-0.1.0.tbz"
  checksum: [
    "sha256=16924e13a471b9e7974756fdbbabc2b4b9ff410b1e85403453759e74a0070aa9"
    "sha512=a01405735dd23681a7191f18401cb2f2592b9fb9f3a4f317e3a46a3b97bbd403aa60b8eaaf59c02640df54580ee07507f30658d02782a6a495517559037b29c5"
  ]
}
