dyaml/dub.json

22 lines
650 B
JSON
Raw Normal View History

2013-02-23 08:02:31 +00:00
{
"name": "dyaml",
2014-08-01 18:10:03 +00:00
"description": "YAML parser and emitter",
"authors": [ "Ferdinand Majerech" ],
"libs": [],
"importPaths": ["source"],
"license": "Boost 1.0",
2018-06-10 09:24:52 +00:00
"dependencies": { "tinyendian" : { "version" : "~>0.2.0" } },
"homepage": "https://github.com/dlang-community/D-YAML",
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
"subPackages": [
"examples/constructor",
"examples/getting_started",
"examples/representer",
"examples/resolver",
"examples/tojson",
"examples/yaml_bench",
"examples/yaml_gen",
"examples/yaml_stats"
]
2013-02-23 08:02:31 +00:00
}