this repo has no description

Merge pull request #22387 from alan-j-hu/release-textmate-language-0.3.3

[new release] textmate-language (0.3.3)

Changed files
+48
packages
textmate-language
textmate-language.0.3.3
+48
packages/textmate-language/textmate-language.0.3.3/opam
···
···
+
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 <alanh@ccs.neu.edu>"]
+
authors: ["Alan Hu <alanh@ccs.neu.edu>"]
+
license: "MIT"
+
tags: ["highlighting"]
+
homepage: "https://github.com/alan-j-hu/ocaml-textmate-language"
+
doc: "https://ocaml.org/p/textmate-language/"
+
bug-reports: "https://github.com/alan-j-hu/ocaml-textmate-language/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"oniguruma" {>= "0.1.2" & < "0.2.0"}
+
"plist-xml" {with-test}
+
"alcotest" {>= "1.4" & < "2" & with-test}
+
"ezjsonm" {>= "1.2" & < "2" & 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.3/textmate-language-0.3.3.tbz"
+
checksum: [
+
"sha256=e6a0a27e8269e3b5289e619fc99efbb8336e118d9563f6eed5a4dcadbba8cccc"
+
"sha512=5bd4d3c0135d7e0d8967267066136f6fce617d1c84db82cef74f1418e755f7c93fbbedff27175c57c17cd8bbc17c3d708b506d561942854a5bf268f43b7f8d7f"
+
]
+
}
+
x-commit-hash: "54d5fdab418e8f7cfa9bb1c0c4e05285c5dc27cd"