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.1.1/hilite-0.1.1.tbz" 38 checksum: [ 39 "sha256=0fab6d29dc4fda1aefc68c8af9340c0ea0ec153445c880d4de218a7976356c53" 40 "sha512=4682e2197acff4c6e8f3bdbbe239534b2abfceae0847b4af4284dd24207ca480dee69e4e23bb9ebb0e6bdd0db083b8a271db7a80db21c533a5e8c5df3ea2b150" 41 ] 42} 43x-commit-hash: "473fb61f489702f9c5caed0b69f0073c29417564"