Fri, 16 Jan 2026 16:06:52 CST | login

Information for build ghc-serialise-0.2.6.0-2.oc9

ID36268
Package Nameghc-serialise
Version0.2.6.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-serialise.git?.#cdcb3af0be6f36685c527c87cc934f56b454a997
SummaryA binary serialisation library for Haskell values
DescriptionThis package (formerly 'binary-serialise-cbor') provides pure, efficient serialization of Haskell values directly into 'ByteString's 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. An implementation of the standard bijection between CBOR and JSON is provided by the [cborg-json](/package/cborg-json) package. Also see [cbor-tool](/package/cbor-tool) for a convenient command-line utility for working with CBOR data.
Built bybbrucezhang
State failed
Volume DEFAULT
StartedSun, 12 Oct 2025 23:08:50 CST
CompletedSun, 12 Oct 2025 23:13:52 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-serialise.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-serialise.git?.#origin/master'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.2.6.0-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.6.0-1 - initial build