Merge pull request #171 from fallingduck/master

Add linenoise package
This commit is contained in:
Dominik Picheta 2015-05-23 10:26:08 +01:00
commit a01cdda48d

View File

@ -1541,5 +1541,14 @@
"description": "2D Delaunay triangulations",
"license": "MIT",
"web": "https://github.com/Nycto/DelaunayNim"
},
{
"name": "linenoise",
"url": "https://github.com/fallingduck/linenoise-nim",
"method": "git",
"tags": ["linenoise", "library", "wrapper", "commandline"],
"description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.",
"license": "BSD",
"web": "https://github.com/fallingduck/linenoise-nim"
}
]