this repo has no description

Merge pull request #20360 from anentropic/opam-publish-spectrum.0.3.0

Package spectrum.0.3.0

Kate e1836763 55505a40

Changed files
+40
packages
spectrum
spectrum.0.3.0
+40
packages/spectrum/spectrum.0.3.0/opam
···
···
+
# 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"}
+
"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.3.0.tar.gz"
+
checksum: [
+
"md5=1118193729fbd479e6bdbbc140b654d7"
+
"sha512=416dbec0ac5d3609ff50a60115f6ce195574140f5b1a15e08a32fa41bf5bbe618f93db1b77fd4c758a1ee3804ab9e923b174d28c645cccfdc9ed1ff1e579f816"
+
]
+
}