Fri, 23 Jan 2026 08:37:19 CST | login

Information for build ghc-abstract-deque-0.3-1.ocs23

ID14438
Package Nameghc-abstract-deque
Version0.3
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-abstract-deque.git?.#274edf6c136fb8c0cd0931841d835f00b81ae661
SummaryAbstract, parameterized interface to mutable Deques
DescriptionAn abstract interface to highly-parameterizable queues/deques. Background: There exists a feature space for queues that extends between: * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on 'IORef' and "Data.Sequence".
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 10:09:46 CST
CompletedFri, 09 Aug 2024 10:11:45 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-abstract-deque.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-abstract-deque.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-abstract-deque-0.3-1.ocs23.src.rpm (info) (download)
aarch64
ghc-abstract-deque-0.3-1.ocs23.aarch64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-abstract-deque-doc-0.3-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-abstract-deque-0.3-1.ocs23.x86_64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-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 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3-1 - initial build