File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/highlexer/highlexer.0.1 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "An OCaml syntax highlighter based on the OCaml lexer"
4+ description: "An OCaml syntax highlighter based on the OCaml lexer"
5+ maintainer: ["Emile Trotignon"]
6+ authors: ["Emile Trotignon"]
7+ license: "MIT"
8+ tags: ["js" "syntax" "highlighting"]
9+ homepage: "https://github.com/EmileTrotignon/highlexer"
10+ doc: "https://ocaml.org/p/highlexer/latest/doc/index.html"
11+ bug-reports: "https://github.com/EmileTrotignon/highlexer/issues"
12+ depends: [
13+ "ocaml" {>= "4.10"}
14+ "dune" {>= "3.11"}
15+ "menhir" {>= "20230608"}
16+ "alcotest" {with-test}
17+ "odoc" {with-doc}
18+ ]
19+ build: [
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+ ]
33+ dev-repo: "git+https://github.com/EmileTrotignon/highlexer.git"
34+ url {
35+ src: "https://github.com/EmileTrotignon/highlexer/archive/refs/tags/0.1.tar.gz"
36+ checksum: [
37+ "md5=5e6b2b4fa38383e0b3bc3a96be929a66"
38+ "sha256=9146a570641406dd8325682f57ce6062ad770f2dbe1fe5180ff607171e69bee2"
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments