# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup cereal 0.3.5.2 revision 1 checksums rmd160 12c0bec84786a96d386054a41b4da344b04e1ec7 \ sha256 34c2f77a9c8123d73f786e07d9d141a59b4f3f4dcde8ec5a14a554fd14dc5d7a license BSD maintainers cal openmaintainer platforms darwin description A binary serialization library long_description \ A binary serialization library, similar to binary, that introduces an \ isolate primitive for parser isolation, and replaces the asynchronous \ errors with a user-handleable Either type. Similar to binary in \ performance, but uses a strict ByteString instead of a lazy ByteString, \ thus restricting it to operating on finite inputs.