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 "alcotest" {>= "1.4" & < "2" & with-test}
17 "ezjsonm" {>= "1.2" & < "2" & with-test}
18 "markup" {>= "1.0" & with-test}
19 "plist-xml" {< "0.4.0" & with-test}
20 "yojson" {>= "1.7" & < "2" & with-test}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/alan-j-hu/ocaml-textmate-language.git"
38x-commit-hash: "3a7fc6fad81133bd6280a45a4534063792702b09"
39url {
40 src:
41 "https://github.com/alan-j-hu/ocaml-textmate-language/releases/download/0.3.0/textmate-language-0.3.0.tbz"
42 checksum: [
43 "sha256=94b173437e8e9fa30116e9efb357b094ba3bf7320c455707c0ad6877f0f98803"
44 "sha512=0dc67729046354947a880cc814b4c897da308e889b282b0da95da7238e7bb48fcac8937dd238ded087c135acb0aed52b9466e899a2bf56065f5603fa04266418"
45 ]
46}