File: control

package info (click to toggle)
regina-rexx 3.9.5%2Bdfsg1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 10,268 kB
  • sloc: ansic: 62,888; sh: 3,396; lex: 2,888; yacc: 1,615; makefile: 1,319; cpp: 117
file content (63 lines) | stat: -rw-r--r-- 2,043 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
Source: regina-rexx
Section: libs
Priority: optional
Maintainer: Alen Zekulic <alen@nms.hr>
Build-Depends: libncurses-dev,
	       debhelper-compat (=13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://regina-rexx.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/regina-rexx.git
Vcs-Browser: https://salsa.debian.org/debian/regina-rexx

Package: libregina3
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Conflicts: regina3
Replaces: regina3
Multi-Arch: same
Description: Regina REXX interpreter, run-time library
 Regina is an ANSI compliant REXX interpreter for multiple platforms.
 .
 REXX is a procedural language that allows programs and algorithms
 to be written in a clear and structured way, it is also designed
 to be used as a macro language by arbitrary application programs.
 .
 Contains runtime shared libraries.

Package: libregina3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
	 libregina3 (= ${binary:Version}),
	 libc6-dev,
	 cpp
Conflicts: regina2-dev,
	   regina3-dev
Replaces: regina2-dev,
	  regina3-dev
Description: Regina REXX interpreter, development files
 Regina is an ANSI compliant REXX interpreter for multiple platforms.
 .
 REXX is a procedural language that allows programs and algorithms
 to be written in a clear and structured way, it is also designed
 to be used as a macro language by arbitrary application programs.
 .
 Contains static library, header file rexxsaa.h and regina-config
 script.

Package: regina-rexx
Section: interpreters
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Description: Regina REXX interpreter
 Regina is an ANSI compliant REXX interpreter for multiple platforms.
 .
 REXX is a procedural language that allows programs and algorithms
 to be written in a clear and structured way, it is also designed
 to be used as a macro language by arbitrary application programs.
 .
 Contains the Regina REXX interpreter (regina and rexx), external
 queue support (rxstack and rxqueue) and example programs.