DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibboost-regex-dev
Beschreibungregular expression library for C++ (default version)
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.40.0.1
Sektionuniverse/libdevel
Prioritätoptional
Installierte Größe32 Byte
Hängt ab vonlibboost-regex1.40-dev
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleboost-defaults
Paketgröße2032 Byte
Prüfsumme MD5143a07b3f35e0341a2d2c3a67ef31545
Prüfsumme SHA1a8c1711b626679dc10953ac8dd42a372b4747181
Prüfsumme SHA256c8527adfac4b35f01d5aa259c651e212c819654df25a1a6256d945bcbac38882
Link zum Herunterladenlibboost-regex-dev_1.40.0.1_i386.deb
Ausführliche BeschreibungThis package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.40).


Impressum
Linux is a registered trademark of Linus Torvalds