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
|
Source: r-cran-crayon
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-crayon
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-crayon.git
Homepage: https://cran.r-project.org/package=crayon
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev
Testsuite: autopkgtest-pkg-r
Package: r-cran-crayon
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R colored terminal output
Colored terminal output on terminals that support ANSI color and
highlight codes. ANSI color support is automatically detected. Colors
and highlighting can be combined and nested. New styles can also be
created easily. This package was inspired by the chalk JavaScript
project.
|