pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>jansson</Name>
  6. <Homepage>http://www.digip.org/jansson/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Jansson is a C library for encoding, decoding and manipulating JSON data.</Summary>
  14. <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>
  15. <Archive sha1sum="d8c04a344c37afff17cd17ffb3ca2a8a08c1eafc" type="tarbz2">http://www.digip.org/jansson/releases/jansson-2.9.tar.bz2</Archive>
  16. </Source>
  17. <Package>
  18. <Name>jansson</Name>
  19. <RuntimeDependencies>
  20. </RuntimeDependencies>
  21. <Files>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="data">/usr/share</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>jansson-devel</Name>
  29. <RuntimeDependencies>
  30. <Dependency release="current">jansson</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib/pkgconfig</Path>
  34. <Path fileType="header">/usr/include</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2019-09-18</Date>
  40. <Version>2.9</Version>
  41. <Comment>First release</Comment>
  42. <Name>Süleyman Poyraz</Name>
  43. <Email>zaryob.dev@gmail.com</Email>
  44. </Update>
  45. </History>
  46. </INARY>