Update readme (#55)
* Update README.rst and dub.json * Remove dead documentation links in the readme file
This commit is contained in:
parent
8e1e9893d1
commit
6d518c27ee
2 changed files with 12 additions and 16 deletions
4
dub.json
4
dub.json
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue