From 7dddf123e68e6b9ad2ef3f510aa27500d085ddf2 Mon Sep 17 00:00:00 2001 From: Ivan Yonchovski Date: Tue, 9 Aug 2022 15:56:24 +0300 Subject: [PATCH 1/2] Rename compiler to nim - see https://github.com/nim-lang/nimble/pull/1017 and https://github.com/nim-lang/Nim/pull/20179 --- packages.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 16e439496..a2943faad 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": "Compiler package providing the compiler sources as a library/binary.", "license": "MIT", "web": "https://github.com/nim-lang/Nim" }, + { + "name": "compiler", + "alias": "nim" + }, { "name": "nre", "url": "https://github.com/flaviut/nre.git", From ba6e66b72adc6284b33f381164a6ccadc297010e Mon Sep 17 00:00:00 2001 From: zah Date: Thu, 11 Aug 2022 13:52:59 +0300 Subject: [PATCH 2/2] Better description of the Nim package --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a2943faad..6d7f2d95c 100644 --- a/packages.json +++ b/packages.json @@ -2945,7 +2945,7 @@ "library", "compiler" ], - "description": "Compiler package providing the compiler sources as a library/binary.", + "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" },