SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

frozen rpm build for : Mandrake Other. For other distributions click frozen.

Name : frozen
Version : 1.1.1 Vendor : OpenMandriva
Release : 1 Date : 2023-07-10 15:45:13
Group : Development/C and C++ Source RPM : frozen-1.1.1-1.src.rpm
Size : 0.09 MB
Packager : bero < bero_lindev_ch>
Summary : Header-only, constexpr alternative to gperf for C++14
Description :
Header-only library that provides 0 cost initialization for immutable
containers, fixed-size containers, and various algorithms.

Frozen provides:

immutable (a.k.a. frozen), constexpr-compatible versions of std::set,
std::unordered_set, std::map and std::unordered_map.
fixed-capacity, constinit-compatible versions of std::map and
std::unordered_map with immutable, compile-time selected keys mapped to
mutable values.

0-cost initialization version of std::search for frozen needles using
Boyer-Moore or Knuth-Morris-Pratt algorithms.
The unordered_* containers are guaranteed perfect (a.k.a. no hash collision)
and the extra storage is linear with respect to the number of keys.

Once initialized, the container keys cannot be updated, and in exchange,
lookups are faster. And initialization is free when constexpr or constinit is
used.

RPM found in directory: /vol/rzm4/linux-openmandriva/5.0/repository/aarch64/main/release

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
ftp.icm.edu.pl  frozen-1.1.1-1-omv2390.noarch.rpm
     

Provides :
cmake(frozen)
frozen

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/include/frozen
/usr/include/frozen/algorithm.h
/usr/include/frozen/bits
/usr/include/frozen/bits/algorithms.h
/usr/include/frozen/bits/basic_types.h
/usr/include/frozen/bits/constexpr_assert.h
/usr/include/frozen/bits/defines.h
/usr/include/frozen/bits/elsa.h
/usr/include/frozen/bits/elsa_std.h
/usr/include/frozen/bits/exceptions.h
/usr/include/frozen/bits/hash_string.h
/usr/include/frozen/bits/pmh.h
/usr/include/frozen/bits/version.h
/usr/include/frozen/map.h
/usr/include/frozen/random.h
/usr/include/frozen/set.h
/usr/include/frozen/string.h
/usr/include/frozen/unordered_map.h
/usr/include/frozen/unordered_set.h
/usr/share/cmake/frozen
/usr/share/cmake/frozen/frozenConfig.cmake
/usr/share/cmake/frozen/frozenConfigVersion.cmake

 
ICM