<package type="rpm">
	<name>frozen</name>
	<arch>src</arch>
	<version epoch="0" ver="1.2.0" rel="1"/>
	<checksum type="sha256" pkgid="YES">da019e130bf04dd97e655ad4855102cbd72743037f256a1f5aba103d4c6838c1</checksum>
	<summary>Header-only, constexpr alternative to gperf for C++14</summary>
	<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.</description>
	<packager>bero &lt;bero@lindev.ch&gt;</packager>
	<url>https://github.com/serge-sans-paille/frozen</url>
	<time file="1757438841" build="1757438673"/>
	<size package="205037" installed="189726" archive="190256"/>
	<location href="frozen-1.2.0-1.src.rpm"/>
	<format>
		<rpm:license>Apache-2.0</rpm:license>
		<rpm:vendor>OpenMandriva</rpm:vendor>
		<rpm:group>Development/C and C++</rpm:group>
		<rpm:buildhost>ph18-2.openmandriva.org</rpm:buildhost>
		<rpm:sourcerpm></rpm:sourcerpm>
		<rpm:header-range start="4504" end="14781"/>
		<rpm:provides>
			<rpm:entry name="frozen" flags="EQ" ver="1.2.0" rel="1"/>
		</rpm:provides>
		<rpm:requires>
			<rpm:entry name="cmake"/>
			<rpm:entry name="ninja"/>
			<rpm:entry name="rpmlib(CompressedFileNames)" flags="LE" ver="3.0.4" rel="1"/>
			<rpm:entry name="rpmlib(DynamicBuildRequires)" flags="LE" ver="4.15.0" rel="1"/>
			<rpm:entry name="rpmlib(FileDigests)" flags="LE" ver="4.6.0" rel="1"/>
		</rpm:requires>
	</format>
</package>
