mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
12 lines
231 B
Nim
12 lines
231 B
Nim
[Package]
|
|
name = "compiler"
|
|
version = "0.13.0"
|
|
author = "Andreas Rumpf"
|
|
description = "Compiler package providing the compiler sources as a library."
|
|
license = "MIT"
|
|
|
|
InstallDirs = "doc, compiler"
|
|
|
|
[Deps]
|
|
Requires: "nim >= 0.12.0"
|