Merge pull request #297 from FedericoCeratto/master

Rename Nimrod to Nim in package descriptions
This commit is contained in:
Dominik Picheta 2015-12-25 23:49:53 +00:00
commit 0a29dfd8ab

View File

@ -39,7 +39,7 @@
"framework", "framework",
"dsl" "dsl"
], ],
"description": "A sinatra-like web framework for Nimrod.", "description": "A sinatra-like web framework for Nim.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/dom96/jester" "web": "https://github.com/dom96/jester"
}, },
@ -52,7 +52,7 @@
"html", "html",
"template" "template"
], ],
"description": "A simple string templating library for Nimrod.", "description": "A simple string templating library for Nim.",
"license": "BSD", "license": "BSD",
"web": "https://github.com/onionhammer/nim-templates" "web": "https://github.com/onionhammer/nim-templates"
}, },
@ -64,7 +64,7 @@
"hash", "hash",
"murmur" "murmur"
], ],
"description": "MurmurHash in pure Nimrod.", "description": "MurmurHash in pure Nim.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/olahol/nimrod-murmur" "web": "https://github.com/olahol/nimrod-murmur"
}, },
@ -81,7 +81,7 @@
"opengl", "opengl",
"glsl" "glsl"
], ],
"description": "Wrapper of the libtcod library for the Nimrod language.", "description": "Wrapper of the libtcod library for the Nim language.",
"license": "zlib", "license": "zlib",
"web": "https://github.com/Vladar4/libtcod-nim" "web": "https://github.com/Vladar4/libtcod-nim"
}, },
@ -94,7 +94,7 @@
"engine", "engine",
"sdl" "sdl"
], ],
"description": "Simple 2D game engine for Nimrod language.", "description": "Simple 2D game engine for Nim language.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Vladar4/nimgame" "web": "https://github.com/Vladar4/nimgame"
}, },
@ -136,7 +136,7 @@
"localisation", "localisation",
"globalization" "globalization"
], ],
"description": "A simple library for localizing Nimrod applications.", "description": "A simple library for localizing Nim applications.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Amrykid/nim-locale" "web": "https://github.com/Amrykid/nim-locale"
}, },
@ -164,7 +164,7 @@
"automation", "automation",
"sortof" "sortof"
], ],
"description": "make-like for Nimrod. Describe your builds as tasks!", "description": "make-like for Nim. Describe your builds as tasks!",
"license": "MIT", "license": "MIT",
"web": "https://github.com/fowlmouth/nake" "web": "https://github.com/fowlmouth/nake"
}, },
@ -179,7 +179,7 @@
"windowing", "windowing",
"game" "game"
], ],
"description": "Nimrod bindings for GLFW library.", "description": "Nim bindings for GLFW library.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/rafaelvasco/nimrod-glfw" "web": "https://github.com/rafaelvasco/nimrod-glfw"
}, },
@ -303,7 +303,7 @@
"gtk", "gtk",
"nimrod" "nimrod"
], ],
"description": "A Nimrod IDE.", "description": "A Nim IDE.",
"license": "GPLv2", "license": "GPLv2",
"web": "https://github.com/nim-lang/Aporia" "web": "https://github.com/nim-lang/Aporia"
}, },
@ -319,7 +319,7 @@
"C", "C",
"nimrod" "nimrod"
], ],
"description": "c2nim is a tool to translate Ansi C code to Nimrod.", "description": "c2nim is a tool to translate Ansi C code to Nim.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/nim-lang/c2nim" "web": "https://github.com/nim-lang/c2nim"
}, },
@ -334,7 +334,7 @@
"Pascal", "Pascal",
"nimrod" "nimrod"
], ],
"description": "pas2nim is a tool to translate Pascal code to Nimrod.", "description": "pas2nim is a tool to translate Pascal code to Nim.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/nim-lang/pas2nim" "web": "https://github.com/nim-lang/pas2nim"
}, },
@ -711,7 +711,7 @@
"MurmurHash", "MurmurHash",
"MurmurHash3" "MurmurHash3"
], ],
"description": "Efficient Bloom filter implementation in Nimrod using MurmurHash3.", "description": "Efficient Bloom filter implementation in Nim using MurmurHash3.",
"license": "MIT", "license": "MIT",
"web": "https://www.github.com/boydgreenfield/nimrod-bloom/" "web": "https://www.github.com/boydgreenfield/nimrod-bloom/"
}, },
@ -753,7 +753,7 @@
"libpng", "libpng",
"image" "image"
], ],
"description": "Nimrod wrapper for the libpng library", "description": "Nim wrapper for the libpng library",
"license": "libpng", "license": "libpng",
"web": "https://github.com/barcharcraz/nimlibpng" "web": "https://github.com/barcharcraz/nimlibpng"
}, },
@ -958,7 +958,7 @@
"hash", "hash",
"hashing" "hashing"
], ],
"description": "A simple MurmurHash3 wrapper for Nimrod", "description": "A simple MurmurHash3 wrapper for Nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/boydgreenfield/nimrod-murmur/" "web": "https://github.com/boydgreenfield/nimrod-murmur/"
}, },
@ -970,7 +970,7 @@
"hex", "hex",
"encoding" "encoding"
], ],
"description": "A simple hex package for Nimrod", "description": "A simple hex package for Nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/esbullington/nimrod-hex" "web": "https://github.com/esbullington/nimrod-hex"
}, },
@ -996,7 +996,7 @@
"dsl", "dsl",
"html" "html"
], ],
"description": "Compiles jade templates to Nimrod procedures.", "description": "Compiles jade templates to Nim procedures.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/idlewan/jade-nim" "web": "https://github.com/idlewan/jade-nim"
}, },
@ -1010,7 +1010,7 @@
"automation", "automation",
"documentation" "documentation"
], ],
"description": "Generates a GitHub documentation website for Nimrod projects.", "description": "Generates a GitHub documentation website for Nim projects.",
"license": "MIT", "license": "MIT",
"web": "http://gradha.github.io/gh_nimrod_doc_pages/" "web": "http://gradha.github.io/gh_nimrod_doc_pages/"
}, },