summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-05-09 23:00:14 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-05-09 23:01:25 +0200
commit8105702f9bf4efb098c5f5623c6360259ec1621b (patch)
tree08f28b1de28be83c7ddcb6241ea5b7633cd3f905 /dev-lua/md5/metadata.xml
parentdev-python/humanize: enable Python 3.10 (diff)
downloadgentoo-8105702f9bf4efb098c5f5623c6360259ec1621b.tar.gz
gentoo-8105702f9bf4efb098c5f5623c6360259ec1621b.tar.bz2
gentoo-8105702f9bf4efb098c5f5623c6360259ec1621b.zip
dev-lua/md5: new package
MD5 offers basic cryptographic facilities for Lua. Closes: https://bugs.gentoo.org/665706 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/md5/metadata.xml')
-rw-r--r--dev-lua/md5/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-lua/md5/metadata.xml b/dev-lua/md5/metadata.xml
new file mode 100644
index 000000000000..5907ba34a816
--- /dev/null
+++ b/dev-lua/md5/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <longdescription>
+ MD5 offers basic cryptographic facilities for Lua.
+ A hash (digest) function, a pair crypt/decrypt based on MD5 and CFB,
+ and a pair crypt/decrypt based on DES with 56-bit keys.
+ </longdescription>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">keplerproject/md5</remote-id>
+ </upstream>
+</pkgmetadata>