diff options
| author | Electric-Blue <Electric-Blue@users.noreply.github.com> | 2016-02-14 23:05:29 +0300 |
|---|---|---|
| committer | Electric-Blue <Electric-Blue@users.noreply.github.com> | 2016-02-14 23:05:29 +0300 |
| commit | 4ff7d81f9c3ba4a9b18e183d995aa231f367bdcd (patch) | |
| tree | 87b84b667fe4d65b3297656f0cb8fdc5368c80d1 | |
| parent | 6bbf640df250b05de63de0c40c47f7d4e8a7443d (diff) | |
| download | packages-4ff7d81f9c3ba4a9b18e183d995aa231f367bdcd.tar.gz packages-4ff7d81f9c3ba4a9b18e183d995aa231f367bdcd.zip | |
Added NimBluez.
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index bd668b6..a033d72 100644 --- a/packages.json +++ b/packages.json @@ -4241,5 +4241,19 @@ "description": "Micro benchmarking tool to measure speed of code, with the goal of optimizing it.", "license": "Apache License, Version 2.0", "web": "https://github.com/ivankoster/nimbench" + }, + { + "name": "nimbluez", + "url": "git://github.com/Electric-Blue/NimBluez.git", + "method": "git", + "tags": [ + "bluetooth", + "library", + "wrapper", + "sockets" + ], + "description": "Nim modules for access to system Bluetooth resources.", + "license": "BSD", + "web": "https://github.com/Electric-Blue/NimBluez" } ] |
