Files
main/programming/library/simdjson/pspec.xml
T
2026-05-23 12:46:12 +03:00

60 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>simdjson</Name>
<Homepage>https://github.com/simdjson/simdjson</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>library</IsA>
<Summary>A C++ library to see how fast we can parse JSON with complete validation</Summary>
<Description>JSON'u tam doğrulama ile ne kadar hızlı ayrıştırabileceğimizi görmek için kullanılan bir C++ kütüphanesi.</Description>
<Archive sha1sum="99addd519e052b13757f2dcde90ba7cd3c988608" type="targz">https://github.com/simdjson/simdjson/archive/refs/tags/v4.6.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>simdjson.patch</Patch>
<Patch level="1">simdjson.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>simdjson</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<!--
<Package>
<Name>simdjson-devel</Name>
<Summary>Development files for simdjson</Summary>
<RuntimeDependencies>
<Dependency release="current">simdjson</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
-->
<History>
<Update release="1">
<Date>2026-05-22</Date>
<Version>4.6.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>