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",
|
2018-08-26 20:23:45 +00:00
|
|
|
"authors": [
|
|
|
|
"Ferdinand Majerech",
|
|
|
|
"Cameron \"Herringway\" Ross"
|
|
|
|
],
|
|
|
|
"license": "BSL-1.0",
|
|
|
|
"dependencies": {
|
|
|
|
"tinyendian" : "~>0.2.0"
|
|
|
|
},
|
2017-05-16 20:02:26 +00:00
|
|
|
"homepage": "https://github.com/dlang-community/D-YAML",
|
2018-08-26 20:23:45 +00:00
|
|
|
"copyright": "Copyright © 2011-2018, Ferdinand Majerech",
|
2018-04-27 03:17:09 +00:00
|
|
|
"subPackages": [
|
|
|
|
"examples/constructor",
|
|
|
|
"examples/getting_started",
|
|
|
|
"examples/representer",
|
|
|
|
"examples/resolver",
|
2018-06-21 03:34:07 +00:00
|
|
|
"examples/tojson",
|
2018-04-27 03:17:09 +00:00
|
|
|
"examples/yaml_bench",
|
|
|
|
"examples/yaml_gen",
|
|
|
|
"examples/yaml_stats"
|
|
|
|
]
|
2013-02-23 08:02:31 +00:00
|
|
|
}
|