rake 13.3.1-ok1 source package in openKylin
Changelog
rake (13.3.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 11:20:25 +0800
rake (13.3.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 11:20:25 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | ruby |
| File | Size | SHA-256 Checksum |
|---|---|---|
| rake_13.3.1.orig.tar.gz | 123.5 KiB | a6c691f2757ab9b60a8f8f4b156dc3c33a21e92cb21aed02bbcebc12df8fe859 |
| rake_13.3.1-ok1.debian.tar.xz | 4.2 KiB | 7d40250178586441f1114d2f4a6b2ac17105be3406062e566b5b27303b827a58 |
| rake_13.3.1-ok1.dsc | 1.8 KiB | b4bfd608ea7ad05076bb72ce1f07a07228c0dc7f3465fe0313133339348f6c75 |
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.