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: ["Antonin Décimo <antonin@tarides.com>" "<talex5@gmail.com>"]
6authors: ["Antonin Décimo <antonin@tarides.com>" "talex5@gmail.com"]
7license: "Apache-2.0"
8homepage: "https://github.com/ocurrent/ansi"
9bug-reports: "https://github.com/ocurrent/ansi/issues"
10depends: [
11 "dune" {>= "3.6"}
12 "ocaml" {>= "4.10.0"}
13 "astring"
14 "fmt" {>= "0.8.7"}
15 "tyxml"
16 "alcotest" {with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/ocurrent/ansi.git"
34url {
35 src:
36 "https://github.com/ocurrent/ansi/releases/download/0.6.0/ansi-0.6.0.tbz"
37 checksum: [
38 "sha256=360c63014f0d2ea2e840498defa00e0ec982d7cee76438e86ee5f23f0d3597aa"
39 "sha512=c986201c699261e860c934a5440dff7f70e47bf2442c388eecd7f699d1310dffcde0659844b0d508673430cd36b0ee8266599e36e79eb6ad4a0bdbfcecf2a059"
40 ]
41}
42x-commit-hash: "b0e91b2834b48e70b5d662de8eb133510564a7e2"