golang-github-alecthomas-chroma 0.10.0-3 source package in Ubuntu

Changelog

golang-github-alecthomas-chroma (0.10.0-3) unstable; urgency=medium

  * Add missing licensing information of recently added files
    - formatters/svg/font_liberation_mono.go (OFL-1.1)
    - lexers/lexer_benchmark_test.go (Apache-2.0)
    - styles/witchhazel.go (Apache-2.0)
    Thanks to Thorsten Alteholz for catching my omissions!

 -- Anthony Fok <email address hidden>  Sun, 03 Jul 2022 06:18:42 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-chroma_0.10.0-3.dsc 2.8 KiB 800396c46f4145543226dbc11153aa6f956c495747c91eb26ac46a5bf8d7653e
golang-github-alecthomas-chroma_0.10.0.orig.tar.gz 779.6 KiB 98a517ae99f48e3b54d5c8cd7473d5c544f51bee7a4be17f5175736fce37da56
golang-github-alecthomas-chroma_0.10.0-3.debian.tar.xz 7.5 KiB 16e86216e42db41a9b0a40a421e8288087b4b4b10aec5c27a74a0e0cfda6c66d

No changes file available.

Binary packages built by this source

golang-chroma: No summary available for golang-chroma in ubuntu kinetic.

No description available for golang-chroma in ubuntu kinetic.

golang-chroma-dbgsym: No summary available for golang-chroma-dbgsym in ubuntu kinetic.

No description available for golang-chroma-dbgsym in ubuntu kinetic.

golang-github-alecthomas-chroma-dev: general purpose syntax highlighter in pure Go (libraries)

 Chroma takes source code and other structured text and converts it into
 syntax highlighted HTML, ANSI-coloured text, etc.
 .
 Chroma is based heavily on Pygments (http://pygments.org/), and includes
 translators for Pygments lexers and styles.
 .
 This package contains Chroma's source code and helper libraries.