Add linenoise package

This commit is contained in:
Jack 2015-05-22 17:57:20 -07:00
parent a0ffd4b6b3
commit 1273f4c03d

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"
}
]