# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Library for colour and formatting in the terminal" description: "Using OCaml Format module's 'semantic tags' with named colours and CSS-style hex colours." maintainer: ["ego@anentropic.com"] authors: ["Anentropic"] license: "MIT" homepage: "https://github.com/anentropic/ocaml-spectrum" bug-reports: "https://github.com/anentropic/ocaml-spectrum/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.10"} "color" {>= "0.2" & < "0.3.0"} "pcre" {>= "7.5"} "opam-state" {>= "2.1" & < "2.2"} "ppx_deriving" {>= "5.2"} "alcotest" {with-test & >= "1.4"} "junit_alcotest" {with-test & >= "2.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anentropic/ocaml-spectrum.git" url { src: "https://github.com/anentropic/ocaml-spectrum/archive/0.4.0.tar.gz" checksum: [ "md5=e27b2973edf6b208d8f912a1b5ed07aa" "sha512=549430b89cbb9e3b8879511decae0ae5b365f7ae6450a9ce00edae1ab78f42d8211c41b1d7d225b2935020e33c38da9d796fda6a2317764c50cb44a30d6f672a" ] }