summaryrefslogtreecommitdiff
path: root/META6.json
blob: eaf2dc11ab56c63bf0f2f3ef25d7922fd6c9f71c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "meta-version": "1",
    "perl": "6.d",
    "name": "MaildirIndexer",
    "version": "2.000000",
    "authors": [ "dakkar" ],
    "description": "index maildirs, suggest folders",
    "provides": {
        "MaildirIndexer::Parser": "lib/MaildirIndexer/Parser.rakumod",
        "MaildirIndexer::Server": "lib/MaildirIndexer/Server.rakumod",
        "MaildirIndexer::Store": "lib/MaildirIndexer/Store.rakumod",
        "MaildirIndexer::Email": "lib/MaildirIndexer/Email.rakumod",
        "MaildirIndexer::Index::ByRef": "lib/MaildirIndexer/Index/ByRef.rakumod",
        "MaildirIndexer::Index::ByAddresses": "lib/MaildirIndexer/Index/ByAddresses.rakumod",
        "MaildirIndexer::ScanDir": "lib/MaildirIndexer/ScanDir.rakumod",
        "MaildirIndexer::LogTimelineSchema": "lib/MaildirIndexer/LogTimelineSchema.rakumod",
        "MaildirIndexer::Index": "lib/MaildirIndexer/Index.rakumod"
    },
    "depends": {
        "runtime": {
            "requires": [
                "Log::Timeline"
            ]
        },
        "test": {
            "requires": [
                "Test",
                "Test::META"
            ],
            "recommends": [
                "App::Prove6"
            ]
        }
    },
    "support": {
        "email": "dakkar@thenautilus.net",
        "source": "https://www.thenautilus.net/cgit/MaildirIndexer"
    },
    "license": "AGPL-3.0-only",
    "tags": [ "email" ]
}