aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..f938a5a
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,27 @@
+{
+ "api": "0",
+ "authors": [
+ "Patrick Spek <p.spek@tyil.work>"
+ ],
+ "depends": [
+
+ ],
+ "description": "A Perl 6 library to handle URLs",
+ "license": "AGPL-3.0",
+ "meta-version": 0,
+ "name": "URL",
+ "perl": "6.d",
+ "provides": {
+ "URL": "lib/URL.pm6",
+ "URL::Grammar": "lib/URL/Grammar.pm6",
+ "URL::Grammar::Actions": "lib/URL/Grammar/Actions.pm6"
+ },
+ "resources": [
+
+ ],
+ "source-url": "https://git.tyil.nl/perl6/url",
+ "tags": [
+
+ ],
+ "version": "0.1.0"
+} \ No newline at end of file