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 <zahary@gmail.com>
This commit is contained in:
Ivan Yonchovski 2022-08-25 01:12:23 +03:00 committed by GitHub
parent 5f1a54e7a2
commit 7b407038bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",