summaryrefslogtreecommitdiff
path: root/docs/metadata/metadata.json
blob: 57c0c22b02e58f8ea70f3b91e3e3cc2364ba7308 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
    "name": "DocKnot",
    "version": "3.05",
    "synopsis": "package documentation generator",
    "maintainer": "Russ Allbery <rra@cpan.org>",
    "copyrights": [
        {
            "holder": "Russ Allbery <rra@cpan.org>",
            "years": "2013-2020",
        },
    ],
    "license": "Expat",
    "build": {
        "lancaster": true,
        "type": "Module::Build",
    },
    "support": {
        "cpan": "App-DocKnot",
        "email": "rra@cpan.org",
        "web": "https://www.eyrie.org/~eagle/software/docknot/",
    },
    "vcs": {
        "type": "Git",
        "url": "https://git.eyrie.org/git/devel/docknot.git",
        "browse": "https://git.eyrie.org/?p=devel/docknot.git",
        "github": "rra/docknot",
        "status": {
            "workflow": "build",
        },
    },
    "distribution": {
        "section": "devel",
        "tarname": "App-DocKnot",
        "version": "docknot",
        "cpan": "App-DocKnot",
    },
    "debian": {
        "personal": true,
    },
    "docs": {
        "user": [
            {
                "name": "docknot",
                "title": "docknot manual page",
            },
        ],
        "api": [
            {
                "name": "api/app-docknot",
                "title": "App::DocKnot",
            },
            {
                "name": "api/app-docknot-command",
                "title": "App::DocKnot::Command",
            },
            {
                "name": "api/app-docknot-config",
                "title": "App::DocKnot::Config",
            },
            {
                "name": "api/app-docknot-dist",
                "title": "App::DocKnot::Dist",
            },
            {
                "name": "api/app-docknot-generate",
                "title": "App::DocKnot::Generate",
            },
        ],
    },
}