# -*- 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.4.0.1 revision 2 checksums rmd160 0ed2df6c41d1f56dfbdeaeca80239069b580fba3 \ sha256 5b0adf19d17c902ecd9e875587601294f9fb47027a43b37f1ff0f52e171be289 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.