this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27357 from qexat/release-ansifmt-0.2.0

[new release] ansifmt (0.2.0)

authored by

Marcello Seri and committed by
GitHub
a02b3899 91a16929

+39
+39
packages/ansifmt/ansifmt.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A simple, lightweight library for ANSI formatting" 3 + description: 4 + "A simple, lightweight library for ANSI formatting with powerful features such as a tokenization-based system for pretty-printing code in the terminal." 5 + maintainer: ["Qexat <contact@qexat.com>"] 6 + authors: ["Qexat <contact@qexat.com>"] 7 + license: "MIT" 8 + tags: ["ansi" "formatting" "pretty-printing" "terminal"] 9 + homepage: "https://github.com/qexat/ansifmt" 10 + bug-reports: "https://github.com/qexat/ansifmt/issues" 11 + depends: [ 12 + "dune" {>= "3.17"} 13 + "ocaml" {>= "4.08.0"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 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 + ] 30 + dev-repo: "git+https://github.com/qexat/ansifmt.git" 31 + url { 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 + } 39 + x-commit-hash: "9b5964d347a368460d3cb2072c724338caf7a7b2"