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-regex1.40-dev
Beschreibungregular expression library for C++
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version1.40.0-4ubuntu4
Sektionlibdevel
Prioritätoptional
Installierte Größe1868 Byte
Hängt ab vonlibboost1.40-dev (= 1.40.0-4ubuntu4), libboost-regex1.40.0 (= 1.40.0-4ubuntu4), libicu-dev
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelleboost1.40
Paketgröße503156 Byte
Prüfsumme MD5793a081e8a6e261f439db1b9963f7981
Prüfsumme SHA1adb1e20ed8c2715df53c30e9126144a1e82e6957
Prüfsumme SHA2566ae71bd24a548c48cb543c6f1c6c284258930b2916557bdcfe02b69b4de437f9
Link zum Herunterladenlibboost-regex1.40-dev_1.40.0-4ubuntu4_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.


Impressum
Linux is a registered trademark of Linus Torvalds