diff options
| author | ehmry <ehmry@posteo.net> | 2019-06-04 17:28:11 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-06-04 17:28:10 +0200 |
| commit | a80fc6543f9daaedc0e24fbaa679c9057b5cbf16 (patch) | |
| tree | 6c5ac7981f1aa584abc101934fa55f3e418b74f6 /packages.json | |
| parent | 42783c2ef5ad714add594c80b62c5da4b62966f8 (diff) | |
| download | packages-a80fc6543f9daaedc0e24fbaa679c9057b5cbf16.tar.gz packages-a80fc6543f9daaedc0e24fbaa679c9057b5cbf16.zip | |
Added package toxcore (#1090)
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f42d68d..2e68a18 100644 --- a/packages.json +++ b/packages.json @@ -13423,5 +13423,18 @@ "description": "libgcrypt wrapper", "license": "LGPLv2.1", "web": "https://github.com/FedericoCeratto/nim-libgcrypt" + }, + { + "name": "toxcore", + "url": "https://github.com/ehmry/nim_tox", + "method": "git", + "tags": [ + "tox", + "chat", + "wrapper" + ], + "description": "C Tox core wrapper", + "license": "GPL-3.0", + "web": "https://github.com/ehmry/nim_tox" } ] |
