diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-06 19:33:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-06 19:33:07 +0000 |
| commit | 4b66f72f1fe4d6c37bc4932a7111d51543aed12f (patch) | |
| tree | ca098f2635a7857531ba188d534de2c5db44f528 | |
| parent | f256e381a6767e5d52494a116319ca0d8ca47f47 (diff) | |
| download | packages-4b66f72f1fe4d6c37bc4932a7111d51543aed12f.tar.gz packages-4b66f72f1fe4d6c37bc4932a7111d51543aed12f.zip | |
Add i3ipc
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a3754fa..4315adf 100644 --- a/packages.json +++ b/packages.json @@ -8481,5 +8481,18 @@ "description": "Bencode serialization/deserialization library", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-bencode" + }, + { + "name": "i3ipc", + "url": "https://github.com/FedericoCeratto/nim-i3ipc", + "method": "git", + "tags": [ + "library", + "i3" + ], + "description": "i3 IPC client library", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-i3ipc" } + ] |
