summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8b43a49c5570d9225dd7bdd9d111a8faa425da61 (plain)
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
89
Source: apl
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Standards-Version: 4.6.1.0
Section: interpreters
Priority: optional
Vcs-Git: https://git.pashev.ru/debian/apl-debian
Vcs-Browser: https://git.pashev.ru/debian/apl-debian
Build-Depends: debhelper-compat (= 13),
  erlang-dev, libgtk-3-dev, libpcre2-dev, libpq-dev, libpython3-dev, libsqlite3-dev


Package: apl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: apl-apserver
Suggests: apl-doc, apl-workspaces, apl-gtkserver
Description: GNU APL
 GNU APL is a free version of the programming language APL and
 is intended to be a full implementation of what is known as
 "Programming Language APL, Extended", "APL with nested arrays",
 or "ISO/IEC13751".


Package: apl-apserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: apl
Description: GNU APL auxiliary processors server
 GNU APL is a free version of the programming language APL and
 is intended to be a full implementation of what is known as
 "Programming Language APL, Extended", "APL with nested arrays",
 or "ISO/IEC13751".
 .
 This package includes APserver (a shared variable server).


Package: apl-gtkserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: apl
Description: GNU APL Gtk server
 GNU APL is a free version of the programming language APL and
 is intended to be a full implementation of what is known as
 "Programming Language APL, Extended", "APL with nested arrays",
 or "ISO/IEC13751".
 .
 This package includes Gtk_server which allows an APL program to
 create and control a graphical user interface.


Package: apl-erlang
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GNU APL Erlang interface
 GNU APL is a free version of the programming language APL and
 is intended to be a full implementation of what is known as
 "Programming Language APL, Extended", "APL with nested arrays",
 or "ISO/IEC13751".
 .
 This package includes APL interface for Erlang which allows The
 GNU APL interpreter to be called directly from Erlang programs.


Package: apl-doc
Architecture: all
Depends: ${misc:Depends}
Description: GNU APL documentation
 GNU APL is a free version of the programming language APL and
 is intended to be a full implementation of what is known as
 "Programming Language APL, Extended", "APL with nested arrays",
 or "ISO/IEC13751".
 .
 This package includes GNU APL documentation.


Package: apl-workspaces
Architecture: all
Depends: ${misc:Depends}
Enhances: apl
Description: GNU APL workspaces
 GNU APL is a free version of the programming language APL and
 is intended to be a full implementation of what is known as
 "Programming Language APL, Extended", "APL with nested arrays",
 or "ISO/IEC13751".
 .
 This package includes small workspaces or libraries for various
 purposes (mostly demonstrating the use of some non-standard GNU
 APL features).