opam-version: "2.0" synopsis: "Tokenizing source code with TextMate grammars" description: """ Tokenizing source code with TextMate grammars.""" 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" x-commit-hash: "3a7fc6fad81133bd6280a45a4534063792702b09" url { src: "https://github.com/alan-j-hu/ocaml-textmate-language/releases/download/0.3.0/textmate-language-0.3.0.tbz" checksum: [ "sha256=94b173437e8e9fa30116e9efb357b094ba3bf7320c455707c0ad6877f0f98803" "sha512=0dc67729046354947a880cc814b4c897da308e889b282b0da95da7238e7bb48fcac8937dd238ded087c135acb0aed52b9466e899a2bf56065f5603fa04266418" ] }