diff options
| author | Luke Diamand <luke@diamand.org> | 2016-12-27 20:47:31 +0000 |
|---|---|---|
| committer | Luke Diamand <luke@diamand.org> | 2016-12-27 20:47:31 +0000 |
| commit | 6666be5802f3bc919a4c0cb4e0709cad62a56527 (patch) | |
| tree | d308c07fe313ae105a3507f2c278462934f52870 | |
| parent | 4da0f89a07ac82b14b8bb771a91a5e0e2b6ec928 (diff) | |
| download | packages-6666be5802f3bc919a4c0cb4e0709cad62a56527.tar.gz packages-6666be5802f3bc919a4c0cb4e0709cad62a56527.zip | |
Add linuxfb, a wrapper for the Linux framebuffer API
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5d0bbeb..1fb61a0 100644 --- a/packages.json +++ b/packages.json @@ -5580,5 +5580,18 @@ "description": "Efficient object storage system", "license": "MIT", "web": "https://github.com/nimscale/stor" + }, + { + "name": "linuxfb", + "url": "https://github.com/luked99/linuxfb.nim", + "method": "git", + "tags": [ + "wrapper", + "graphics", + "linux" + ], + "description": "Wrapper around the Linux framebuffer driver ioctl API", + "license": "MIT", + "web": "https://github.com/luked99/linuxfb.nim" } ] |
