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 "pcre" {>= "7.5"} 16 "opam-state" {>= "2.1" & < "2.2"} 17 "ppx_deriving" {>= "5.2"} 18 "alcotest" {with-test & >= "1.4"} 19 "junit_alcotest" {with-test & >= "2.0"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/anentropic/ocaml-spectrum.git" 37url { 38 src: "https://github.com/anentropic/ocaml-spectrum/archive/0.6.0.tar.gz" 39 checksum: [ 40 "md5=adbb6ebd9857b47ac66decc8081db2e8" 41 "sha512=2bc3d283a893ed60499d3800ce22f9c13ec2f16bf1404f3c8dab2e97daf1f07e62493b72b7afa73ffe971138414eac8354cbf0d36aa7d2ffedde1847c6dd196c" 42 ] 43}