Thu, 29 Jan 2026 05:31:32 CST | login

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

ID8263
Package Nameghc-serialise
Version0.2.6.0
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 19 Jun 2024 10:00:29 CST
CompletedWed, 19 Jun 2024 10:02:28 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-serialise.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-serialise.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-serialise-0.2.6.0-1.ocs23.src.rpm (info) (download)
aarch64
ghc-serialise-0.2.6.0-1.ocs23.aarch64.rpm (info) (download)
ghc-serialise-devel-0.2.6.0-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-serialise-doc-0.2.6.0-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-serialise-0.2.6.0-1.ocs23.x86_64.rpm (info) (download)
ghc-serialise-devel-0.2.6.0-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.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