From 5e611efaaaf7880248bc61a0877ce741ff15b021 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 20 Aug 2015 23:57:45 +0200 Subject: Added package libffi --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- cgit v1.2.3