Update readme (#55)

* Update README.rst and dub.json
* Remove dead documentation links in the readme file
This commit is contained in:
Petar Kirov 2017-05-16 23:02:26 +03:00 committed by GitHub
parent 8e1e9893d1
commit 6d518c27ee
2 changed files with 12 additions and 16 deletions

View file

@ -1,12 +1,12 @@
{
"name": "dyaml-dlang-tour",
"name": "dyaml",
"description": "YAML parser and emitter",
"authors": [ "Ferdinand Majerech" ],
"libs": [],
"importPaths": ["source"],
"license": "Boost 1.0",
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
"homepage": "https://github.com/kiith-sa/D-YAML",
"homepage": "https://github.com/dlang-community/D-YAML",
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
"buildTypes":