this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "An OCaml syntax highlighter based on the OCaml lexer"
4description: "An OCaml syntax highlighter based on the OCaml lexer"
5maintainer: ["Emile Trotignon"]
6authors: ["Emile Trotignon"]
7license: "MIT"
8tags: ["js" "syntax" "highlighting"]
9homepage: "https://github.com/EmileTrotignon/highlexer"
10doc: "https://ocaml.org/p/highlexer/latest/doc/index.html"
11bug-reports: "https://github.com/EmileTrotignon/highlexer/issues"
12depends: [
13 "ocaml" {>= "4.10"}
14 "dune" {>= "3.11"}
15 "menhir" {>= "20230608"}
16 "alcotest" {with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/EmileTrotignon/highlexer.git"
34url {
35 src: "https://github.com/EmileTrotignon/highlexer/archive/refs/tags/0.1.tar.gz"
36 checksum: [
37 "md5=5e6b2b4fa38383e0b3bc3a96be929a66"
38 "sha256=9146a570641406dd8325682f57ce6062ad770f2dbe1fe5180ff607171e69bee2"
39 ]
40}