File: control

package info (click to toggle)
aplus-fsf 4.22.1-9
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 23,288 kB
  • sloc: cpp: 176,661; ansic: 27,023; sh: 6,313; makefile: 2,603; lisp: 2,151; perl: 704
file content (88 lines) | stat: -rw-r--r-- 3,867 bytes parent folder | download | duplicates (5)
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
86
87
88
Source: aplus-fsf
Section: interpreters
Priority: optional
Maintainer: Neil Roeth <neil@debian.org>
Build-Depends: debhelper (>= 7.0.0), autotools-dev, libx11-dev, libxt-dev,
 dh-buildinfo
Standards-Version: 3.8.3

Package: aplus-fsf-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: xfonts-kapl
Description: A+ programming language documentation
 This package contains the HTML documentation and examples for the A+
 programming language and development environment.  See the package aplus-fsf
 for the run-time environment, and aplus-fsf-dev for the development
 environment.

Package: xfonts-kapl
Section: fonts
Architecture: all
Depends: fontconfig, ${misc:Depends}
Description: APL fonts for A+ development
 The A+ programming language development environment requires these APL fonts
 to properly display A+ code in an XTerm, XEmacs or a web browser.  They are
 not required to run an A+ program.

Package: aplus-fsf-el
Section: lisp
Architecture: all
Depends: ${misc:Depends}
Description: XEmacs lisp for A+ development
 This package contains the XEmacs lisp required for the development of A+
 programs.  It does the key bindings, sets the font properly, and binds some
 function keys. The complete A+ development environment is provided by the
 aplus-fsf-dev package.
 .
 To load A+ from XEmacs, load a file with extension .apl, .a or .+, or
 use the command 'M-x a-mode'.  Or, press F4 to start the A+ interpreter.
 .
 See /usr/share/doc/README.Debian.gz if you have trouble entering the special
 A+ characters in XEmacs. 
 .
 This package is now an empty dummy package because XEmacs is no longer
 available.  If that changes, this package will be resurrected.

Package: aplus-fsf
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A+ programming language run-time environment
 A+ is a powerful and efficient programming language. It is freely
 available under the GNU General Public License. It embodies a rich set
 of functions and operators, a modern graphical user interface with
 many widgets and automatic synchronization of widgets and variables,
 asynchronous execution of functions associated with variables and
 events, dynamic loading of user compiled subroutines, and many other
 features. Execution is by a rather efficient interpreter. A+ was
 created at Morgan Stanley. Primarily used in a
 computationally-intensive business environment, many critical
 applications written in A+ have withstood the demands of real world
 developers over many years. Written in an interpreted language, A+
 applications tend to be portable.
 .
 This package contains the binaries and libraries needed to run A+ programs.
 The A+ development environment is provided by the aplus-fsf-dev package.

Package: aplus-fsf-dev
Section: devel
Architecture: any
Depends: aplus-fsf, aplus-fsf-el, aplus-fsf-doc, ${misc:Depends}
Recommends: xfonts-kapl
Description: A+ programming language development environment
 A+ is a powerful and efficient programming language. It is freely
 available under the GNU General Public License. It embodies a rich set
 of functions and operators, a modern graphical user interface with
 many widgets and automatic synchronization of widgets and variables,
 asynchronous execution of functions associated with variables and
 events, dynamic loading of user compiled subroutines, and many other
 features. Execution is by a rather efficient interpreter. A+ was
 created at Morgan Stanley. Primarily used in a
 computationally-intensive business environment, many critical
 applications written in A+ have withstood the demands of real world
 developers over many years. Written in an interpreted language, A+
 applications tend to be portable.
 .
 This is a metapackage that provides a complete A+ development environment.
 The A+ run-time environment is provided by the aplus-fsf package.