nimble/nimble.nimble
2014-10-11 22:48:09 +01:00

12 lines
222 B
Nim

[Package]
name = "babel"
version = "0.4.0"
author = "Dominik Picheta"
description = "Nimrod package manager."
license = "BSD"
bin = "babel"
srcDir = "src"
[Deps]
Requires: "nimrod >= 0.9.4"