123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>jansson</Name>
- <Homepage>https://github.com/akheron/jansson</Homepage>
- <Packager>
- <Name>Stefan Gronewold (groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>Jansson is a C library for encoding, decoding and manipulating JSON data.</Summary>
- <Description>It features: Simple and intuitive API and data model, Comprehensive documentation, No dependencies on other libraries, Full Unicode support (UTF-8), Extensive test suite.</Description>
- <Archive sha1sum="a85a87d4cd9a14a081e8e49cb6a2b54bde4fd6b9" type="tarbz2">https://github.com/akheron/jansson/releases/download/v2.14/jansson-2.14.tar.bz2</Archive>
- </Source>
- <Package>
- <Name>jansson</Name>
- <RuntimeDependencies>
- <Dependency>glibc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>jansson-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">jansson</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-11-10</Date>
- <Version>2.14</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2020-11-07</Date>
- <Version>2.12</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-19</Date>
- <Version>2.12</Version>
- <Comment>Version Bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>aidriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-13</Date>
- <Version>2.11</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-19</Date>
- <Version>2.9</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.7</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-05-16</Date>
- <Version>2.7</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold (groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|