this repo has no description

[new release] ansi (0.5.0) (#21073)

* [new release] ansi (0.5.0)

CHANGES:

* Rename to `ansi` (ocurrent/ansi#2, @samoht)
* ansi: 24-bit colour parsing (ocurrent/ansi#1, @copy)
* Split into its own repository.

Changed files
+32
packages
ansi
ansi.0.5.0
+32
packages/ansi/ansi.0.5.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "ANSI escape sequence parser"
+
description: """
+
This package provides a basic ANSI escape parser,
+
allowing the OCurrent web UI to show logs in colour."""
+
maintainer: "talex5@gmail.com"
+
authors: "talex5@gmail.com"
+
license: "Apache-2.0"
+
homepage: "https://github.com/ocurrent/ansi"
+
bug-reports: "https://github.com/ocurrent/ansi/issues"
+
dev-repo: "git+https://github.com/ocurrent/ansi.git"
+
doc: "https://ocurrent.github.io/ansi/"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"astring"
+
"fmt" {>= "0.8.7"}
+
"tyxml"
+
"dune" {>= "2.0"}
+
]
+
url {
+
src:
+
"https://github.com/ocurrent/ansi/releases/download/0.5.0/ansi-0.5.0.tbz"
+
checksum: [
+
"sha256=dda7678ee90c48dd58391328c4e5bb6607f38759260c4103b76412d53d069abd"
+
"sha512=b8e00e86ff55a3218c85be5fb57a5a2c615c291aa6425ed312f23e97e78aaf305c85b3ebba24ba37f276e7c74c2ad1736e7be51244e2bc7c599345f8f961f1d6"
+
]
+
}
+
x-commit-hash: "e313e9e947dd3d71bd62832cb1593c2034180ae4"