golang-github-elliotwutingfeng-asciiset 0.0~git20240214.24af97c-2 source package in Ubuntu

Changelog

golang-github-elliotwutingfeng-asciiset (0.0~git20240214.24af97c-2) unstable; urgency=medium

  * Source-only upload.

 -- Maytham Alsudany <email address hidden>  Tue, 02 Jul 2024 10:40:00 +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-elliotwutingfeng-asciiset_0.0~git20240214.24af97c-2.dsc 2.5 KiB cb2b311d4b5a3805bd545f1a6c124ac9d3c6e29a946f6ce62c7ba5dc9d978bd9
golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c.orig.tar.xz 39.3 KiB b9b573db1034412590f69b851f20eea3f01604aa09e5ebdaae0c94f4bb047de7
golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c-2.debian.tar.xz 2.5 KiB a55faff97c4e8dc759f3a0ea0d59481a560ef160590f3251948373b9310db140

No changes file available.

Binary packages built by this source

golang-github-elliotwutingfeng-asciiset-dev: ASCII character bitset (library)

 asciiset is an ASCII character bitset. Bitsets are fast and memory-efficient
 data structures for storing and retrieving information using bitwise
 operations. asciiset is an extension of the asciiSet data structure from the
 Go Standard library source code.
 .
 Possible applications include checking strings for prohibited ASCII
 characters, and counting unique ASCII characters in a string.