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