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.0"} 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.2.0/ansifmt-0.2.0.tbz" 34 checksum: [ 35 "sha256=e949493fe5d2625c22644dfd079a8cd4043c94f7bb368ca4da3684e2a65f1668" 36 "sha512=942588e88fddc55d04219e63f083e9d33fa34424fe0a58f4a7352883003c3331b553c3e630197f7276472d45cb457adf182c75859cc542b7f4f954581873c339" 37 ] 38} 39x-commit-hash: "9b5964d347a368460d3cb2072c724338caf7a7b2"