pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>cln</Name>
  6. <Homepage>http://www.ginac.de/CLN/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A class library (C++) for numbers</Summary>
  14. <Description>cln is a library for efficient computations with all kinds of numbers in arbitrary precision.</Description>
  15. <Archive sha1sum="f32e0dc1e1f16598b0174fc82c8110ec090a8e1f" type="tarbz2">http://www.ginac.de/CLN/cln-1.3.5.tar.bz2</Archive>
  16. <BuildDependencies>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>cln</Name>
  21. <RuntimeDependencies>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="info">/usr/share/info</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>cln-devel</Name>
  33. <Summary>Development files for cln</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">cln</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="1">
  44. <Date>2019-11-23</Date>
  45. <Version>1.3.5</Version>
  46. <Comment>First release</Comment>
  47. <Name>Süleyman Poyraz</Name>
  48. <Email>zaryob.dev@gmail.com</Email>
  49. </Update>
  50. </History>
  51. </INARY>