From 4b66f72f1fe4d6c37bc4932a7111d51543aed12f Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 6 Mar 2018 19:33:07 +0000 Subject: [PATCH] Add i3ipc --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } + ]