pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Test-Number-Delta</Name>
  6. <Homepage>https://metacpan.org/pod/Test::Number::Delta</Homepage>
  7. <Packager>
  8. <Name>Pisilinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache_2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Compare the difference between numbers against a given tolerance.</Summary>
  15. <Description>
  16. At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon.
  17. </Description>
  18. <Archive sha1sum="4d81cf7fea8c9803c926579a1593915fcd261c26" type="targz">
  19. https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>perl</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>perl-Test-Number-Delta</Name>
  27. <RuntimeDependencies>
  28. <Dependency>perl</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="data">/usr/share/perl5</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="2">
  39. <Date>2024-05-16</Date>
  40. <Version>1.06</Version>
  41. <Comment>First build.</Comment>
  42. <Name>fury</Name>
  43. <Email>uglyside@yandex.ru</Email>
  44. </Update>
  45. <Update release="1">
  46. <Date>2021-12-21</Date>
  47. <Version>1.06</Version>
  48. <Comment>First build.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. </History>
  53. </PISI>