mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
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:
parent
5f1a54e7a2
commit
7b407038bd
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user