[ 原始碼: rake ]
套件:rake(13.2.1-1)
rake 的相關連結
Debian 的資源:
下載原始碼套件 rake:
維護小組:
- Debian Ruby Team (QA 頁面, 郵件存檔)
- Antonio Terceiro (QA 頁面)
- Paul van Tilburg (QA 頁面)
- Caitlin Matos (QA 頁面)
- Georg Faerber (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
ruby make-like utility
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.