[ 源代码: rake ]
软件包:rake(12.3.1-3+deb10u1)
rake 的相关链接
Debian 的资源:
下载源码包 rake:
维护小组:
- Debian Ruby Extras Maintainers (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.