this repo has no description
1opam-version: "2.0"
2synopsis: "A simple, lightweight library for ANSI formatting"
3description:
4 "A simple, lightweight library for ANSI formatting with powerful features such as a tokenization-based system for pretty-printing code in the terminal."
5maintainer: ["Qexat <contact@qexat.com>"]
6authors: ["Qexat <contact@qexat.com>"]
7license: "MIT"
8tags: ["ansi" "formatting" "pretty-printing" "terminal"]
9homepage: "https://github.com/qexat/ansifmt"
10bug-reports: "https://github.com/qexat/ansifmt/issues"
11depends: [
12 "dune" {>= "3.17"}
13 "ocaml" {>= "4.08"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/qexat/ansifmt.git"
31url {
32 src:
33 "https://github.com/qexat/ansifmt/releases/download/0.1.3/ansifmt-0.1.3.tbz"
34 checksum: [
35 "sha256=88bfb44072d2de404757fd8e10b08b10c53c2b03b29bd7c040c32646bf209db0"
36 "sha512=a707c0aa0b1389af1e30bf252cc2d35a800dba9f9b80c3626791cd1b33d7a550f53727176bf64c3862cbfaff71ef651458da158f741d771b4cf006f5971c9671"
37 ]
38}
39x-commit-hash: "37457b258f25b5d1c012cf0f44fc5808c4cd34b6"