Tue, 31 Mar 2026 02:30:57 CST | login

Information for build ustr-1.0.4-6.ocs23.rva23

ID25306
Package Nameustr
Version1.0.4
Release6.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ustr.git?.#ca3c473b35b5b19afacb7dd02786b7f33b3e9a7c
SummaryString library, very low memory overhead, simple to import
DescriptionThis package provides a low overhead string library for C, it is been designed to make integrating a string library into any C project easy. The default overhead over using plain strdup("a") is 4 used bytes (on i386 or x86-64), and for this you get reference counted length managed strings. This overhead grows to 5 used bytes for 256 byte strings, and 7 bytes for 65,536 character strings. This package also distributes pre-built shared libraries.
Built bymaxonxie
State complete
Volume DEFAULT
StartedTue, 17 Mar 2026 00:47:24 CST
CompletedTue, 17 Mar 2026 02:10:04 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/ustr.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ustr.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
ustr-1.0.4-6.ocs23.rva23.src.rpm (info) (download)
riscv64
ustr-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
ustr-debug-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
ustr-debug-static-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
ustr-devel-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
ustr-static-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
ustr-debug-debuginfo-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
ustr-debuginfo-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
ustr-debugsource-1.0.4-6.ocs23.rva23.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jul 19 2022 Yi Lin <nilusyi@tencent.com> - 1.0.4-1 - package init.