diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-16 11:16:02 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-16 11:16:02 +0000 |
| commit | 610eac985321e214779fbdfb3f2d7f792b636f8d (patch) | |
| tree | 89f71555e17aab7767e47d06b4f54948d20c41bb /packages.json | |
| parent | 1d4d8f6cd670bd10208c8c4a1e8c721acc9a0464 (diff) | |
| parent | 492d3158de4e3d2ace16e7615b0818b8c42f9dca (diff) | |
| download | packages-610eac985321e214779fbdfb3f2d7f792b636f8d.tar.gz packages-610eac985321e214779fbdfb3f2d7f792b636f8d.zip | |
Merge pull request #268 from FedericoCeratto/patch-4
Add libnotify wrapper
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 49ea156..77212af 100644 --- a/packages.json +++ b/packages.json @@ -3472,5 +3472,18 @@ "description": "Bindings for golib - a library that (ab)uses gccgo to bring Go's channels and goroutines to the rest of the world", "license": "BSD", "web": "https://github.com/stefantalpalaru/golib-nim" + }, + { + "name": "libnotify", + "url": "https://github.com/FedericoCeratto/nim-libnotify.git", + "method": "git", + "tags": [ + "library", + "wrapper", + "desktop" + ], + "description": "Minimalistic libnotify wrapper for desktop notifications", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-libnotify" } ] |
