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


Paketnamelibghc6-binary-dev
BeschreibungHaskell library for binary serialisation using lazy ByteStrings
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.5.0.2-1
Sektionhaskell
Prioritätextra
Installierte Größe928 Byte
Hängt ab vonlibghc6-array-dev-0.3.0.0-dbdf7, libghc6-base-dev-4.2.0.0-73995, libghc6-bytestring-dev-0.9.1.5-2d4a
Empfohlene Pakete
PaketbetreuerDebian Haskell Group
Quellehaskell-binary
Paketgröße195816 Byte
Prüfsumme MD563bda2cafc482fba857e76d354b62865
Prüfsumme SHA16fcd72c28b3d2eae6c03dc1431ca239cbb7306e3
Prüfsumme SHA25694f87edeaca7edebb69e268450a86bcb9057262b29fddb0a572824aec8d857ca
Link zum Herunterladenlibghc6-binary-dev_0.5.0.2-1_i386.deb
Ausführliche BeschreibungBinary serialisation of Haskell values to and from lazy ByteStrings. The Binary library provides methods for encoding Haskell values as streams of bytes directly in memory. The resulting ByteString can then be written to disk, sent over the network, or futher processed (for example, compressed with gzip). . The 'Binary' package is notable in that it provides both pure, and high performance serialisation. . Values are always encoded in network order (big endian) form, and encoded data should be portable across machine endianess, word size, or compiler version. For example, data encoded using the Binary class could be written from GHC, and read back in Hugs.


Impressum
Linux is a registered trademark of Linus Torvalds