Difference between revisions of "Build systems"

From D Wiki
Jump to: navigation, search
(Build Systems)
(Removed DSSS and Bud; they've been inactive since long ago in D1 times. If they should be readded, it should be on a separate page, e.g. "historic projects" to avoid confusing users.)
Line 3: Line 3:
 
  | Projects =
 
  | Projects =
  
{{Project
 
| name = '''CMakeD2'''
 
| about = This project seeks to provide complete support for the D2 language in cmake.
 
| url = http://code.google.com/p/cmaked2/
 
}}
 
{{Project
 
| name = '''DSSS'''
 
| about = The D Shared Software System, builds upon rebuild and intends to create a standardized system for building, installing, configuring, acquiring and using D software
 
| license = MIT
 
| url = http://www.dsource.org/projects/dsss
 
}}
 
 
{{Project
 
{{Project
 
  | name = '''DUB'''
 
  | name = '''DUB'''
Line 23: Line 12:
 
}}
 
}}
 
{{Project
 
{{Project
  | name = '''xfBuild'''
+
  | name = '''RDMD'''
  | about = An automatic build tool.
+
  | about = A D tool that can automatically build D apps.
 
  | license = Boost 1.0
 
  | license = Boost 1.0
  | url = https://github.com/SiegeLord/xfbuild
+
  | url = http://dlang.org/rdmd.html
 
}}
 
}}
 
{{Project
 
{{Project
  | name = '''Bud'''
+
  | name = '''CMakeD2'''
  | about = A tool to assist developers in building applications written in the D Language.
+
  | about = This project seeks to provide complete support for the D2 language in cmake.
| license = BSD-old
+
  | url = http://code.google.com/p/cmaked2/
  | url = http://www.dsource.org/projects/build
 
 
}}
 
}}
 
{{Project
 
{{Project
  | name = '''RDMD'''
+
  | name = '''xfBuild'''
  | about = A D tool that can automatically build D apps.
+
  | about = An automatic build tool.
 
  | license = Boost 1.0
 
  | license = Boost 1.0
  | url = http://dlang.org/rdmd.html
+
  | url = https://github.com/SiegeLord/xfbuild
 
}}
 
}}
 
{{Project
 
{{Project

Revision as of 15:45, 30 December 2014

Build Systems

Title / InfoDescriptionLicensePlatform
Logo-dub-48x48.png
Easy to use build and package management tool for D2 with support for generating IDE projects and an online package registry MIT Windows, POSIX
Icon dpackage 48.png
A D tool that can automatically build D apps. Boost 1.0
Icon dpackage 48.png
This project seeks to provide complete support for the D2 language in cmake.
Icon dpackage 48.png
An automatic build tool. Boost 1.0
Icon dpackage 48.png
A build configuration tool supporting D. New BSD License
Icon dpackage 48.png
A fast incremental build tool intended for D projects. Boost 1.0 Windows, GNU/Linux