diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2015-08-21 00:04:39 +0200 |
|---|---|---|
| committer | Andreas Rumpf <rumpf_a@web.de> | 2015-08-21 00:04:39 +0200 |
| commit | 06ca760f3476216ebf27d53838493e4eb82c9ef4 (patch) | |
| tree | 6b5201882dcbed5c17fd30659b9edd891adf26b3 | |
| parent | 1d0b1e2da9c985cc878629f7132484d684e5e64c (diff) | |
| parent | 5e611efaaaf7880248bc61a0877ce741ff15b021 (diff) | |
| download | packages-06ca760f3476216ebf27d53838493e4eb82c9ef4.tar.gz packages-06ca760f3476216ebf27d53838493e4eb82c9ef4.zip | |
Merge pull request #230 from Araq/master
Add 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 |
