rake 13.0.3-ok1.1 source package in openKylin
Changelog
rake (13.0.3-ok1.1) nile; urgency=medium * update version info. -- rtlhq <nobelxyz@163.com> Mon, 16 Oct 2023 09:36:33 +0800
rake (13.0.3-ok1.1) nile; urgency=medium * update version info. -- rtlhq <nobelxyz@163.com> Mon, 16 Oct 2023 09:36:33 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | ruby | |
Huanghe V3.0 | release | main | ruby | |
Nile V2.0 | release | main | ruby | |
Nile V2.0 | proposed | main | ruby |
File | Size | SHA-256 Checksum |
---|---|---|
rake_13.0.3.orig.tar.gz | 119.9 KiB | 53bfd276322639b435ba19025064506535d15e366f59c16f5e878118eec6f1cc |
rake_13.0.3-ok1.1.debian.tar.xz | 4.4 KiB | 7690f860fb7e7d14d2843d0d088d4dea1ac461bff441d0549e302996ddefe9bd |
rake_13.0.3-ok1.1.dsc | 1.7 KiB | 0930eaf967487abb4c222ce8011a63930f5543043ee6d7a73e355f8df4fd7f65 |
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.