summaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-12-29 11:44:47 +0000
committerdakkar <dakkar@thenautilus.net>2019-12-29 11:46:22 +0000
commit852f60e7303687253d8a31224a82baa2a0eb23b4 (patch)
tree1dc1832c2a0be49220aa3d6a5c195baff016d60c /META6.json
parentkill p5 program (diff)
downloadMaildirIndexer-852f60e7303687253d8a31224a82baa2a0eb23b4.tar.gz
MaildirIndexer-852f60e7303687253d8a31224a82baa2a0eb23b4.tar.bz2
MaildirIndexer-852f60e7303687253d8a31224a82baa2a0eb23b4.zip
more standard layout & meta
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json29
1 files changed, 27 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 030d536..a2101f6 100644
--- a/META6.json
+++ b/META6.json
@@ -5,11 +5,36 @@
"version": "2.000000",
"authors": [ "dakkar" ],
"description": "index maildirs, suggest folders",
- "depends": [],
+ "provides": {
+ "MaildirIndexer::Parser": "lib/MaildirIndexer/Parser.pm6",
+ "MaildirIndexer::Server": "lib/MaildirIndexer/Server.pm6",
+ "MaildirIndexer::Store": "lib/MaildirIndexer/Store.pm6",
+ "MaildirIndexer::Email": "lib/MaildirIndexer/Email.pm6",
+ "MaildirIndexer::Index::ByRef": "lib/MaildirIndexer/Index/ByRef.pm6",
+ "MaildirIndexer::Index::ByAddresses": "lib/MaildirIndexer/Index/ByAddresses.pm6",
+ "MaildirIndexer::ScanDir": "lib/MaildirIndexer/ScanDir.pm6",
+ "MaildirIndexer::LogTimelineSchema": "lib/MaildirIndexer/LogTimelineSchema.pm6",
+ "MaildirIndexer::Index": "lib/MaildirIndexer/Index.pm6"
+ },
+ "depends": {
+ "runtime": {
+ "requires": [
+ "Log::Timeline"
+ ]
+ },
+ "test": {
+ "requires": [
+ "Test"
+ ],
+ "recommends": [
+ "App::Prove6"
+ ]
+ }
+ },
"support": {
"email": "dakkar@thenautilus.net",
"source": "https://www.thenautilus.net/cgit/MaildirIndexer"
},
- "license": "AGPL-3.0",
+ "license": "AGPL-3.0-only",
"tags": [ "email" ]
}