Files
main/programming/misc/fast_float/pspec.xml
T
2026-02-19 05:27:42 +03:00

54 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fast_float</Name>
<Homepage>https://github.com/fastfloat/fast_float/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Fast and exact implementation of the C++ from_chars functions for float and double types</Summary>
<Description>Fast and exact implementation of the C++ from_chars functions for float and double types</Description>
<Archive sha1sum="b2fcfe18758d74d435b0a4fd89beba4636fe0dc6" type="targz">https://github.com/fastfloat/fast_float/archive/refs/tags/v8.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>fast_float.patch</Patch>
<Patch level="1">fast_float.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>fast_float</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-02-19</Date>
<Version>8.2.3</Version>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2025-03-21</Date>
<Version>8.0.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>