Wed, 01 Apr 2026 12:58:01 CST | login

Information for build libdatrie-0.2.13-5.ocs23

ID15252
Package Namelibdatrie
Version0.2.13
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/libdatrie.git?.#3b0ddde892d56927cdcd6ed738b1d13ad364ee95
SummaryImplementation of Double-Array structure for representing trie
DescriptionTrie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation.
Built byocs-bot
State complete
Volume DEFAULT
StartedFri, 16 Aug 2024 23:05:16 CST
CompletedFri, 16 Aug 2024 23:10:43 CST
Taskbuild (dist-ocs23, /opencloudos-stream/libdatrie.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/libdatrie.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-base
RPMs
src
libdatrie-0.2.13-5.ocs23.src.rpm (info) (download)
aarch64
libdatrie-0.2.13-5.ocs23.aarch64.rpm (info) (download)
libdatrie-devel-0.2.13-5.ocs23.aarch64.rpm (info) (download)
libdatrie-debuginfo-0.2.13-5.ocs23.aarch64.rpm (info) (download)
libdatrie-debugsource-0.2.13-5.ocs23.aarch64.rpm (info) (download)
libdatrie-devel-debuginfo-0.2.13-5.ocs23.aarch64.rpm (info) (download)
loongarch64
libdatrie-0.2.13-5.ocs23.loongarch64.rpm (info) (download)
libdatrie-devel-0.2.13-5.ocs23.loongarch64.rpm (info) (download)
libdatrie-debuginfo-0.2.13-5.ocs23.loongarch64.rpm (info) (download)
libdatrie-debugsource-0.2.13-5.ocs23.loongarch64.rpm (info) (download)
libdatrie-devel-debuginfo-0.2.13-5.ocs23.loongarch64.rpm (info) (download)
x86_64
libdatrie-0.2.13-5.ocs23.x86_64.rpm (info) (download)
libdatrie-devel-0.2.13-5.ocs23.x86_64.rpm (info) (download)
libdatrie-debuginfo-0.2.13-5.ocs23.x86_64.rpm (info) (download)
libdatrie-debugsource-0.2.13-5.ocs23.x86_64.rpm (info) (download)
libdatrie-devel-debuginfo-0.2.13-5.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.13-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.13-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.13-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.13-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jul 26 2022 Feng Weiyao <wynnfeng@tencent.com> - 0.2.13-1 - package init.