pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>msgpack-c</Name>
  6. <Homepage>https://msgpack.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Boost</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>It's like JSON but smaller and faster.</Summary>
  15. <Description>MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves.</Description>
  16. <Archive sha1sum="2bb0503d5ae4f4026ec2ef729725c225d6212719" type="targz">
  17. https://github.com/msgpack/msgpack-c/releases/download/c-6.0.0/msgpack-c-6.0.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>ninja</Dependency>
  22. <Dependency>gtest-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>msgpack-c</Name>
  27. <RuntimeDependencies>
  28. <!-- <Dependency></Dependency> -->
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>msgpack-c-devel</Name>
  36. <RuntimeDependencies>
  37. <Dependency release="current">msgpack-c</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="library">/usr/lib/cmake</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. <Path fileType="header">/usr/include</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="3">
  47. <Date>2023-03-05</Date>
  48. <Version>6.0.0</Version>
  49. <Comment>Version bump</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2023-01-15</Date>
  55. <Version>5.0.0</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>fury</Name>
  58. <Email>uglyside@yandex.ru</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2022-04-14</Date>
  62. <Version>4.0.0</Version>
  63. <Comment>First build.</Comment>
  64. <Name>fury</Name>
  65. <Email>uglyside@yandex.ru</Email>
  66. </Update>
  67. </History>
  68. </PISI>