[ 原始碼: rake ]
套件: rake (13.0.6-2)
rake 的相關超連結
Trisquel 的資源:
下載原始碼套件 rake:
維護者:
Original Maintainers:
- Debian Ruby Team (郵件存檔)
- Antonio Terceiro
- Paul van Tilburg
- Caitlin Matos
- Georg Faerber
外部的資源:
- 主頁 [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.