Source: rock-master-20.06-ruby-rake
Section: science
Priority: optional
Maintainer: Rock Packaging Daemon (based on apaka) <rock-dev@dfki.de>
Uploaders: Rock Packaging Daemon (based on apaka) <rock-dev@dfki.de>
Build-Depends: debhelper, gem2deb, dh-autoreconf
Standards-Version: 4.1.3
Vcs-Git:
Vcs-Browser:
Homepage: https://github.com/ruby/rake
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: rock-master-20.06-ruby-rake
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}, ruby
Description: Rake is a Make-like program implemented in Ruby
 Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
 specified in standard Ruby syntax.
 Rake has the following features:
 * Rakefiles (rake's 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 synthesize implicit tasks.
 * Flexible FileLists that act like arrays but know about manipulating file names and paths.
 * Supports parallel execution of tasks.
