this repo has no description
1opam-version: "2.0"
2synopsis: "Build time syntax highlighting"
3description:
4 "A library for adding syntax highlighting to OCaml-related code and outputing to HTML"
5maintainer: ["patrick@sirref.org"]
6authors: ["Patrick Ferris"]
7license: "ISC"
8tags: ["syntax" "highlighting"]
9homepage: "https://github.com/patricoferris/hilite"
10bug-reports: "https://github.com/patricoferris/hilite/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "mdx" {with-test}
14 "cmarkit"
15 "textmate-language" {>= "0.3.3"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files=false"
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32 ["dune" "install" "-p" name "--create-install-files" name]
33]
34dev-repo: "git+https://github.com/patricoferris/hilite.git"
35url {
36 src:
37 "https://github.com/patricoferris/hilite/releases/download/v0.4.0/hilite-0.4.0.tbz"
38 checksum: [
39 "sha256=1bc335d3f1fb32ecd7888e98ec5b01c94ad4393ad96e80d5e4040931db8858e8"
40 "sha512=17cc6db24895b946d98e28db2698bdac41feac63fd97ea7ec8c88b67b38bb10a8b5ca9accb54e6f15caa8ab49234b075301a5888913fe0d493a931114fb02d44"
41 ]
42}
43x-commit-hash: "74bd0058e66b1db4ac0abf5a84da3546f4d97590"