Files
guru/dev-R/digest/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

28 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">Implementation of a function 'digest()' for the creation of hash
digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',
'xxhash', 'murmurhash', 'spookyhash' and 'blake3' algorithms) permitting easy
comparison of R language objects, as well as functions such as'hmac()' to
create hash-based message authentication code. Please note that this package
is not meant to be deployed for cryptographic purposes for which more
comprehensive (and widely tested) libraries such as 'OpenSSL' should be
used.</longdescription>
<upstream>
<bugs-to>https://github.com/eddelbuettel/digest/issues</bugs-to>
<doc lang="en">https://cran.r-project.org/web//packages/digest/digest.pdf</doc>
<changelog>https://cran.r-project.org/web//packages/digest/ChangeLog</changelog>
<maintainer>
<name>Dirk Eddelbuettel</name>
<email>edd@debian.org</email>
</maintainer>
<remote-id type="github">eddelbuettel/digest</remote-id>
</upstream>
</pkgmetadata>