Fri, 16 Jan 2026 19:51:18 CST | login

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

ID25150
Package Nameghc-serialise
Version0.2.6.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-serialise.git?.#90663931f241171840df9755a360dd83208b2e0b
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 12:36:05 CST
CompletedMon, 05 Aug 2024 12:40:38 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
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-serialise-0.2.6.0-1.oc9.src.rpm (info) (download)
aarch64
ghc-serialise-0.2.6.0-1.oc9.aarch64.rpm (info) (download)
ghc-serialise-devel-0.2.6.0-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-serialise-doc-0.2.6.0-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-serialise-0.2.6.0-1.oc9.x86_64.rpm (info) (download)
ghc-serialise-devel-0.2.6.0-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.6.0-1 - initial build