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

Changelog

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

  * Initial release (Closes: #1060852)

 -- Simon Josefsson <email address hidden>  Mon, 15 Jan 2024 18:13:13 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-bitbucket-creachadair-shell_0.0.8-1.dsc 1.7 KiB 2b93bba81bc52de1f81d441a1f17ed4db34f6b2d0d21a77ba83e303f92113f65
golang-bitbucket-creachadair-shell_0.0.8.orig.tar.gz 6.9 KiB c2954e6c28dd9e0f7e386370802b6739beb4de2f37fdd334f683de935d7e5e12
golang-bitbucket-creachadair-shell_0.0.8-1.debian.tar.xz 2.5 KiB 590edfc1873a6bcab497a185775c5c3f024bfc8f63911fc3a9d9dba981b9c3c3

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.