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
|
Source: libsmpp34
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libxml2-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libsmpp34.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libsmpp34.git
Homepage: http://c-open-smpp-34.sourceforge.net/
Package: libsmpp34-0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open PDU SMPP packaging and unpackaging tool
This library is an implementation for providing the PDU handling of the
SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is an open industry
standard protocol designed to provide a flexible data communication
interface for the transfer of short message data between External Short
Messaging Entities, Routing Entitites and Message Centres.
Package: libsmpp34-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libsmpp34-0 (= ${binary:Version}),
${misc:Depends}
Description: Development files for libsmpp34
This library is an implementation for providing the PDU handling of the
SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is an open industry
standard protocol designed to provide a flexible data communication
interface for the transfer of short message data between External Short
Messaging Entities, Routing Entitites and Message Centres.
.
This package contains the development files for the library.
|