pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>rapidjson</Name>
  6. <Homepage>http://rapidjson.org/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app</IsA>
  13. <Summary>A fast JSON parser/generator for C++ with both SAX/DOM style API.</Summary>
  14. <Description>A fast JSON parser/generator for C++ with both SAX/DOM style API.</Description>
  15. <Archive sha1sum="a3e0d043ad3c2d7638ffefa3beb30a77c71c869f" type="targz">https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>rapidjson</Name>
  22. <Files>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>rapidjson-devel</Name>
  29. <Summary>Development files for rapidjson</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">rapidjson</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="data">/usr/lib/cmake</Path>
  36. <Path fileType="library">/usr/lib/pkgconfig</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2022-05-01</Date>
  42. <Version>1.1.0</Version>
  43. <Comment>First release.</Comment>
  44. <Name>Kamil Atlı</Name>
  45. <Email>suvari@pisilinux.org</Email>
  46. </Update>
  47. </History>
  48. </PISI>