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


Paketnamelibtpl0
Beschreibungefficient C serialization library
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.5-2
Sektiondevel
Prioritätextra
Installierte Größe84 Byte
Hängt ab vonlibc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerKari Pahula
Quellelibtpl
Paketgröße19524 Byte
Prüfsumme MD5bf5511c8dea01ddfcce6bd5b58b2cf94
Prüfsumme SHA181fc1d39dc3633d73e00e3667b59e5e4bb4124e5
Prüfsumme SHA256f389d6166dfe0a361d8413daddbdb1004e5f983e6cf674cdebd1d7d17f7994c2
Link zum Herunterladenlibtpl0_1.5-2_i386.deb
Ausführliche BeschreibungTpl is a library for serializing C data. The data is stored in its natural binary form. The API is small and tries to stay "out of the way". Tpl can serialize many C data types, including structures. . Tpl makes a convenient file format. For example, suppose a program needs to store a list of user names and ids. This can be expressed using the format string "A(si)". If the program needs two such lists (say, one for regular users and one for administrators) this could be expressed as "A(si)A(si)". It is easy to read and write this kind of structured data using tpl. . Tpl can also be used as an IPC message format. It handles byte order issues and deframing individual messages off of a stream automatically.


Impressum
Linux is a registered trademark of Linus Torvalds