Paketname | rake |
Beschreibung | a ruby build program |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.8.7-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 1176 Byte |
Hängt ab von | ruby (>> 1.8) |
Empfohlene Pakete | zip |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 142050 Byte |
Prüfsumme MD5 | 97e09fbbfbcf84087618f96372aeccdb |
Prüfsumme SHA1 | da8b8e12dd0313887340dce8e2faf7213cccb3bf |
Prüfsumme SHA256 | 889e865b0b731568dc923abc1658dd48ad8c36c64c985385b58960232f8759d6 |
Link zum Herunterladen | rake_0.8.7-1_all.deb |
Ausführliche Beschreibung | Rake is a simple ruby build program with capabilities similar to make.
.
Rake has the following features:
* Rakefiles (rakes version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to sythesize implicit tasks.
* Rake is lightweight. It can be distributed with other
projects as a single file. Projects that depend upon
rake do not require that rake be installed on target
systems.
|