this repo has no description

Merge pull request #22743 from MisterDA/release-ansi-0.6.0

[new release] ansi (0.6.0)

Kate b4a524c8 66989e04

Changed files
+42
packages
ansi
ansi.0.6.0
+42
packages/ansi/ansi.0.6.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: ["Antonin Décimo <antonin@tarides.com>" "<talex5@gmail.com>"]
+
authors: ["Antonin Décimo <antonin@tarides.com>" "talex5@gmail.com"]
+
license: "Apache-2.0"
+
homepage: "https://github.com/ocurrent/ansi"
+
bug-reports: "https://github.com/ocurrent/ansi/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.10.0"}
+
"astring"
+
"fmt" {>= "0.8.7"}
+
"tyxml"
+
"alcotest" {with-test}
+
"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/ocurrent/ansi.git"
+
url {
+
src:
+
"https://github.com/ocurrent/ansi/releases/download/0.6.0/ansi-0.6.0.tbz"
+
checksum: [
+
"sha256=360c63014f0d2ea2e840498defa00e0ec982d7cee76438e86ee5f23f0d3597aa"
+
"sha512=c986201c699261e860c934a5440dff7f70e47bf2442c388eecd7f699d1310dffcde0659844b0d508673430cd36b0ee8266599e36e79eb6ad4a0bdbfcecf2a059"
+
]
+
}
+
x-commit-hash: "b0e91b2834b48e70b5d662de8eb133510564a7e2"