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" 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: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "oniguruma" {< "0.2.0"} "alcotest" {>= "1.4" & < "2" & with-test} "ezjsonm" {>= "1.2" & < "2" & with-test} "markup" {>= "1.0" & with-test} "plist-xml" {< "0.4.0" & with-test} "yojson" {>= "1.7" & < "2" & 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.3.1/textmate-language-0.3.1.tbz" checksum: [ "sha256=f8fb3c2bc48af623960678bdd311434d42cf4e972d21c862f66803ec82853edf" "sha512=267883553691250de845e52e07069bbf256b48541552a76d9052641d4287ad13ebc8287b2ed7faec5521eb93d0a26df485abfb09c9f815f45b24a1034bedb4c7" ] } x-commit-hash: "d400bc79d8086c92046dad701f826fa5698505f1"