Name: | ghc-cereal |
---|---|
Version: | 0.3.5.2 |
Release: | 7.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1473 |
License: | BSD |
RPM: | ghc-cereal-0.3.5.2-7.el7.aarch64.rpm |
Source RPM: | ghc-cereal-0.3.5.2-7.el7.src.rpm |
Build Date: | Fri Jul 27 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/cereal |
Summary: | Binary serialization library |
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. |