diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-23 10:26:08 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-23 10:26:08 +0100 |
| commit | a01cdda48d2aeca5952320722c912b7984affddb (patch) | |
| tree | 7ea85445eaf7ef5f60af0f09b86b87aa26209e4a | |
| parent | a0ffd4b6b36baf75db9497bc3355c0bed78f47cf (diff) | |
| parent | 1273f4c03d809d9209738351a4e131ef86a4ace2 (diff) | |
| download | packages-a01cdda48d2aeca5952320722c912b7984affddb.tar.gz packages-a01cdda48d2aeca5952320722c912b7984affddb.zip | |
Merge pull request #171 from fallingduck/master
Add linenoise package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a8777a8..869ac68 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
