diff options
| author | Araq <rumpf_a@web.de> | 2015-08-21 00:05:24 +0200 |
|---|---|---|
| committer | Araq <rumpf_a@web.de> | 2015-08-21 00:05:24 +0200 |
| commit | d3e3a97f160911c87618bed7e6f853889a8f798f (patch) | |
| tree | 8f18d934e09288fd193c11a8f97bc623aca6f546 | |
| parent | 5e611efaaaf7880248bc61a0877ce741ff15b021 (diff) | |
| download | packages-d3e3a97f160911c87618bed7e6f853889a8f798f.tar.gz packages-d3e3a97f160911c87618bed7e6f853889a8f798f.zip | |
Added package libcurl
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
