Thu, 15 Jan 2026 07:13:29 CST | login

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

ID45078
Package Nameghc-serialise
Version0.2.6.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-serialise.git?.#e8433c02f01dff2124fc22e37dd6e32e8300683e
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 byzeyouliu
State complete
Volume DEFAULT
StartedSat, 18 Oct 2025 00:07:11 CST
CompletedSat, 18 Oct 2025 00:12:21 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.1-1.oc9.src.rpm (info) (download)
aarch64
ghc-serialise-0.2.6.1-1.oc9.aarch64.rpm (info) (download)
ghc-serialise-devel-0.2.6.1-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-serialise-0.2.6.1-1.oc9.loongarch64.rpm (info) (download)
ghc-serialise-devel-0.2.6.1-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-serialise-doc-0.2.6.1-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-serialise-0.2.6.1-1.oc9.x86_64.rpm (info) (download)
ghc-serialise-devel-0.2.6.1-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
mock_output.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
noarch_rpmdiff.json
aarch64
root.log
dnf.log
dnf.rpm.log
mock_config.log
build.log
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 13 2025 zeyouliu <zeyouliu@tencent.com> - 0.2.6.1-1 - [Type] other - [DESC] update to Version 0.2.6.1 * 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