this repo has no description
1opam-version: "2.0"
2synopsis: "ANSI escape sequence parser"
3description:
4 "This package provides a basic ANSI escape parser, allowing the OCurrent web UI to show logs in colour."
5maintainer: [
6 "Antonin Décimo <antonin@tarides.com>"
7 "Navin Keswani <navin@novemberkilo.io>"
8 "<talex5@gmail.com>"
9]
10authors: ["Antonin Décimo <antonin@tarides.com>" "talex5@gmail.com"]
11license: "Apache-2.0"
12homepage: "https://github.com/ocurrent/ansi"
13doc: "https://ocurrent.github.io/ansi/"
14bug-reports: "https://github.com/ocurrent/ansi/issues"
15depends: [
16 "dune" {>= "3.6"}
17 "ocaml" {>= "4.10.0"}
18 "astring"
19 "fmt" {>= "0.8.7"}
20 "tyxml"
21 "alcotest" {with-test}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://github.com/ocurrent/ansi.git"
39url {
40 src:
41 "https://github.com/ocurrent/ansi/releases/download/0.7.0/ansi-0.7.0.tbz"
42 checksum: [
43 "sha256=672b6a131eebc7d1291a4ad9ad4414a89e251e181e67e83b4ec90cb578e4a8a4"
44 "sha512=314bc4ef3ce6fd23dd46033478e6e9fd2307704697603b6d20354f4eaf69666b16c0bdd960e5b347f587465e60f42bb3f21ac1e266cdebd042709d9125791bf0"
45 ]
46}
47x-commit-hash: "f3508f96faeafd463ba22525761c1fa732f2281c"