Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package highlexer.0.1 #24772

Merged
merged 4 commits into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
mseri marked this conversation as resolved.
Show resolved Hide resolved
url {
src: "https://github.com/EmileTrotignon/highlexer/archive/refs/tags/0.1.tar.gz"
checksum: [
"md5=5e6b2b4fa38383e0b3bc3a96be929a66"
"sha256=9146a570641406dd8325682f57ce6062ad770f2dbe1fe5180ff607171e69bee2"
]
}