diff options
| author | Araq <rumpf_a@web.de> | 2015-08-20 23:57:45 +0200 |
|---|---|---|
| committer | Araq <rumpf_a@web.de> | 2015-08-20 23:57:45 +0200 |
| commit | 5e611efaaaf7880248bc61a0877ce741ff15b021 (patch) | |
| tree | 6b5201882dcbed5c17fd30659b9edd891adf26b3 | |
| parent | 042e70844298c9820a63481975b4ddb4504c3f49 (diff) | |
| download | packages-5e611efaaaf7880248bc61a0877ce741ff15b021.tar.gz packages-5e611efaaaf7880248bc61a0877ce741ff15b021.zip | |
Added package libffi
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3e91c59..cf08670 100644 --- a/packages.json +++ b/packages.json @@ -3026,5 +3026,20 @@ "description": "Graphics module for Nim.", "license": "MIT", "web": "https://github.com/nim-lang/graphics" + }, + { + "name": "libffi", + "url": "https://github.com/Araq/libffi", + "method": "git", + "tags": [ + "ffi", + "library", + "C", + "calling", + "convention" + ], + "description": "libffi wrapper for Nim.", + "license": "MIT", + "web": "https://github.com/Araq/libffi" } ]
\ No newline at end of file |
