aboutsummaryrefslogtreecommitdiffstats
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..b732ef7
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "asn1crypto"
+description:
+ "A fast, pure Python library for parsing and serializing ASN.1 structures."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/wbond/asn1crypto"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/wbond/asn1crypto"
+ }
+ version: "0.24.0"
+ last_upgrade_date { year: 2019 month: 2 day: 26 }
+ license_type: NOTICE
+}