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.0"} 16 "textmate-language" {with-test & < "0.3.2"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "--promote-install-files=false" 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33 ["dune" "install" "-p" name "--create-install-files" name] 34] 35dev-repo: "git+https://github.com/patricoferris/hilite.git" 36url { 37 src: 38 "https://github.com/patricoferris/hilite/releases/download/v0.1.0/hilite-0.1.0.tbz" 39 checksum: [ 40 "sha256=de816a894c7f2974a316d3de802bcddd138b083a86173f6670690d526ab8af51" 41 "sha512=9bc9982bc05cf64c2c50117e469ff55335c0d8f3c9f0a95e678903e755cd71413780fa13d6126f355c2360a7319e78702b6b6c08533be0428ee2222a6fb60ef6" 42 ] 43} 44x-commit-hash: "0f6d01bbcc76a0d2e9b04dc2807076ee92eb1cf9"