From 1bd1dff6d449ab221e191679fd8ec516b7cc1d4e Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 8 Apr 2019 19:30:35 +0200 Subject: Initial commit --- META6.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 META6.json (limited to 'META6.json') 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 " + ], + "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 -- cgit v1.1