From 527ff74cd27a4b392b60f9b6852723cf18b2a8ae Mon Sep 17 00:00:00 2001 From: Vladar4 Date: Thu, 1 Jan 2015 21:46:14 +0200 Subject: [PATCH 1/8] Updated libtcod-nim license information --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d57aa17..7e2b299 100644 --- a/packages.json +++ b/packages.json @@ -55,7 +55,7 @@ "method": "git", "tags": ["roguelike", "game", "library", "engine", "sdl", "opengl", "glsl"], "description": "Wrapper of the libtcod library for the Nimrod language.", - "license": "MIT", + "license": "zlib", "web": "https://github.com/Vladar4/libtcod-nim" }, From d8ab691b612485a6b3575775f8f29ad96059296f Mon Sep 17 00:00:00 2001 From: Adam Chesak Date: Thu, 1 Jan 2015 14:02:05 -0600 Subject: [PATCH 2/8] Changed Nimrod to Nim --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b3ee41..d9172eb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Nimrod packages +# Nim packages This is a central listing of all packages for [Nimble](https://github.com/nimrod-code/nimble), a package manager for the -[Nimrod programming language](http://nimrod-lang.org). +[Nim programming language](http://nim-lang.org). ## Adding your own package To add your own package, fork this repository, edit From 1b9cde54f0a3919f256bb829f3b9d93cedfe3700 Mon Sep 17 00:00:00 2001 From: Adam Chesak Date: Thu, 1 Jan 2015 14:02:30 -0600 Subject: [PATCH 3/8] Fixed URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9172eb..bf80feb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nim packages This is a central listing of all packages for -[Nimble](https://github.com/nimrod-code/nimble), a package manager for the +[Nimble](https://github.com/nim-code/nimble), a package manager for the [Nim programming language](http://nim-lang.org). ## Adding your own package From fc35dac0f14d9ab52bcdcb8901553421c121193e Mon Sep 17 00:00:00 2001 From: ClementJnc Date: Fri, 2 Jan 2015 11:14:25 +0100 Subject: [PATCH 4/8] Corrected gitub->github --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 7e2b299..a62be66 100644 --- a/packages.json +++ b/packages.json @@ -843,7 +843,7 @@ }, { "name": "imghdr", - "url": "git://gitub.com/achesak/nimrod-imghdr", + "url": "git://github.com/achesak/nimrod-imghdr", "method": "git", "tags": ["image", "formats", "files"], "description": "Library for detecting the format of an image", @@ -992,7 +992,7 @@ "tags": ["library", "functional", "monad", "functor"], "description": "basic monadic data types for Nim", "license": "BSD3", - "web": "https://gitub.com/superfunc/monad" + "web": "https://github.com/superfunc/monad" }, { "name": "eternity", From bdb2b6dca9e509a0303f6798391cddea638e6e30 Mon Sep 17 00:00:00 2001 From: achesak Date: Fri, 2 Jan 2015 12:18:24 -0600 Subject: [PATCH 5/8] Updated URLs and descriptions. --- packages.json | 74 +++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/packages.json b/packages.json index a62be66..79cd18f 100644 --- a/packages.json +++ b/packages.json @@ -269,42 +269,42 @@ }, { "name": "pastebin", - "url": "git://github.com/achesak/nimrod-pastebin", + "url": "git://github.com/achesak/nim-pastebin", "method": "git", "tags": ["library", "wrapper", "pastebin"], "description": "Pastebin API wrapper", "license": "MIT", - "web": "https://github.com/achesak/nimrod-pastebin" + "web": "https://github.com/achesak/nim-pastebin" }, { - "name": "yahoo-weather", - "url": "git://github.com/achesak/nimrod-yahoo-weather", + "name": "yahooweather", + "url": "git://github.com/achesak/nim-yahooweather", "method": "git", "tags": ["library", "wrapper", "weather"], "description": "Yahoo! Weather API wrapper", "license": "MIT", - "web": "https://github.com/achesak/nimrod-yahoo-weather" + "web": "https://github.com/achesak/nim-yahooweather" }, { "name": "noaa", - "url": "git://github.com/achesak/nimrod-noaa", + "url": "git://github.com/achesak/nim-noaa", "method": "git", "tags": ["library", "wrapper", "weather"], "description": "NOAA weather API wrapper", "license": "MIT", - "web": "https://github.com/achesak/nimrod-noaa" + "web": "https://github.com/achesak/nim-noaa" }, { "name": "rss", - "url": "git://github.com/achesak/nimrod-rss", + "url": "git://github.com/achesak/nim-rss", "method": "git", "tags": ["library", "rss", "xml", "syndication"], "description": "RSS library", "license": "MIT", - "web": "https://github.com/achesak/nimrod-rss" + "web": "https://github.com/achesak/nim-rss" }, { @@ -312,7 +312,7 @@ "url": "git://github.com/achesak/extmath.nim", "method": "git", "tags": ["library", "math", "trigonometry"], - "description": "Nimrod math library", + "description": "Nim math library", "license": "MIT", "web": "https://github.com/achesak/extmath.nim" }, @@ -428,42 +428,42 @@ { "name": "csv", - "url": "git://github.com/achesak/nimrod-csv", + "url": "git://github.com/achesak/nim-csv", "method": "git", "tags": ["csv", "parsing", "stringify", "library"], "description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files", "license": "MIT", - "web": "https://github.com/achesak/nimrod-csv" + "web": "https://github.com/achesak/nim-csv" }, { "name": "geonames", - "url": "git://github.com/achesak/nimrod-geonames", + "url": "git://github.com/achesak/nim-geonames", "method": "git", "tags": ["library", "wrapper", "geography"], "description": "GeoNames API wrapper", "license": "MIT", - "web": "https://github.com/achesak/nimrod-geonames" + "web": "https://github.com/achesak/nim-geonames" }, { "name": "gravatar", - "url": "git://github.com/achesak/nimrod-gravatar", + "url": "git://github.com/achesak/nim-gravatar", "method": "git", "tags": ["library", "wrapper", "gravatar"], "description": "Gravatar API wrapper", "license": "MIT", - "web": "https://github.com/achesak/nimrod-gravatar" + "web": "https://github.com/achesak/nim-gravatar" }, { "name": "coverartarchive", - "url": "git://github.com/achesak/nimrod-cover-art-archive", + "url": "git://github.com/achesak/nim-coverartarchive", "method": "git", "tags": ["library", "wrapper", "cover art", "music", "metadata"], "description": "Cover Art Archive API wrapper", "license": "MIT", - "web": "http://github.com/achesak/nimrod-cover-art-archive" + "web": "http://github.com/achesak/nim-coverartarchive" }, { @@ -843,21 +843,21 @@ }, { "name": "imghdr", - "url": "git://github.com/achesak/nimrod-imghdr", + "url": "git://github.com/achesak/nim-imghdr", "method": "git", "tags": ["image", "formats", "files"], "description": "Library for detecting the format of an image", "license": "MIT", - "web": "https://github.com/achesak/nimrod-imghdr" + "web": "https://github.com/achesak/nim-imghdr" }, { "name": "csv2json", - "url": "git://github.com/achesak/nimrod-csv2json", + "url": "git://github.com/achesak/nim-csv2json", "method": "git", "tags": ["csv", "json"], "description": "Convert CSV files to JSON", "license": "MIT", - "web": "https://github.com/achesak/nimrod-csv2json" + "web": "https://github.com/achesak/nim-csv2json" }, { "name": "vecmath", @@ -888,30 +888,30 @@ }, { "name": "colorsys", - "url": "git://github.com/achesak/nimrod-colorsys", + "url": "git://github.com/achesak/nim-colorsys", "method": "git", "tags": ["library", "colors", "rgb", "yiq", "hls", "hsv"], "description": "Convert between RGB, YIQ, HLS, and HSV color systems.", "license": "MIT", - "web": "https://github.com/achesak/nimrod-colorsys" + "web": "https://github.com/achesak/nim-colorsys" }, { "name": "pythonfile", - "url": "git://github.com/achesak/nimrod-pythonfile", + "url": "git://github.com/achesak/nim-pythonfile", "method": "git", "tags": ["library", "python", "files", "file"], "description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python", "license": "MIT", - "web": "https://github.com/achesak/nimrod-pythonfile" + "web": "https://github.com/achesak/nim-pythonfile" }, { "name": "sndhdr", - "url": "git://github.com/achesak/nimrod-sndhdr", + "url": "git://github.com/achesak/nim-sndhdr", "method": "git", "tags": ["library", "formats", "files", "sound", "audio"], "description": "Library for detecting the format of a sound file", "license": "MIT", - "web": "https://github.com/achesak/nimrod-sndhdr" + "web": "https://github.com/achesak/nim-sndhdr" }, { "name": "irc", @@ -951,30 +951,30 @@ }, { "name": "robotparser", - "url": "git://github.com/achesak/nimrod-robotparser", + "url": "git://github.com/achesak/nim-robotparser", "method": "git", "tags": ["library", "useragent", "robots", "robot.txt"], "description": "Determine if a useragent can access a URL using robots.txt", "license": "MIT", - "web": "https://github.com/achesak/nimrod-robotparser" + "web": "https://github.com/achesak/nim-robotparser" }, { "name": "epub", - "url": "git://github.com/achesak/nimrod-epub", + "url": "git://github.com/achesak/nim-epub", "method": "git", "tags": ["library", "epub", "e-book"], "description": "Module for working with EPUB e-book files", "license": "MIT", - "web": "https://github.com/achesak/nimrod-epub" + "web": "https://github.com/achesak/nim-epub" }, { "name": "hashids", - "url": "git://github.com/achesak/nimrod-hashids", + "url": "git://github.com/achesak/nim-hashids", "method": "git", "tags": ["library", "hashids"], - "description": "Nimrod implementation of Hashids", + "description": "Nim implementation of Hashids", "license": "MIT", - "web": "https://github.com/achesak/nimrod-hashids" + "web": "https://github.com/achesak/nim-hashids" }, { "name": "openssl_evp", @@ -1023,12 +1023,12 @@ }, { "name": "ffbookmarks", - "url": "git://github.com/achesak/nimrod-ff-bookmarks", + "url": "git://github.com/achesak/nim-ffbookmarks", "method": "git", "tags": ["firefox", "bookmarks", "library"], "description": "Nim module for working with Firefox bookmarks", "license": "MIT", - "web": "https://github.com/achesak/nimrod-ff-bookmarks" + "web": "https://github.com/achesak/nim-ffbookmarks" }, { "name": "moustachu", From a2184a0f4db93528aac9c25d6bd1c2037d2674f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCbner?= Date: Fri, 2 Jan 2015 21:11:07 +0100 Subject: [PATCH 6/8] Fixed typo in link to Nimble. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf80feb..d8902d1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nim packages This is a central listing of all packages for -[Nimble](https://github.com/nim-code/nimble), a package manager for the +[Nimble](https://github.com/nim-lang/nimble), a package manager for the [Nim programming language](http://nim-lang.org). ## Adding your own package From d9489e4ef0689555a4c8476fcee29d5b1b5970e3 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 7 Jan 2015 01:46:42 +0200 Subject: [PATCH 7/8] Add "csfml" --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 79cd18f..bbbb095 100644 --- a/packages.json +++ b/packages.json @@ -1074,6 +1074,15 @@ "description": "X-Plane XPLM SDK wrapper", "license": "BSD", "web": "https://github.com/jpoirier/XPLM-Nim" + }, + { + "name": "csfml", + "url": "git://github.com/BlaXpirit/nim-csfml", + "method": "git", + "tags": ["sfml", "binding", "game", "media", "library", "opengl"], + "description": "Bindings for Simple and Fast Multimedia Library (through CSFML)", + "license": "zlib", + "web": "https://github.com/BlaXpirit/nim-csfml" } ] From 8b571acfc7dfa193f6f604a184a962ce10643741 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 10 Jan 2015 13:53:36 -0500 Subject: [PATCH 8/8] add optional_t --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index bbbb095..52758fa 100644 --- a/packages.json +++ b/packages.json @@ -1083,6 +1083,15 @@ "description": "Bindings for Simple and Fast Multimedia Library (through CSFML)", "license": "zlib", "web": "https://github.com/BlaXpirit/nim-csfml" + }, + { + "name": "optional_t", + "url": "git://github.com/flaviut/optional_t", + "method": "git", + "tags": ["option", "functional"], + "description": "Basic Option[T] library", + "license": "MIT", + "web": "https://github.com/flaviut/optional_t" } ]