this repo has no description

[new release] hilite (0.1.1)

CHANGES:

- Add shell script syntax highlighting (patricoferris/hilite#4, @patricoferris)

Changed files
+43
packages
hilite
hilite.0.1.1
+43
packages/hilite/hilite.0.1.1/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"
+
homepage: "https://github.com/patricoferris/hilite"
+
bug-reports: "https://github.com/patricoferris/hilite/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"mdx" {with-test}
+
"yojson"
+
"omd" {>= "2.0.0~alpha2"}
+
"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.1.1/hilite-0.1.1.tbz"
+
checksum: [
+
"sha256=0fab6d29dc4fda1aefc68c8af9340c0ea0ec153445c880d4de218a7976356c53"
+
"sha512=4682e2197acff4c6e8f3bdbbe239534b2abfceae0847b4af4284dd24207ca480dee69e4e23bb9ebb0e6bdd0db083b8a271db7a80db21c533a5e8c5df3ea2b150"
+
]
+
}
+
x-commit-hash: "473fb61f489702f9c5caed0b69f0073c29417564"