diff --git a/v1/ba/se/base64 b/v1/ba/se/base64 index 0cb91f5..a3cd9a4 100644 --- a/v1/ba/se/base64 +++ b/v1/ba/se/base64 @@ -1,10 +1,19 @@ { "category": "encoding", "contact": "dylan-lang@googlegroups.com", - "description": "Base64 encoding", + "description": "Base-64 encoding/decoding", "keywords": ["base64", "binary"], "name": "base64", "releases": [{ + "dependencies": [], + "deps": [], + "dev-dependencies": ["sphinx-extensions", "testworks"], + "license": "Unlicensed", + "license-url": "http://unlicense.org/", + "url": "https://github.com/dylan-lang/base64", + "version": "0.2.0" + }, + { "dependencies": [], "deps": [], "dev-dependencies": ["testworks"], diff --git a/v1/dy/la/dylan-programming-book b/v1/dy/la/dylan-programming-book new file mode 100644 index 0000000..600dce0 --- /dev/null +++ b/v1/dy/la/dylan-programming-book @@ -0,0 +1,15 @@ +{ + "category": "documentation", + "contact": "dylan-lang@googlegroups.com", + "description": "The Dylan Programming guide (DPG)", + "keywords": ["documentation"], + "name": "dylan-programming-book", + "releases": [{ + "dependencies": [], + "deps": [], + "dev-dependencies": [], + "license": "Unknown", + "url": "https://github.com/dylan-lang/dylan-programming-book", + "version": "0.1.0" + }] +} \ No newline at end of file diff --git a/v1/dy/la/dylan-reference-manual b/v1/dy/la/dylan-reference-manual new file mode 100644 index 0000000..41ed717 --- /dev/null +++ b/v1/dy/la/dylan-reference-manual @@ -0,0 +1,15 @@ +{ + "category": "documentation", + "contact": "dylan-lang@googlegroups.com", + "description": "The Dylan Reference Manual (DRM)", + "keywords": ["documentation"], + "name": "dylan-reference-manual", + "releases": [{ + "dependencies": [], + "deps": [], + "dev-dependencies": [], + "license": "Unknown", + "url": "https://github.com/dylan-lang/dylan-reference-manual", + "version": "0.1.0" + }] +} \ No newline at end of file