First commit
This commit is contained in:
commit
77fff838cc
5 changed files with 393 additions and 0 deletions
15
babel.babel
Normal file
15
babel.babel
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
; Babel library
|
||||
name = "babel"
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
category = "Distribution"
|
||||
description = """Babel framework: Specifies a common interface for programmers
|
||||
to more easily build their applications in portable way."""
|
||||
|
||||
[Library]
|
||||
Depends = "nimrod >= 0.8.10"
|
||||
ExposedModules = "parser, installer, version" ; No need for .nim
|
||||
|
||||
;[Bin babel]
|
||||
;Depends = "nimrod >= 0.8.11"
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue