summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-10-26 18:48:13 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-10-26 21:49:34 +0200
commit8d6e0f25797ce16f6b908da33984c4b805291fa4 (patch)
treeacbbc55cfcd84e91aea75f8d30ccf0a55d990de5 /debian/control
downloadapl-debian-master.tar.gz
apl 1.8+2022.10.25.svn.1615-0pin1HEADmaster
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control89
1 files changed, 89 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8b43a49
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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).
+