this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Library for colour and formatting in the terminal" 4description: 5 "Using OCaml Format module's 'semantic tags' with named colours and CSS-style hex colours." 6maintainer: ["ego@anentropic.com"] 7authors: ["Anentropic"] 8license: "MIT" 9homepage: "https://github.com/anentropic/ocaml-spectrum" 10bug-reports: "https://github.com/anentropic/ocaml-spectrum/issues" 11depends: [ 12 "dune" {>= "2.8"} 13 "ocaml" {>= "4.10"} 14 "color" {>= "0.2" & < "0.3.0"} 15 "alcotest" {with-test & >= "1.4"} 16 "junit_alcotest" {with-test & >= "2.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/anentropic/ocaml-spectrum.git" 34url { 35 src: "https://github.com/anentropic/ocaml-spectrum/archive/0.3.0.tar.gz" 36 checksum: [ 37 "md5=1118193729fbd479e6bdbbc140b654d7" 38 "sha512=416dbec0ac5d3609ff50a60115f6ce195574140f5b1a15e08a32fa41bf5bbe618f93db1b77fd4c758a1ee3804ab9e923b174d28c645cccfdc9ed1ff1e579f816" 39 ] 40}