this repo has no description

Merge pull request #19794 from anentropic/opam-publish-spectrum.0.1.0

Package spectrum.0.1.0

Changed files
+46
packages
spectrum
spectrum.0.1.0
+46
packages/spectrum/spectrum.0.1.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.08"}
+
"color" {>= "0.2" & < "0.3"}
+
"alcotest" {with-test & >= "1.4" & < "1.5"}
+
"junit_alcotest" {with-test & >= "2.0" & < "2.1"}
+
"utop" {dev}
+
"ocp-indent" {dev}
+
"ocaml-lsp-server" {dev}
+
"opam-format" {dev}
+
"opam-publish" {dev}
+
"dune-release" {dev}
+
"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.1.0.tar.gz"
+
checksum: [
+
"md5=e6c2a404dd2b34e69325b9ed4eb4db82"
+
"sha512=9d74bd83c9393f1ac6e5700d98f678d329584c4da3f7907121e7172ff17bc4874cf3a5c125f7e3171d55f8972640e954519424cdc34557317bd14ae58a7bc2d9"
+
]
+
}