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.2.0.tar.gz" 36 checksum: [ 37 "md5=bdec3c27e1933ca730d1662f32e896e2" 38 "sha512=34ae06442feb60194a1782cce74385f0fbce37e04f78f844a357ebf4c4966a4fc7455d473b99a419b4a93ba0cdd07b84c182a220c1b6efd1d86952e672001c05" 39 ] 40}