Skip to content

Commit

Permalink
Merge pull request #27210 from qexat/release-ansifmt-0.1.3
Browse files Browse the repository at this point in the history
[new release] ansifmt (0.1.3)
  • Loading branch information
shonfeder authored Jan 12, 2025
2 parents 84f0fe5 + caa44ac commit 07c893b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/ansifmt/ansifmt.0.1.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "A simple, lightweight library for ANSI formatting"
description:
"A simple, lightweight library for ANSI formatting with powerful features such as a tokenization-based system for pretty-printing code in the terminal."
maintainer: ["Qexat <[email protected]>"]
authors: ["Qexat <[email protected]>"]
license: "MIT"
tags: ["ansi" "formatting" "pretty-printing" "terminal"]
homepage: "https://github.com/qexat/ansifmt"
bug-reports: "https://github.com/qexat/ansifmt/issues"
depends: [
"dune" {>= "3.17"}
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/qexat/ansifmt.git"
url {
src:
"https://github.com/qexat/ansifmt/releases/download/0.1.3/ansifmt-0.1.3.tbz"
checksum: [
"sha256=88bfb44072d2de404757fd8e10b08b10c53c2b03b29bd7c040c32646bf209db0"
"sha512=a707c0aa0b1389af1e30bf252cc2d35a800dba9f9b80c3626791cd1b33d7a550f53727176bf64c3862cbfaff71ef651458da158f741d771b4cf006f5971c9671"
]
}
x-commit-hash: "37457b258f25b5d1c012cf0f44fc5808c4cd34b6"

0 comments on commit 07c893b

Please sign in to comment.