From 03537ff8ab31a0ec5329273d95e7ff3713c464f0 Mon Sep 17 00:00:00 2001 From: Gabriel Huber Date: Wed, 1 Mar 2023 04:00:33 +0100 Subject: [PATCH] Add a lot of new packages (#2516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added package heine (#2512) Co-authored-by: Gabriel Huber * Added package ni18n (#2509) Co-authored-by: Gabriel Huber * Added package versicles (#2508) Co-authored-by: Gabriel Huber * Added package sam_protocol (#2504) Co-authored-by: Gabriel Huber * Added package Runned (#2498) Co-authored-by: Gabriel Huber * Add package locert (#2489) Co-authored-by: Gabriel Huber * Add spinners package (#2482) Co-authored-by: Gabriel Huber * Added package cliSeqSelector (#2476) Co-authored-by: Gabriel Huber * Added package primes (#2473) Co-authored-by: Gabriel Huber * Added package scfg (#2471) Co-authored-by: Gabriel Huber * Added package powernim (#2345) Co-authored-by: Gabriel Huber * Add metacall package (#2331) Co-authored-by: Gabriel Huber * Added package jsonfmt (#2501) Co-authored-by: Gabriel Huber --------- Co-authored-by: Adam Blažek Co-authored-by: Hein Thant Co-authored-by: Thiago Navarro Co-authored-by: Gabben Co-authored-by: gael-lopes-da-silva Co-authored-by: Ivan Vandot Co-authored-by: XXIV <13811862+thechampagne@users.noreply.github.com> Co-authored-by: z-kk Co-authored-by: kittekat Co-authored-by: Daniele Parisi Co-authored-by: Will Reed Co-authored-by: Vicente Eduardo Ferrer Garcia Co-authored-by: Filip Karlo Došilović --- packages.json | 196 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 194 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index c5a6883..05f593d 100644 --- a/packages.json +++ b/packages.json @@ -29020,8 +29020,8 @@ "description": "ANT: statically typed configurations for Nim (and others)", "license": "MIT", "web": "https://github.com/elcritch/ants" - }, - { + }, + { "name": "kraut", "url": "https://github.com/moigagoo/kraut", "method": "git", @@ -29035,5 +29035,197 @@ "description": "Router for Karax frontend framework.", "license": "MIT", "web": "https://github.com/moigagoo/kraut" + }, + { + "name": "heine", + "url": "https://git.sr.ht/~xigoi/heine", + "method": "git", + "tags": [ + "math", + "latex", + "language" + ], + "description": "A compact notation for math that transpiles to LaTeX", + "license": "GPL-3.0-or-later", + "web": "https://xigoi.srht.site/heine/" + }, + { + "name": "ni18n", + "url": "https://github.com/heinthanth/ni18n", + "method": "git", + "tags": [ + "i18n", + "l10n", + "internationalization", + "localization", + "translation" + ], + "description": "Super Fast Nim Macros For Internationalization and Localization", + "license": "MIT", + "web": "https://github.com/heinthanth/ni18n" + }, + { + "name": "versicles", + "url": "https://git.ozzuu.com/thisago/versicles", + "method": "git", + "tags": [ + "bible", + "verses", + "versicles", + "scriptures", + "markdown", + "tool", + "cli", + "library" + ], + "description": "Lib and CLI tool to manipulate biblical verses!", + "license": "MIT", + "web": "https://git.ozzuu.com/thisago/versicles" + }, + { + "name": "sam_protocol", + "url": "https://github.com/gabbhack/sam_protocol", + "method": "git", + "tags": [ + "i2p" + ], + "description": "I2P SAM Protocol without any IO", + "license": "MIT", + "web": "https://github.com/gabbhack/sam_protocol", + "doc": "https://gabb.eu.org/sam_protocol" + }, + { + "name": "Runned", + "url": "https://github.com/Gael-Lopes-Da-Silva/Runned", + "method": "git", + "tags": [ + "runned", + "time", + "ptime", + "executiontime", + "execution-time", + "execution_time" + ], + "description": "Runned is a simple tool to check the execution time of terminal commands.", + "license": "MIT", + "web": "https://github.com/Gael-Lopes-Da-Silva/Runned" + }, + { + "name": "locert", + "url": "https://github.com/vandot/locert", + "method": "git", + "tags": [ + "cert", + "ca", + "developer-tools" + ], + "description": "Simple cert generator for local development.", + "license": "BSD-3-Clause", + "web": "https://github.com/vandot/locert" + }, + { + "name": "spinners", + "url": "https://github.com/thechampagne/libspinners-nim", + "method": "git", + "tags": [ + "spinners" + ], + "description": "Binding for libspinners an elegant terminal spinners", + "license": "MIT", + "web": "https://github.com/thechampagne/libspinners-nim" + }, + { + "name": "cliSeqSelector", + "url": "https://github.com/z-kk/cliSeqSelector", + "method": "git", + "tags": [ + "cli", + "console", + "selector", + "combo" + ], + "description": "Seq selector in CLI", + "license": "MIT", + "web": "https://github.com/z-kk/cliSeqSelector" + }, + { + "name": "primes", + "url": "https://github.com/wokibe/primes", + "method": "git", + "tags": [ + "primes", + "is_prime" + ], + "description": "Utilities for prime numbers", + "license": "MIT", + "web": "https://github.com/wokibe/primes" + }, + { + "name": "scfg", + "url": "https://codeberg.org/xoich/nim-scfg", + "method": "git", + "tags": [ + "library", + "config", + "parser" + ], + "description": "Simple configuration file format (scfg) parser", + "license": "CC-BY-SA 4.0", + "web": "https://codeberg.org/xoich/nim-scfg" + }, + { + "name": "powernim", + "url": "https://codeberg.org/wreed/powernim", + "method": "git", + "tags": [ + "menu", + "powermenu", + "gui", + "gtk" + ], + "description": "Basic power menu for Linux (with systemd)", + "license": "BSD-2-Clause", + "web": "https://codeberg.org/wreed/powernim" + }, + { + "name": "metacall", + "url": "https://github.com/metacall/core?subdir=source/ports/nim_port", + "method": "git", + "tags": [ + "ffi", + "interop", + "interoperability", + "bindings", + "wrapper", + "python", + "nodejs", + "ruby", + "csharp", + "rust", + "c", + "java", + "javascript", + "typescript", + "cobol", + "rpc", + "wasm", + "meta-object-protocol" + ], + "description": "A library for interoperability between Nim and multiple programming languages", + "license": "Apache-2.0", + "web": "https://metacall.io", + "doc": "https://github.com/metacall/core/blob/develop/source/ports/nim_port/README.md" + }, + { + "name": "jsonfmt", + "url": "https://github.com/fkdosilovic/jsonfmt", + "method": "git", + "tags": [ + "json", + "cli" + ], + "description": "Ridiculously simple and effective JSON formatter.", + "license": "MIT", + "web": "https://github.com/fkdosilovic/jsonfmt" } ]