Slight change for .babel file format, dependExists now checks for installed packages.

This commit is contained in:
Dominik Picheta 2011-01-28 01:09:41 +00:00
commit d984032f1e
3 changed files with 25 additions and 14 deletions

View file

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