this repo has no description
1opam-version: "2.0" 2synopsis: "ANSI escape sequence parser" 3description: """ 4This package provides a basic ANSI escape parser, 5allowing the OCurrent web UI to show logs in colour.""" 6maintainer: "talex5@gmail.com" 7authors: "talex5@gmail.com" 8license: "Apache-2.0" 9homepage: "https://github.com/ocurrent/ansi" 10bug-reports: "https://github.com/ocurrent/ansi/issues" 11dev-repo: "git+https://github.com/ocurrent/ansi.git" 12doc: "https://ocurrent.github.io/ansi/" 13build: [ 14 ["dune" "build" "-p" name "-j" jobs] 15 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16] 17depends: [ 18 "ocaml" {>= "4.10.0"} 19 "astring" 20 "fmt" {>= "0.8.7"} 21 "tyxml" 22 "dune" {>= "2.0"} 23] 24url { 25 src: 26 "https://github.com/ocurrent/ansi/releases/download/0.5.0/ansi-0.5.0.tbz" 27 checksum: [ 28 "sha256=dda7678ee90c48dd58391328c4e5bb6607f38759260c4103b76412d53d069abd" 29 "sha512=b8e00e86ff55a3218c85be5fb57a5a2c615c291aa6425ed312f23e97e78aaf305c85b3ebba24ba37f276e7c74c2ad1736e7be51244e2bc7c599345f8f961f1d6" 30 ] 31} 32x-commit-hash: "e313e9e947dd3d71bd62832cb1593c2034180ae4"