golang-github-shenwei356-stable 0.1.7-2 source package in Ubuntu

Changelog

golang-github-shenwei356-stable (0.1.7-2) unstable; urgency=medium

  * Source-only upload.

 -- Maytham Alsudany <email address hidden>  Tue, 02 Jul 2024 10:47:24 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-shenwei356-stable_0.1.7-2.dsc 2.3 KiB 8150ae188e19b0baee6cbae3bdc4fa48fb93b443e9180a8ea27892b325813e09
golang-github-shenwei356-stable_0.1.7.orig.tar.gz 41.8 KiB 17a94edeb21bd8b66dd109ca9ef0a37faa87b936b22fa2712702639f42a53add
golang-github-shenwei356-stable_0.1.7-2.debian.tar.xz 2.4 KiB c78eb332a50536438d6a39141fbcd09186357e32589c4c3481ef86ccdb921d20

Available diffs

No changes file available.

Binary packages built by this source

golang-github-shenwei356-stable-dev: streaming pretty text table for Golang (library)

 stable is a streaming pretty text table for Golang.
 .
 Features:
  - Supporting streaming output (optional).
    When a writer is configured, a newly added row is formatted and written to
    the writer immediately. It is memory-effective for a large number of rows.
    And it is helpful to pipe the data in shell.
  - Supporting wrapping text or clipping text.
    The minimum and maximum width of the column can be configured for each
    column or globally.
  - Configured table styles.
    Some preset styles are also provided.
  - Unicode supported