openbsd-ports/devel/hs-binary/pkg/DESCR
kili 194298702a Import hs-binary, a library for lazy binary serialization of Haskell values.
Required by some other stuff, especially the upcomming darcs update.
Not yet wired to the build.
2010-04-08 14:37:53 +00:00

6 lines
299 B
Plaintext

Efficient, pure binary serialisation using lazy ByteStrings. Haskell
values may be encoded to and from binary formats, written to disk
as binary, or sent over the network. Serialisation speeds of over
1 G\/sec have been observed, so this library should be suitable for
high performance scenarios.