this repo has no description
1opam-version: "2.0"
2synopsis: "Tokenizing source code with TextMate grammars"
3description: """
4
5Tokenizing source code with TextMate grammars."""
6maintainer: ["Alan Hu <alanh@ccs.neu.edu>"]
7authors: ["Alan Hu <alanh@ccs.neu.edu>"]
8license: "MIT"
9homepage: "https://github.com/alan-j-hu/ocaml-textmate-language"
10doc: "https://alan-j-hu.github.io/ocaml-textmate-language/"
11bug-reports: "https://github.com/alan-j-hu/ocaml-textmate-language/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "ocaml" {>= "4.08"}
15 "oniguruma" {< "0.2.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/alan-j-hu/ocaml-textmate-language.git"
33x-commit-hash: "330797da0aabbee89b9a506a2cc665eb81e879ad"
34url {
35 src:
36 "https://github.com/alan-j-hu/ocaml-textmate-language/releases/download/0.2.0/textmate-language-0.2.0.tbz"
37 checksum: [
38 "sha256=b12f669a697492839ee3192e8d625012418e9af331c5d3e3c2341bb85baf41fb"
39 "sha512=8514417a3a871e15105ac400bed60386b40a6acc52e8ab090f9d9881c2200e6ab78b975826ef2206ca3c47222d95f2d86a9c60a2bdbb19e458005174909550e2"
40 ]
41}