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"
8homepage: "https://github.com/patricoferris/hilite"
9bug-reports: "https://github.com/patricoferris/hilite/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "mdx" {with-test}
13 "yojson"
14 "omd" {>= "2.0.0~alpha2"}
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.2.0/hilite-0.2.0.tbz"
38 checksum: [
39 "sha256=3b7c35e1e7219e1651b43ed7cfbad7cf43f83ceca88ceecf1aec7689ba985521"
40 "sha512=55ac47061331bf6b1e9db471ae2b95f1fe92916640f78cfbb89b5d6dfa907c23aa8a8f134ffd86dded64ecb85ddac62c0ebe4ad4fc34c79d326ee2fd4c5e1c3b"
41 ]
42}
43x-commit-hash: "10e435e0061dde6e4d51ff68c600a521e87f1943"