Mon, 03 Jun 2024 17:57:41 UTC | login

Information for build ocaml-unionfind-20220122-2.fc40

ID279140
Package Nameocaml-unionfind
Version20220122
Release2.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-unionfind.git#78031279a5e1772cfd410f88d2dad0102975388d
SummaryOCaml implementations of the union-find data structure
DescriptionThe OCaml library unionFind offers two implementations of the union-find data structure. Both implementations are based on disjoint sets forests, with path compression and linking-by-rank, so as to guarantee good asymptotic complexity: every operation requires a quasi-constant number of accesses to the store.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 30 Dec 2023 17:01:45 UTC
CompletedSat, 30 Dec 2023 19:27:35 UTC
Taskbuild (f40, /rpms/ocaml-unionfind.git:78031279a5e1772cfd410f88d2dad0102975388d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-unionfind.git#78031279a5e1772cfd410f88d2dad0102975388d'}}
Tags
f40
RPMs
src
ocaml-unionfind-20220122-2.fc40.src.rpm (info) (download)
riscv64
ocaml-unionfind-20220122-2.fc40.riscv64.rpm (info) (download)
ocaml-unionfind-devel-20220122-2.fc40.riscv64.rpm (info) (download)
ocaml-unionfind-debuginfo-20220122-2.fc40.riscv64.rpm (info) (download)
ocaml-unionfind-debugsource-20220122-2.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Dec 29 2023 Jerry James <loganjerry@gmail.com> 20220122-2 - Disable debuginfo on bytecode architectures * Fri Dec 29 2023 Jerry James <loganjerry@gmail.com> 20220122-1 - Initial RPM