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 "omd" {>= "2.0.0~alpha4"} 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.3.0/hilite-0.3.0.tbz" 38 checksum: [ 39 "sha256=9b971208cc9ae0d159510beca981068d8c6cbbb74bf8fc21db650cd288ba198c" 40 "sha512=80d0968deb0b7835e713f895f17ddc4ac6f462c6299e76016d9005ffd81c5fd1476570cb1a870840137d660693a982200c4d67f2db96a1db7da405bbff2135f6" 41 ] 42} 43x-commit-hash: "348c76a0faaf2addfe5ee0c657e007d3d9df4254"