12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libfastjson</Name>
- <Homepage>https://github.com/rsyslog/libfastjson</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>A performance-focused json library for C</Summary>
- <Description>A performance-focused json library for C</Description>
- <Archive sha1sum="df1ab2602bc73cf4c49a16860cf6a065b636fe6d" type="targz">https://github.com/rsyslog/libfastjson/archive/v0.99.8.tar.gz</Archive>
- </Source>
- <Package>
- <Name>libfastjson</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libfastjson-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for libfastjson</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libfastjson</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2020-12-09</Date>
- <Version>0.99.8</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2019-12-27</Date>
- <Version>0.99.8</Version>
- <Comment>Version bump</Comment>
- <Name>idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-07-19</Date>
- <Version>0.99.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-30</Date>
- <Version>0.99.4</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|