Skip to content

Commit

Permalink
Merge pull request #24772 from EmileTrotignon/opam-publish-highlexer.0.1
Browse files Browse the repository at this point in the history
Package highlexer.0.1
  • Loading branch information
mseri authored Nov 24, 2023
2 parents 92945db + 38f52d6 commit 8cc107f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/highlexer/highlexer.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An OCaml syntax highlighter based on the OCaml lexer"
description: "An OCaml syntax highlighter based on the OCaml lexer"
maintainer: ["Emile Trotignon"]
authors: ["Emile Trotignon"]
license: "MIT"
tags: ["js" "syntax" "highlighting"]
homepage: "https://github.com/EmileTrotignon/highlexer"
doc: "https://ocaml.org/p/highlexer/latest/doc/index.html"
bug-reports: "https://github.com/EmileTrotignon/highlexer/issues"
depends: [
"ocaml" {>= "4.10"}
"dune" {>= "3.11"}
"menhir" {>= "20230608"}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/EmileTrotignon/highlexer.git"
url {
src: "https://github.com/EmileTrotignon/highlexer/archive/refs/tags/0.1.tar.gz"
checksum: [
"md5=5e6b2b4fa38383e0b3bc3a96be929a66"
"sha256=9146a570641406dd8325682f57ce6062ad770f2dbe1fe5180ff607171e69bee2"
]
}

0 comments on commit 8cc107f

Please sign in to comment.