2013-02-23 08:02:31 +00:00
|
|
|
{
|
2017-05-16 20:02:26 +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",
|
2014-08-06 14:15:02 +00:00
|
|
|
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
|
2017-05-16 20:02:26 +00:00
|
|
|
"homepage": "https://github.com/dlang-community/D-YAML",
|
2018-04-27 03:17:09 +00:00
|
|
|
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
|
|
|
|
"subPackages": [
|
|
|
|
"examples/constructor",
|
|
|
|
"examples/getting_started",
|
|
|
|
"examples/representer",
|
|
|
|
"examples/resolver",
|
|
|
|
"examples/yaml_bench",
|
|
|
|
"examples/yaml_gen",
|
|
|
|
"examples/yaml_stats"
|
|
|
|
]
|
2013-02-23 08:02:31 +00:00
|
|
|
}
|