Mon, 12 Jan 2026 20:53:12 CST | login

Information for build ghc-text-short-0.1.5-1.oc9

ID24953
Package Nameghc-text-short
Version0.1.5
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-text-short.git?.#c42cd714d32b67685a55347e6d3e07142a327f2f
SummaryMemory-efficient representation of Unicode text strings
DescriptionThis package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'. The main difference between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and also doesn't support zero-copy slicing (thereby saving 2 words). Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 12:46:30 CST
CompletedMon, 05 Aug 2024 12:49:21 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-text-short.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-text-short.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-text-short-0.1.5-1.oc9.src.rpm (info) (download)
aarch64
ghc-text-short-0.1.5-1.oc9.aarch64.rpm (info) (download)
ghc-text-short-devel-0.1.5-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-text-short-doc-0.1.5-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-text-short-0.1.5-1.oc9.x86_64.rpm (info) (download)
ghc-text-short-devel-0.1.5-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 * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.5-1 - initial build