1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: rake
Section: ruby
Priority: optional
Maintainer: Adam Majer <adamm@zombino.com>
Build-Depends: debhelper (>> 7)
Build-Depends-Indep: ruby, rdoc, rcov, libflexmock-ruby
Standards-Version: 3.8.4
Vcs-Browser: http://git.debian.org/?p=collab-maint/rake.git;a=summary
Vcs-Git: git://git.debian.org/collab-maint/rake.git
Homepage: http://rake.rubyforge.org/
Package: rake
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby
Recommends: zip
Description: a ruby build program
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.
|