Source: kylin-time
Section: utils
Priority: optional
Maintainer: Kylin Developers <kylin@kylinos.cn>
Standards-Version: 4.5.1
Build-Depends: debhelper (>= 12), cargo, rustc

Package: kylin-time
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: time
Provides: time
Conflicts: time
Description: GNU time utility rewritten in Rust - measure resource usage of programs
 The 'kylin-time' command runs another program, then displays information
 about the resources used by that program, collected by the system while
 the program was running.  You can select which information is reported
 and the format in which it is shown, or have 'kylin-time' save the
 information in a file instead of display it on the screen.
 .
 The resources that 'kylin-time' can report on fall into the general
 categories of time, memory, I/O, and IPC calls.
 .
 This is a Rust rewrite of the GNU time utility (originally written by
 David Keppel, David MacKenzie, and Assaf Gordon), providing the same
 functionality with improved safety and reliability.
