-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27210 from qexat/release-ansifmt-0.1.3
[new release] ansifmt (0.1.3)
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |