From d3e3a97f160911c87618bed7e6f853889a8f798f Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 21 Aug 2015 00:05:24 +0200 Subject: [PATCH] Added package libcurl --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cf08670..8e264fb 100644 --- a/packages.json +++ b/packages.json @@ -3041,5 +3041,19 @@ "description": "libffi wrapper for Nim.", "license": "MIT", "web": "https://github.com/Araq/libffi" + }, + { + "name": "libcurl", + "url": "https://github.com/Araq/libcurl", + "method": "git", + "tags": [ + "curl", + "web", + "http", + "download" + ], + "description": "Nim wrapper for libcurl.", + "license": "MIT", + "web": "https://github.com/Araq/libcurl" } ] \ No newline at end of file