this repo has no description

Merge pull request #22181 from alan-j-hu/release-textmate-language-0.3.2

[new release] textmate-language (0.3.2)

Changed files
+48
packages
textmate-language
textmate-language.0.3.2
+48
packages/textmate-language/textmate-language.0.3.2/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://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"}
+
"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.2/textmate-language-0.3.2.tbz"
+
checksum: [
+
"sha256=638bccabc7e6713daa82a04803711b068bb594c2532d3ff092648590e150aed5"
+
"sha512=bbb3b259ba6fa1f21b9ff038e0ef74d2995ee00374a88b6176b077d12f879bff395ccfe95de8c368b1965a3b929b88b17b62eb12c5d752adc3ffe44450a305e1"
+
]
+
}
+
x-commit-hash: "784d8d9138c7dad04de4e5acc379bf49dfede6a0"