From 7b407038bd50e230564819e52f3b64faa25faf10 Mon Sep 17 00:00:00 2001 From: Ivan Yonchovski Date: Thu, 25 Aug 2022 01:12:23 +0300 Subject: [PATCH] Rename compiler to nim (#2317) * Rename compiler to nim - see https://github.com/nim-lang/nimble/pull/1017 and https://github.com/nim-lang/Nim/pull/20179 * Better description of the Nim package Co-authored-by: zah --- packages.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 7023b1a..d7894a3 100644 --- a/packages.json +++ b/packages.json @@ -2938,16 +2938,21 @@ "web": "https://github.com/NimParsers/parsetoml" }, { - "name": "compiler", + "name": "nim", "url": "https://github.com/nim-lang/Nim.git", "method": "git", "tags": [ - "library" + "library", + "compiler" ], - "description": "Compiler package providing the compiler sources as a library.", + "description": "Package providing the Nim compiler binaries plus all its source files that can be used as a library", "license": "MIT", "web": "https://github.com/nim-lang/Nim" }, + { + "name": "compiler", + "alias": "nim" + }, { "name": "nre", "url": "https://github.com/flaviut/nre.git",