aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/examples/yaml_stats/dub.json
blob: c86f091997e2cfda8e09e857077320c658ef268a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "yaml_stats",
    "targetType": "executable",
    "sourceFiles": ["yaml_stats.d"],
    "mainSourceFile": "yaml_stats.d",
    "dependencies":
    {
        "dyaml": { "version" : "*" }
    }
}