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
|
Source: libcircle-be-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper-compat (= 12),
libmodule-build-perl,
perl
Build-Depends-Indep: libattribute-storage-perl (>= 0.09),
libclass-method-modifiers-perl,
libdata-dump-perl,
libfile-sharedir-perl (>= 1.00),
libio-async-perl (>= 0.64),
libmodule-pluggable-perl (>= 4.1),
libnet-async-irc-perl (>= 0.10),
libnet-async-tangence-perl (>= 0.13),
libstring-tagged-perl (>= 0.11),
libstruct-dumb-perl,
libtangence-perl (>= 0.20),
libtest-identity-perl,
libyaml-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcircle-be-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcircle-be-perl.git
Homepage: https://metacpan.org/release/circle-be
Testsuite: autopkgtest-pkg-perl
Package: circle-backend
Architecture: all
Provides: libcircle-be-perl
Depends: ${misc:Depends}, ${perl:Depends},
libattribute-storage-perl (>= 0.09),
libclass-method-modifiers-perl,
libdata-dump-perl,
libfile-sharedir-perl (>= 1.00),
libio-async-perl (>= 0.64),
libmodule-pluggable-perl (>= 4.1),
libnet-async-irc-perl (>= 0.10),
libnet-async-tangence-perl (>= 0.13),
libstring-tagged-perl (>= 0.11),
libstruct-dumb-perl,
libtangence-perl (>= 0.20),
libyaml-perl
Description: server backend for the Circle IRC client
Circle is an IRC client which merges the best attributes of a local
client and the common screen+irssi recipe:
.
* Keep IRC connects and state on a backend server, allowing
disconnections from local UI.
* Interact with a real local GUI for the frontend, instead of
incurring SSH roundtrips for every keypress.
.
Circle uses Tangence for its underlying communications layer.
.
This package is meant to be used together with a package providing
a user-facing frontend, e.g. circle-term or circle-gtk.
|