pystring 1.1.4-1build1 source package in Ubuntu

Changelog

pystring (1.1.4-1build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 19:56:04 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pystring_1.1.4.orig.tar.gz 18.7 KiB 49da0fe2a049340d3c45cce530df63a2278af936003642330287b68cefd788fb
pystring_1.1.4-1build1.debian.tar.xz 2.6 KiB 84db16bd1402f0fd27c6101d142adadce17d17d9864215d05af5fda7902f6610
pystring_1.1.4-1build1.dsc 2.1 KiB 115550bb679605565f50e59ada1014ce5e4544eacf1bb30e01b3da828faab266

View changes file

Binary packages built by this source

libpystring-dev: collection of C++ functions for Python's string class methods - development

 Pystring is a collection of C++ functions which match the interface
 and behavior of Python's string class methods using std::string.
 Implemented in C++, it does not require or make use of a Python
 interpreter. It provides convenience and familiarity for common
 string operations not included in the standard C++ library.
 It's also useful in environments where both C++ and Python are used.
 .
 Overlapping functionality (such as index and slice/substr) of
 std::string is included to match Python interfaces.
 .
 This package provides the headers.

libpystring0: collection of C++ functions for Python's string class methods - runtime

 Pystring is a collection of C++ functions which match the interface
 and behavior of Python's string class methods using std::string.
 Implemented in C++, it does not require or make use of a Python
 interpreter. It provides convenience and familiarity for common
 string operations not included in the standard C++ library.
 It's also useful in environments where both C++ and Python are used.
 .
 Overlapping functionality (such as index and slice/substr) of
 std::string is included to match Python interfaces.
 .
 This package provides the shared libraries.

libpystring0-dbgsym: debug symbols for libpystring0