Guest User

Untitled

a guest
Jul 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ; Babel library
  2. name = babel
  3. version = 0.1.0
  4. author = "Dominik Picheta"
  5. category = Distribution
  6. ; You can specify a file here, for example readme.txt
  7. description = """Babel framework: Specifies a common interface for programmers
  8. to more easily build their applications in portable way."""
  9.  
  10. [Library]
  11. Depends = nimrod >= 0.8.11
  12. ExposedModules = babelparser, babelcompile ; No need for .nim
  13.  
  14. ; Optional
  15. [Other]
  16. Files = license.txt
Add Comment
Please, Sign In to add comment