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