Skip to content

Commit 8cc107f

Browse files
authored
Merge pull request #24772 from EmileTrotignon/opam-publish-highlexer.0.1
Package highlexer.0.1
2 parents 92945db + 38f52d6 commit 8cc107f

File tree

1 file changed

+40
-0
lines changed
  • packages/highlexer/highlexer.0.1

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
}

0 commit comments

Comments
 (0)