./devel/hs-serialise, Binary serialisation library for Haskell values

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.6.0nb3, Package name: hs-serialise-0.2.6.0nb3, Maintainer: pkgsrc-users

This package (formerly binary-serialise-cbor) provides pure, efficient
serialization of Haskell values directly into ByteStrings for storage or
transmission purposes. By providing a set of type class instances, you can
also serialise any custom data type you have as well.

The underlying binary format used is the 'Concise Binary Object
Representation', or CBOR, specified in RFC 7049. As a result, serialised
Haskell values have implicit structure outside of the Haskell program
itself, meaning they can be inspected or analyzed without custom tools.


Master sites:

Filesize: 73.317 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 08:26:45 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-serialise: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-26 12:43:02 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-serialise: Update to 0.2.6.0

0.2.6.0 -- 2022-09-24
* Support GHC 9.4
* Drop GHC 8.0 and 8.2 support
   2022-08-23 12:50:25 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
hs-serialise: update to 0.2.5.0.

Changes: not documented.
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-23 17:19:03 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-serialise: import hs-serialise-0.2.4.0

This package (formerly binary-serialise-cbor) provides pure, efficient
serialization of Haskell values directly into ByteStrings for storage or
transmission purposes. By providing a set of type class instances, you can
also serialise any custom data type you have as well.

The underlying binary format used is the 'Concise Binary Object
Representation', or CBOR, specified in RFC 7049. As a result, serialised
Haskell values have implicit structure outside of the Haskell program
itself, meaning they can be inspected or analyzed without custom tools.