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


Paketnamelibtpl-dev
Beschreibungefficient C serialization library - development files
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.5-2
Sektionlibdevel
Prioritätextra
Installierte Größe456 Byte
Hängt ab vonlibtpl0 (>= 1.5), libtpl0 (<< 1.5+1~)
Empfohlene Pakete
PaketbetreuerKari Pahula
Quellelibtpl
Paketgröße208328 Byte
Prüfsumme MD55f03ff51123534821469bdb5eb62683e
Prüfsumme SHA12c4de3ec3df2defc75f10f003bfab586712fd986
Prüfsumme SHA256d35db025fca90c483df4df3c6991dd4959b936e14bf2e6b28305627f9bdc58ab
Link zum Herunterladenlibtpl-dev_1.5-2_all.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