4 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5 XSBC-Original-Maintainer: Debian Parrot Maintainers <pkg-parrot-devel@lists.alioth.debian.org>
6 Uploaders: Allison Randal <allison@parrot.org>, Nuno Carvalho <mestre.smash@gmail.com>, Patrick Michaud <pmichaud@pobox.com>
7 Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgdbm-dev, libreadline-dev
8 Standards-Version: 3.8.1
12 Depends: ${shlibs:Depends}, parrot-minimal (= ${binary:Version})
14 Provides: parrot-test, parrot-data-dumper
15 Description: A virtual machine for dynamic languages
16 Parrot is a bytecode-based virtual machine designed for dynamic languages.
17 Parrot hosts a variety of language implementations, including Tcl, Javascript,
18 Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
20 Package: parrot-minimal
22 Depends: ${shlibs:Depends}
23 Conflicts: parrot ( << 1.0.0 )
24 Replaces: parrot ( << 1.0.0 )
25 Description: A minimal install of the Parrot VM
26 This package contains the core Parrot virtual machine. It's all that you need
27 to get up and running in the average use case, and is sufficient to run most
28 language implementations.
30 Package: libparrot@SOVERSION@
33 Depends: ${shlibs:Depends}
34 Description: Parrot shared library
35 This package contains the Parrot shared library, used by the Parrot virtual
36 machine and by programs that embed Parrot.
38 Package: libparrot-dev
41 Depends: libparrot@SOVERSION@ (= ${binary:Version}), parrot
42 Description: Parrot shared library development files
43 This package contains header files and a static library, needed to develop
44 applications which embed Parrot.
50 Description: Parrot documentation
51 Parrot manual pages and raw Pod documentation. If you are developing a
52 compiler or extensions for Parrot, you will need this. If you're only using a
53 Parrot hosted language, the language-specific documentation is sufficient.
58 Depends: ${shlibs:Depends}, parrot, libparrot-dev, perl
59 Provides: parrot-pge, parrot-tge, parrot-pct, parrot-nqp
60 Conflicts: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
61 Replaces: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
62 Description: Parrot development tools
63 This package contains development tools for the Parrot virtual machine. It is
64 essential for developing language implementations to run on Parrot, but not
65 needed for running languages once they've been installed.