From 10f4f2391f803be60adbe433446a493d318310ce Mon Sep 17 00:00:00 2001 From: genotrance Date: Wed, 5 Dec 2018 16:00:54 -0600 Subject: Added package nimzbar (#919) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 2956008..d9bd2c4 100644 --- a/packages.json +++ b/packages.json @@ -11502,6 +11502,20 @@ "license": "CC0", "web": "https://github.com/ijneb/nim-algebra" }, + { + "name": "nimzbar", + "url": "https://github.com/genotrance/nimzbar", + "method": "git", + "tags": [ + "zbar", + "barcode", + "bar", + "code" + ], + "description": "zbar wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimzbar" + }, { "name": "nicy", "url": "https://github.com/icyphox/nicy", -- cgit v1.2.3 From 2930b5871aa7be954fe0d812e33e166b5481b039 Mon Sep 17 00:00:00 2001 From: Mat Taylor Date: Fri, 7 Dec 2018 01:34:25 -0800 Subject: Add 'elvis' package (#956) --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index d9bd2c4..111dd3b 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,13 @@ [ + { + "name": "elvis", + "url": "https://github.com/mattaylor/elvis", + "method": "git", + "tags": [ "operator", "elvis", "ternary", "template", "truthy", "falsy", "exception", "none", "null", "nil", "0", "NaN", "coalesce" ], + "description": "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions", + "license": "MIT", + "web": "https://github.com/mattaylor/elvis" + }, { "name": "nimrun", "url": "https://github.com/lee-b/nimrun", -- cgit v1.2.3 From f5fc73438aaee944aca4de22da782131cd03296e Mon Sep 17 00:00:00 2001 From: technicallyagd <43739261+technicallyagd@users.noreply.github.com> Date: Mon, 10 Dec 2018 19:38:56 +0800 Subject: Added package ringDeque (#960) --- packages.json | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 111dd3b..1b064c4 100644 --- a/packages.json +++ b/packages.json @@ -1,13 +1,27 @@ [ - { + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", - "tags": [ "operator", "elvis", "ternary", "template", "truthy", "falsy", "exception", "none", "null", "nil", "0", "NaN", "coalesce" ], + "tags": [ + "operator", + "elvis", + "ternary", + "template", + "truthy", + "falsy", + "exception", + "none", + "null", + "nil", + "0", + "NaN", + "coalesce" + ], "description": "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions", "license": "MIT", "web": "https://github.com/mattaylor/elvis" - }, + }, { "name": "nimrun", "url": "https://github.com/lee-b/nimrun", @@ -11811,5 +11825,19 @@ "description": "Array/Sequence/Object destructuring/unpacking macro", "license": "MIT", "web": "https://github.com/technicallyagd/unpack" + }, + { + "name": "ringDeque", + "url": "https://github.com/technicallyagd/ringDeque", + "method": "git", + "tags": [ + "deque", + "DoublyLinkedRing", + "utility", + "python" + ], + "description": "deque implementatoin using DoublyLinkedRing", + "license": "MIT", + "web": "https://github.com/technicallyagd/ringDeque" } ] -- cgit v1.2.3 From b11e98519b2f71fb036ca62b23b6ed81f12a582f Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 11 Dec 2018 05:50:28 -0600 Subject: Added package nimfuzzy (#961) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 1b064c4..576fae7 100644 --- a/packages.json +++ b/packages.json @@ -11839,5 +11839,19 @@ "description": "deque implementatoin using DoublyLinkedRing", "license": "MIT", "web": "https://github.com/technicallyagd/ringDeque" + }, + { + "name": "nimfuzzy", + "url": "https://github.com/genotrance/nimfuzzy", + "method": "git", + "tags": [ + "fuzzy", + "search", + "match", + "fts" + ], + "description": "Fuzzy search wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimfuzzy" } ] -- cgit v1.2.3 From 35eede404242beba9b76cade2d24f3722d17a632 Mon Sep 17 00:00:00 2001 From: Mat Taylor Date: Wed, 12 Dec 2018 10:34:08 -0800 Subject: adding whip server (#964) --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 576fae7..8f511fc 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,14 @@ [ - { + { + "name": "whip", + "url": "https://github.com/mattaylor/whip", + "method": "git", + "tags": [ "http", "rest", "server", "httpbeast", "nest", "fast" ], + "description": "Whip is high performance web application server based on httpbeast a nest for redix tree based routing with some extra opmtizations.", + "license": "MIT", + "web": "https://github.com/mattaylor/whip" + }, + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", -- cgit v1.2.3 From dd998dcd5b3d80950686c7ecd1dbe7f22430897c Mon Sep 17 00:00:00 2001 From: genotrance Date: Thu, 13 Dec 2018 18:20:52 -0600 Subject: Add tree-sitter and nimterop (#957) --- packages.json | 301 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 301 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 8f511fc..9d4c25f 100644 --- a/packages.json +++ b/packages.json @@ -11835,6 +11835,307 @@ "license": "MIT", "web": "https://github.com/technicallyagd/unpack" }, + { + "name": "treesitter", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter", + "method": "git", + "tags": [ + "tree-sitter", + "parser", + "language", + "code" + ], + "description": "Nim wrapper of the tree-sitter incremental parsing library", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_agda", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_agda", + "method": "git", + "tags": [ + "tree-sitter", + "agda", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Agda language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_bash", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_bash", + "method": "git", + "tags": [ + "tree-sitter", + "bash", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Bash language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_c", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_c", + "method": "git", + "tags": [ + "tree-sitter", + "c", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for C language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_c_sharp", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_c_sharp", + "method": "git", + "tags": [ + "tree-sitter", + "C#", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for C# language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_cpp", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp", + "method": "git", + "tags": [ + "tree-sitter", + "cpp", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for C++ language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_css", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_css", + "method": "git", + "tags": [ + "tree-sitter", + "css", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for CSS language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_go", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_go", + "method": "git", + "tags": [ + "tree-sitter", + "go", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Go language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_haskell", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_haskell", + "method": "git", + "tags": [ + "tree-sitter", + "haskell", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Haskell language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_html", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_html", + "method": "git", + "tags": [ + "tree-sitter", + "html", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for HTML language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_java", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_java", + "method": "git", + "tags": [ + "tree-sitter", + "java", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Java language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_javascript", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_javascript", + "method": "git", + "tags": [ + "tree-sitter", + "javascript", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Javascript language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_ocaml", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_ocaml", + "method": "git", + "tags": [ + "tree-sitter", + "ocaml", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for OCaml language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_php", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_php", + "method": "git", + "tags": [ + "tree-sitter", + "php", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for PHP language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_python", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_python", + "method": "git", + "tags": [ + "tree-sitter", + "python", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Python language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_ruby", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_ruby", + "method": "git", + "tags": [ + "tree-sitter", + "ruby", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Ruby language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_rust", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_rust", + "method": "git", + "tags": [ + "tree-sitter", + "rust", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Rust language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_scala", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_scala", + "method": "git", + "tags": [ + "tree-sitter", + "scala", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Scala language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_typescript", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_typescript", + "method": "git", + "tags": [ + "tree-sitter", + "typescript", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Typescript language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "nimterop", + "url": "https://github.com/genotrance/nimterop", + "method": "git", + "tags": [ + "c", + "c++", + "c2nim", + "interop", + "parser", + "language", + "code" + ], + "description": "Nimterop makes C/C++ interop within Nim seamless", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, { "name": "ringDeque", "url": "https://github.com/technicallyagd/ringDeque", -- cgit v1.2.3 From 289df8c202735b3bca9b832455ad437dc3197f91 Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Mon, 17 Dec 2018 14:12:21 +0200 Subject: Added package nimassets (#965) --- packages.json | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 9d4c25f..b67ddc8 100644 --- a/packages.json +++ b/packages.json @@ -1,14 +1,21 @@ [ - { + { "name": "whip", "url": "https://github.com/mattaylor/whip", "method": "git", - "tags": [ "http", "rest", "server", "httpbeast", "nest", "fast" ], + "tags": [ + "http", + "rest", + "server", + "httpbeast", + "nest", + "fast" + ], "description": "Whip is high performance web application server based on httpbeast a nest for redix tree based routing with some extra opmtizations.", "license": "MIT", "web": "https://github.com/mattaylor/whip" - }, - { + }, + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", @@ -12126,8 +12133,8 @@ "tags": [ "c", "c++", - "c2nim", - "interop", + "c2nim", + "interop", "parser", "language", "code" @@ -12163,5 +12170,19 @@ "description": "Fuzzy search wrapper for Nim", "license": "MIT", "web": "https://github.com/genotrance/nimfuzzy" + }, + { + "name": "nimassets", + "url": "https://github.com/xmonader/nimassets", + "method": "git", + "tags": [ + "assets", + "bundle", + "go-bindata", + "resources" + ], + "description": "bundle your assets to a nim", + "license": "MIT", + "web": "https://github.com/xmonader/nimassets" } ] -- cgit v1.2.3 From b9648edf770aae5cee4fbc1b66773a55f2fead8e Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 19 Dec 2018 12:41:41 +0200 Subject: add faststreams and std_shims --- packages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index b67ddc8..2651543 100644 --- a/packages.json +++ b/packages.json @@ -6050,6 +6050,33 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-confutils" }, + { + "name": "std_shims", + "url": "https://github.com/status-im/nim-std-shims", + "method": "git", + "tags": [ + "library", + "backports", + "shims" + ], + "description": "APIs available in the latests version of Nim, backported to older stable releases", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-std-shims" + }, + { + "name": "faststreams", + "url": "https://github.com/status-im/nim-faststreams", + "method": "git", + "tags": [ + "library", + "I/O", + "memory-mapping", + "streams" + ], + "description": "RLP serialization library for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-faststreams" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", -- cgit v1.2.3 From 58de6c4a4ccbc269e8e2b0f55aad1e5bbc0d9792 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Wed, 19 Dec 2018 18:44:47 +0400 Subject: Added package loco (#967) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 2651543..b1e1d23 100644 --- a/packages.json +++ b/packages.json @@ -12211,5 +12211,19 @@ "description": "bundle your assets to a nim", "license": "MIT", "web": "https://github.com/xmonader/nimassets" + }, + { + "name": "loco", + "url": "https://github.com/moigagoo/loco", + "method": "git", + "tags": [ + "localization", + "translation", + "internationalization", + "i18n" + ], + "description": "Localization package for Nim.", + "license": "MIT", + "web": "https://github.com/moigagoo/loco" } ] -- cgit v1.2.3 From d62e93b1ce59cd3d342e57ffc5f83b71c2e590e5 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Thu, 20 Dec 2018 07:26:13 -0700 Subject: variantkey (#968) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index b1e1d23..fef6877 100644 --- a/packages.json +++ b/packages.json @@ -7914,6 +7914,18 @@ "license": "Apache License 2.0", "web": "https://github.com/edubart/arraymancer-vision" }, + { + "name": "variantkey", + "url": "https://github.com/brentp/variantkey-nim", + "method": "git", + "tags": [ + "vcf", + "variant", + "genomics" + ], + "description": "encode/decode variants to/from uint64", + "license": "MIT" + }, { "name": "genoiser", "url": "https://github.com/brentp/genoiser", -- cgit v1.2.3 From e12f84af10c245f4a43ab94f608337b459861ab0 Mon Sep 17 00:00:00 2001 From: h3rald Date: Fri, 21 Dec 2018 19:01:53 +0100 Subject: Added package nim_miniz --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index fef6877..6d49999 100644 --- a/packages.json +++ b/packages.json @@ -12237,5 +12237,19 @@ "description": "Localization package for Nim.", "license": "MIT", "web": "https://github.com/moigagoo/loco" + }, + { + "name": "nim_miniz", + "url": "https://github.com/h3rald/nim-miniz", + "method": "git", + "tags": [ + "zip", + "compression", + "wrapper", + "miniz" + ], + "description": "Nim wrapper for miniz", + "license": "MIT", + "web": "https://github.com/h3rald/nim-miniz" } ] -- cgit v1.2.3 From 62549677db1c0edb7ef459fa8b96d29465d20c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 27 Dec 2018 12:00:08 +0100 Subject: "bncurve" package (#970) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 6d49999..39ffeea 100644 --- a/packages.json +++ b/packages.json @@ -12251,5 +12251,17 @@ "description": "Nim wrapper for miniz", "license": "MIT", "web": "https://github.com/h3rald/nim-miniz" + }, + { + "name": "bncurve", + "url": "https://github.com/status-im/nim-bncurve", + "method": "git", + "tags": [ + "library", + "cryptography" + ], + "description": "pure Nim implementation of Barreto-Naehrig pairing-friendly elliptic curve cryptography", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-bncurve" } ] -- cgit v1.2.3 From 2496404a491250214d4a0496ce1f9cbe46ec4984 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 28 Dec 2018 11:12:12 -0300 Subject: Added package unsplash (#971) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 39ffeea..4aa3879 100644 --- a/packages.json +++ b/packages.json @@ -12263,5 +12263,21 @@ "description": "pure Nim implementation of Barreto-Naehrig pairing-friendly elliptic curve cryptography", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-bncurve" + }, + { + "name": "unsplash", + "url": "https://github.com/juancarlospaco/nim-unsplash", + "method": "git", + "tags": [ + "unsplash", + "photos", + "images", + "async", + "multisync", + "photography" + ], + "description": "Unsplash API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-unsplash" } ] -- cgit v1.2.3 From ccd0fccd7beaa1c56bb796bc6501d469942e0ff2 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 28 Dec 2018 13:55:00 -0300 Subject: Added package biblioteca_guarrilla (#928) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 4aa3879..6592f1d 100644 --- a/packages.json +++ b/packages.json @@ -11580,6 +11580,19 @@ "license": "CC0", "web": "https://github.com/ijneb/nim-algebra" }, + { + "name": "biblioteca_guarrilla", + "url": "https://github.com/juancarlospaco/biblioteca-guarrilla", + "method": "git", + "tags": [ + "books", + "calibre", + "jester" + ], + "description": "Simple web to share books, Calibre, Jester, Spectre CSS, No JavaScript, WebP & ZIP to reduce bandwidth", + "license": "GPL", + "web": "https://github.com/juancarlospaco/biblioteca-guarrilla" + }, { "name": "nimzbar", "url": "https://github.com/genotrance/nimzbar", -- cgit v1.2.3