summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-07-03 21:40:52 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-07-03 21:40:52 +0300
commitac0d78f23c03755dad8ccace2b027e49124cbf79 (patch)
treee7cfcd071cf8abb59e1082935a26c70a9f9f34b8 /debian/control
downloadclisp-master.tar.gz
Import clisp_2.49.60+-2HEADdebian/2.49.60+-2masterdebian
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control159
1 files changed, 159 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..80e1d28
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,159 @@
+Source: clisp
+Section: lisp
+Priority: optional
+Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
+Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Christoph Egger <christoph@debian.org>
+Build-Depends:
+ debhelper (>> 10),
+ gettext,
+ bison,
+ libncurses5-dev,
+ groff,
+ libx11-dev,
+ libxext-dev,
+ libxpm-dev,
+ libsigsegv-dev (>= 2.11),
+ libreadline-gplv2-dev,
+ dh-lisp (>= 0.7.1),
+ libdb-dev,
+ libffcall1-dev,
+ libgdbm-dev,
+ libpq-dev [ !hppa !ia64 !m68k !s390 !s390x !mipsel !powerpc !powerpcspe],
+ libpcre3-dev,
+ libdbus-1-dev [ !hppa !ia64 !m68k !s390 !s390x !mipsel !powerpc !powerpcspe],
+ zlib1g-dev [ !hppa !ia64 !m68k !s390 !s390x !mipsel !powerpc !powerpcspe]
+Build-Conflicts: libsigsegv-dev (<= 2.8), libreadline6-dev
+Standards-Version: 4.0.0
+Homepage: http://www.clisp.org/
+Vcs-Git: https://anonscm.debian.org/git/pkg-common-lisp/clisp.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-common-lisp/clisp.git/
+
+Package: clisp
+Architecture: alpha amd64 armel armhf armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 armel armhf m68k hurd-i386 s390 s390x s390x sparc
+Pre-Depends: ${xlibs:PreDepends}
+Conflicts: clisp-dev (<< 1:2.49.60-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: common-lisp-controller (<< 6.19), cl-asdf (<< 2:1.704-1)
+Provides: lisp-compiler, ${clisp:fasl-version}
+Suggests: gdb, clisp-doc, clisp-dev, slime
+Description: GNU CLISP, a Common Lisp implementation
+ ANSI Common Lisp is a high-level, general-purpose programming language.
+ GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
+ University and Michael Stoll of Munich University, both in Germany.
+ It mostly supports the Lisp described in the ANSI Common Lisp standard.
+ It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD,
+ Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on
+ other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only
+ 4 MB of RAM.
+ .
+ It is Free Software and may be distributed under the terms of GNU GPL,
+ while it is possible to distribute commercial proprietary applications
+ compiled with GNU CLISP.
+ .
+ The user interface comes in English, German, French, Spanish, Dutch,
+ Russian and Danish, and can be changed at run time.
+ GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP,
+ a foreign language interface, sockets, i18n, fast bignums and more.
+ An X11 interface is available through CLX, Garnet, CLUE/CLIO.
+ GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.
+
+Package: clisp-dev
+Architecture: alpha amd64 armel armhf armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 armel armhf m68k hurd-i386 s390 s390x s390x sparc
+Depends: clisp, ${misc:Depends}
+Description: GNU CLISP, a Common Lisp implementation (development files)
+ This is the link kit of clisp, it can be used to add external modules (written
+ for example in C) to the implementation. The module can define new
+ variables, symbols and functions for use in clisp. Examples include
+ database interfaces or widget libraries. Normal users do not need
+ this.
+ .
+ See also http://clisp.cons.org/impnotes.html#modules
+ .
+ ANSI Common Lisp is a high-level, general-purpose programming language.
+ GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
+ University and Michael Stoll of Munich University, both in Germany.
+ It mostly supports the Lisp described in the ANSI Common Lisp standard.
+ It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD,
+ Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on
+ other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only
+ 4 MB of RAM.
+
+Package: clisp-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: GNU CLISP, a Common Lisp implementation (documentation)
+ This is the documentation for clisp.
+ .
+ ANSI Common Lisp is a high-level, general-purpose programming language.
+ GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
+ University and Michael Stoll of Munich University, both in Germany.
+ It mostly supports the Lisp described in the ANSI Common Lisp standard.
+ It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD,
+ Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on
+ other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only
+ 4 MB of RAM.
+
+
+Package: clisp-module-berkeley-db
+Architecture: alpha amd64 armel armhf armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 armel armhf m68k hurd-i386 s390 s390x s390x
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds an interface to Berkeley DB
+ This adds a module to clisp that implements an interface to the
+ Berkeley DB.
+
+Package: clisp-module-pcre
+Architecture: alpha amd64 armel armhf armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 armel armhf m68k hurd-i386 s390 s390x s390x
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds libpcre support
+ This adds a module to clisp that implements an interface to the
+ libpcre which implements Perl-compatible regular expressions.
+
+Package: clisp-module-bindings-glibc
+Architecture: alpha amd64 armel armhf armel armhf i386 mips kfreebsd-i386 kfreebsd-amd64 armel armhf hurd-i386
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds the glibc bindings
+ This adds a module to clisp that implements an interface to the
+ glibc library, adding support for a number of low level functions.
+
+Package: clisp-module-postgresql
+Architecture: alpha amd64 armel armhf i386 mips kfreebsd-i386 kfreebsd-amd64 armel armhf hurd-i386
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds a PostgreSQL interface
+ This adds a module to clisp that implements an interface to the
+ PostgreSQL DB using the C bindings.
+
+Package: clisp-module-clx
+Architecture: alpha amd64 armel armhf armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 armel armhf m68k hurd-i386 s390 s390x
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds X11 bindings
+ This adds a module to clisp that implements an interface to the
+ X11 called CLX.
+
+Package: clisp-module-rawsock
+Architecture: alpha amd64 armel armhf armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 armel armhf m68k hurd-i386 s390 s390x
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds a low level socket interface
+ This adds a module to clisp that implements an interface to the
+ socket interfaces.
+
+Package: clisp-module-dbus
+Architecture: alpha amd64 armel armhf i386 mips kfreebsd-i386 kfreebsd-amd64 armel armhf hurd-i386
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds an interface to D-Bus
+ This adds a module to clisp that implements an interface to the
+ D-Bus system.
+
+Package: clisp-module-gdbm
+Architecture: alpha amd64 armel armhf armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 armel armhf m68k hurd-i386 s390 s390x
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds an interface to GNU DBM
+ This adds a module to clisp that implements an interface to
+ GNU DBM.
+
+Package: clisp-module-zlib
+Architecture: alpha amd64 armel armhf i386 mips kfreebsd-i386 kfreebsd-amd64 armel armhf hurd-i386
+Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
+Description: clisp module that adds zlib support for vectors
+ This adds a module to clisp that implements a zlib interface,
+ allowing you to compress vectors using zlib.