File: control

package info (click to toggle)
utfout 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 932 kB
  • sloc: sh: 4,461; ansic: 888; sed: 16; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: utfout
Section: utils
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), gettext,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/salvage-team/utfout
Vcs-Git: https://salsa.debian.org/salvage-team/utfout.git
Homepage: https://code.launchpad.net/utfout
Rules-Requires-Root: no

Package: utfout
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility to produce UTF-8 (Unicode) output
 This package contains a command-line tool that can produce UTF-8
 (Unicode) strings in various ways and direct them to standard output,
 standard error or direct to the terminal without the need for shell
 support. Strings can be repeated, delayed, randomly-generated,
 written to arbitrary file descriptors, interspersed with other
 characters and generated using ranges. Printf(1)-style escape
 sequences are supported along with extended escape sequences.
 utfout(1) Sits somewhere between echo(1) and printf(1).