File: control

package info (click to toggle)
libnet-citadel-perl 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 236; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libnet-citadel-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl, libreadonly-perl, libtest-pod-perl, libconfig-yaml-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-citadel-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-citadel-perl.git
Homepage: https://metacpan.org/release/Net-Citadel
Testsuite: autopkgtest-pkg-perl

Package: libnet-citadel-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libreadonly-perl
Description: Citadel.org protocol coverage
 Citadel is a "turnkey open-source solution for email and collaboration".
 The main component is the Citadel server. To communicate with it you can
 use either a web interface, or - if you have to automate things - with a
 protocol. NET::Citadel tries to do a bit of abstraction and handles some
 of the protocol handling. The basic idea is that the application using
 the package deals with Citadel's objects: rooms, floors, users.