aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-01-05 11:39:51 +0100
committernarimiran <narimiran@disroot.org>2019-01-05 11:39:51 +0100
commitf94be6f9720baf8f8459d0ae900686979d44732e (patch)
tree0da373dba47fa71e7ef35e373a10ef13c0381dda /packages.json
parentbae8f01b1f39eeab3709b21dfe228fbdf9be65b1 (diff)
downloadpackages-f94be6f9720baf8f8459d0ae900686979d44732e.tar.gz
packages-f94be6f9720baf8f8459d0ae900686979d44732e.zip
remove duplicates and alias "nim-*" packages, fixes #954
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json89
1 files changed, 18 insertions, 71 deletions
diff --git a/packages.json b/packages.json
index b4bfadf..3159b83 100644
--- a/packages.json
+++ b/packages.json
@@ -269,6 +269,10 @@
},
{
"name": "nim-locale",
+ "alias": "locale"
+ },
+ {
+ "name": "locale",
"url": "https://github.com/Amrykid/nim-locale/",
"method": "git",
"tags": [
@@ -328,16 +332,7 @@
},
{
"name": "chipmunk",
- "url": "https://github.com/fowlmouth/nimrod-chipmunk/",
- "method": "git",
- "tags": [
- "library",
- "physics",
- "game"
- ],
- "description": "Bindings for Chipmunk2D 6.x physics library (for backwards compatibility)",
- "license": "MIT",
- "web": "https://github.com/fowlmouth/nimrod-chipmunk"
+ "alias": "chipmunk6"
},
{
"name": "chipmunk6",
@@ -386,6 +381,10 @@
},
{
"name": "nim-ao",
+ "alias": "ao"
+ },
+ {
+ "name": "ao",
"url": "https://github.com/ephja/nim-ao",
"method": "git",
"tags": [
@@ -816,20 +815,7 @@
},
{
"name": "nim-ogg",
- "url": "https://bitbucket.org/BitPuffin/nim-ogg",
- "method": "hg",
- "tags": [
- "library",
- "wrapper",
- "binding",
- "audio",
- "sound",
- "video",
- "metadata",
- "media"
- ],
- "description": "Binding to libogg",
- "license": "CC0"
+ "alias": "ogg"
},
{
"name": "ogg",
@@ -850,19 +836,7 @@
},
{
"name": "nim-vorbis",
- "url": "https://bitbucket.org/BitPuffin/nim-vorbis",
- "method": "hg",
- "tags": [
- "library",
- "wrapper",
- "binding",
- "audio",
- "sound",
- "metadata",
- "media"
- ],
- "description": "Binding to libvorbis",
- "license": "CC0"
+ "alias": "vorbis"
},
{
"name": "vorbis",
@@ -882,19 +856,7 @@
},
{
"name": "nim-portaudio",
- "url": "https://bitbucket.org/BitPuffin/nim-portaudio",
- "method": "hg",
- "tags": [
- "library",
- "wrapper",
- "binding",
- "audio",
- "sound",
- "media",
- "io"
- ],
- "description": "Binding to portaudio",
- "license": "CC0"
+ "alias": "portaudio"
},
{
"name": "portaudio",
@@ -2013,16 +1975,7 @@
},
{
"name": "nim-libclang",
- "url": "https://github.com/cowboy-coders/nim-libclang.git",
- "method": "git",
- "tags": [
- "wrapper",
- "bindings",
- "clang"
- ],
- "description": "Please use libclang instead.",
- "license": "MIT",
- "web": "https://github.com/cowboy-coders/nim-libclang"
+ "alias": "libclang"
},
{
"name": "nimqml",
@@ -2702,6 +2655,10 @@
},
{
"name": "nim-geocoding",
+ "alias": "geocoding"
+ },
+ {
+ "name": "geocoding",
"url": "https://github.com/saratchandra92/nim-geocoding",
"method": "git",
"tags": [
@@ -4776,17 +4733,7 @@
},
{
"name": "nimyaml",
- "url": "https://github.com/flyx/NimYAML",
- "method": "git",
- "tags": [
- "serialization",
- "parsing",
- "library",
- "yaml"
- ],
- "description": "YAML 1.2 implementation for Nim",
- "license": "MIT",
- "web": "http://flyx.github.io/NimYAML/"
+ "alias": "yaml"
},
{
"name": "jsmn",