golang-bitbucket-creachadair-shell 0.0.8-2 source package in Ubuntu

Changelog

golang-bitbucket-creachadair-shell (0.0.8-2) unstable; urgency=medium

  * Team upload.
  * No change rebuild for testing migration

 -- Reinhard Tartler <email address hidden>  Sun, 23 Jun 2024 15:49:44 -0400

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-bitbucket-creachadair-shell_0.0.8-2.dsc 2.5 KiB 3674631f2fa4cb391c3d283612912c44ab5e503b8ca5ca1662601c99bba4c1f7
golang-bitbucket-creachadair-shell_0.0.8.orig.tar.gz 6.9 KiB c2954e6c28dd9e0f7e386370802b6739beb4de2f37fdd334f683de935d7e5e12
golang-bitbucket-creachadair-shell_0.0.8-2.debian.tar.xz 2.8 KiB 8d56c1fae0b7cc6957c58a35e6f1698ab621df0f4cd780e8cc8c68a41f4e9275

Available diffs

No changes file available.

Binary packages built by this source

golang-bitbucket-creachadair-shell-dev: implements basic shell command-line splitting for Go (library)

 Provides supports for splitting and joining of shell command strings.
 .
 The Split function divides a string into whitespace-separated fields,
 respecting single and double quotation marks as defined by the Shell Command
 Language section of IEEE Std 1003.1 2013. The Quote function quotes
 characters that would otherwise be subject to shell evaluation, and the Join
 function concatenates quoted strings with spaces between them.
 .
 This package contains the library.