opam-version: "2.0" synopsis: "Tokenizing code with TextMate grammars for syntax highlighting" description: """ This package provides functions for reading TextMate grammars and tokenizing code on a line-by-line basis. `textmate-language` can read grammars from the document types of the `plist-xml`, `ezjsonm`, and `yojson` libraries.""" maintainer: ["Alan Hu "] authors: ["Alan Hu "] license: "MIT" tags: ["highlighting"] homepage: "https://github.com/alan-j-hu/ocaml-textmate-language" bug-reports: "https://github.com/alan-j-hu/ocaml-textmate-language/issues" depends: [ "dune" {>= "2.7"} "oniguruma" {>= "0.1.2"} "ocaml" {>= "4.08"} "plist-xml" {>= "0.5" & with-test} "alcotest" {>= "1.4" & with-test} "ezjsonm" {>= "1.2" & with-test} "yojson" {>= "1.7" & with-test} "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" url { src: "https://github.com/alan-j-hu/ocaml-textmate-language/releases/download/0.4.0/textmate-language-0.4.0.tbz" checksum: [ "sha256=a88a57c9e8c1d09e2c889e4f400252cf24972db2d110989e2cd4985462b02908" "sha512=76aefecd6b7c72435e0e8a0098d80baa90e5be1b35dc46d2a79c748959678dd16ce614d8c11e554d780bb31dc6a92f3d03d719f8df1cfda60905cdcca908f289" ] } x-commit-hash: "bb5f2ae069d56afe02864f80151c7723eafcb73c"