Subject: CVS commit: pkgsrc/devel/hs-serialise
From: Masatake Daimon
Date: 2022-02-23 17:19:03
Message id: 20220223161903.74FDAFB24@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-serialise/DESCR
1.1addpkgsrc/devel/hs-serialise/Makefile
1.1addpkgsrc/devel/hs-serialise/PLIST
1.1addpkgsrc/devel/hs-serialise/buildlink3.mk
1.1addpkgsrc/devel/hs-serialise/distinfo