control 737 B

12345678910111213141516171819
  1. Source: premake
  2. Section: contrib/devel
  3. Priority: optional
  4. Maintainer: Ryan Mulder <[email protected]>
  5. Build-Depends: debhelper (>= 5)
  6. Standards-Version: 3.7.3
  7. Homepage: http://premake.sourceforge.net
  8. Package: premake
  9. Architecture: any
  10. Depends: ${shlibs:Depends}
  11. Description: Build Script Generator
  12. Premake allows you to manage your project configuration in one
  13. place and still support those pesky IDE-addicted Windows coders
  14. and/or cranky Linux command-line junkies. It allows you to generate
  15. project files for tools that you do not own. It saves the time that
  16. would otherwise be spent manually keeping several different toolsets
  17. in sync. And it provides an easy upgrade path as new versions of your
  18. favorite tools are released.