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.4.0.tar.gz" 39 checksum: [ 40 "md5=e27b2973edf6b208d8f912a1b5ed07aa" 41 "sha512=549430b89cbb9e3b8879511decae0ae5b365f7ae6450a9ce00edae1ab78f42d8211c41b1d7d225b2935020e33c38da9d796fda6a2317764c50cb44a30d6f672a" 42 ] 43}