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 Ubuntu Archiv lucid (universe)
Version0.5.0.2-1
Sektionuniverse/devel
Prioritätoptional
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
PaketbetreuerUbuntu Developers
Quellehaskell-binary
Paketgröße195814 Byte
Prüfsumme MD5553768bde45c2538b57cf8576565d041
Prüfsumme SHA189d0ed4f6f95203df7ae66aa4eb185b154922ad7
Prüfsumme SHA256e04a95a3289ef48431fdf4ffdd15b825641125c80c80b2ae4cca194a60be80cd
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