diff options
| author | treeform <starplant@gmail.com> | 2018-11-23 14:35:10 -0800 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-23 22:35:10 +0000 |
| commit | 952d060762c935b93cea9c4193a6c09dd42e48bc (patch) | |
| tree | d47e45f0b8ec89d216932d6d3be23af3fb692048 | |
| parent | a4b1fabaa6d805cbcf17faa029f6ff4415ec5fb7 (diff) | |
| download | packages-952d060762c935b93cea9c4193a6c09dd42e48bc.tar.gz packages-952d060762c935b93cea9c4193a6c09dd42e48bc.zip | |
Adding pg and ws libraries (#938)
| -rw-r--r-- | packages.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 459cec7..7505ee4 100644 --- a/packages.json +++ b/packages.json @@ -11564,5 +11564,28 @@ "description": "A pattern matching library", "license": "MIT", "web": "https://github.com/alehander42/gara" + }, + { + "name": "ws", + "url": "https://github.com/treeform/ws", + "method": "git", + "tags": [ + "websocket" + ], + "description": "Simple WebSocket library for nim.", + "license": "MIT", + "web": "https://github.com/treeform/ws" + }, + { + "name": "pg", + "url": "https://github.com/treeform/pg", + "method": "git", + "tags": [ + "postgresql", + "db" + ], + "description": "Very simple PostgreSQL async api for nim.", + "license": "MIT", + "web": "https://github.com/treeform/pg" } ] |
