this repo has no description

[new release] hilite (0.3.0)

CHANGES:

- Remove Yojson dependency (patricoferris/hilite#12, @panglesd)
- Add support for `diff` language (patricoferris/hilite#10, @tmattio)

The syntax is coming from the [official
repository](https://github.com/microsoft/vscode-textmate/blob/main/test-cases/themes/syntaxes/diff.tmLanguage)
and has been converted to JSON using the
[Textmate Languages VSCode extension](https://marketplace.visualstudio.com/items?itemName=Togusa09.tmlanguage)

Changed files
+43
packages
hilite
hilite.0.3.0
+43
packages/hilite/hilite.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Build time syntax highlighting"
+
description:
+
"A library for adding syntax highlighting to OCaml-related code and outputing to HTML"
+
maintainer: ["patrick@sirref.org"]
+
authors: ["Patrick Ferris"]
+
license: "ISC"
+
tags: ["syntax" "highlighting"]
+
homepage: "https://github.com/patricoferris/hilite"
+
bug-reports: "https://github.com/patricoferris/hilite/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"mdx" {with-test}
+
"omd" {>= "2.0.0~alpha3"}
+
"textmate-language" {>= "0.3.3"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/patricoferris/hilite.git"
+
url {
+
src:
+
"https://github.com/patricoferris/hilite/releases/download/v0.3.0/hilite-0.3.0.tbz"
+
checksum: [
+
"sha256=9b971208cc9ae0d159510beca981068d8c6cbbb74bf8fc21db650cd288ba198c"
+
"sha512=80d0968deb0b7835e713f895f17ddc4ac6f462c6299e76016d9005ffd81c5fd1476570cb1a870840137d660693a982200c4d67f2db96a1db7da405bbff2135f6"
+
]
+
}
+
x-commit-hash: "348c76a0faaf2addfe5ee0c657e007d3d9df4254"