Slight change for .babel file format, dependExists now checks for installed packages.
This commit is contained in:
parent
89b7339c64
commit
d984032f1e
3 changed files with 25 additions and 14 deletions
|
|
@ -1,4 +1,5 @@
|
|||
; Babel library
|
||||
[Package]
|
||||
name = "babel"
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
|
|
@ -9,8 +10,8 @@ description = """Babel framework: Specifies a common interface for programmers
|
|||
[Library]
|
||||
Depends = "nimrod >= 0.8.10"
|
||||
ExposedModules = "parser, installer, version" ; No need for .nim
|
||||
Files = "babel.babel"
|
||||
;Files = "babel.babel"
|
||||
|
||||
;[Bin babel]
|
||||
;[Exe]
|
||||
;Depends = "nimrod >= 0.8.11"
|
||||
;
|
||||
;Exe = "babel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue