From 9eccd4724a747967771f59fce730dbb100cae5ae Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 20 Apr 2020 17:54:01 +0200 Subject: Initial commit --- META6.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 META6.json (limited to 'META6.json') diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..06bb4eb --- /dev/null +++ b/META6.json @@ -0,0 +1,20 @@ +{ + "api": "0", + "auth": "", + "authors": [ + "Patrick Spek " + ], + "depends": [ + "Log", + "JSON::Fast" + ], + "description": "A Log implementation with JSON formatted output", + "license": "LGPL-3.0-only", + "name": "Log::JSON", + "perl": "6.d", + "provides": { + "Log::JSON": "lib/Log/JSON.rakumod" + }, + "source-url": "", + "version": "0.0.0" +} -- cgit v1.1