File: control

package info (click to toggle)
stfl 0.22-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 412 kB
  • sloc: ansic: 3,344; makefile: 109; perl: 95; ruby: 83; python: 73
file content (85 lines) | stat: -rw-r--r-- 2,514 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: stfl
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libncurses-dev,
               swig,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Section: libdevel
XS-Ruby-Versions: all
Homepage: http://www.clifford.at/stfl/
Vcs-Browser: https://salsa.debian.org/debian/stfl
Vcs-Git: https://salsa.debian.org/debian/stfl.git

Package: libstfl0
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: structured terminal forms language/library
 stfl is a library which implements a curses-based widget set for text
 terminals.
 .
 This package contains the shared library for libstfl.

Package: libstfl-dev
Architecture: any
Depends: libncurses-dev,
         libstfl0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: development files for libstfl
 stfl is a library which implements a curses-based widget set for text
 terminals.
 .
 This package contains the development files required to
 build software that uses libstfl.

Package: libstfl-perl
Section: perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
Description: Perl bindings for the structured terminal forms language/library
 stfl is a library which implements a curses-based widget set for text
 terminals.
 .
 This package contains the perl bindings to libstfl.

Package: libstfl-ruby1.8
Section: oldlibs
Architecture: any
Depends: libstfl-ruby,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Ruby 1.8 bindings for the structured terminal forms language/library
 stfl is a library which implements a curses-based widget set for text
 terminals.
 .
 This is a transitional package and can be safely removed.

Package: libstfl-ruby1.9.1
Section: oldlibs
Architecture: any
Depends: libstfl-ruby,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Ruby 1.9.1 bindings for the structured terminal forms language/library
 stfl is a library which implements a curses-based widget set for text
 terminals.
 .
 This is a transitional package and can be safely removed.

Package: libstfl-ruby
Section: ruby
Architecture: any
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends},
X-DhRuby-Root: ruby
Description: Ruby bindings for the structured terminal forms language/library
 stfl is a library which implements a curses-based widget set for text
 terminals.