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
|
Source: libosip
Section: libs
Priority: optional
Maintainer: Anand Kumria <wildfire@progsoc.org>
Build-Depends: debhelper (>> 4.0.0), autoconf, automake1.6, libtool
Standards-Version: 3.5.9
Package: libosip0-dev
Section: libdevel
Architecture: any
Depends: libosip0 (= ${Source-Version})
Provides: libosip-dev
Conflicts: libosip-dev
Description: development files for the SIP library
libosip header files and static libraries to assist in development of
programs wishing to use SIP
.
The oSIP library is written in C, is thread safe and has no dependencies
except the standard C library.
.
oSIP could be used to implement an IP soft-phone as well as embedded SIP
software. oSIP is not limited to endpoint agents implementations and can
also be used to implement SIP proxies or registration services.
.
oSIP currently provides an API for the SIP message parser, SDP message
parser, and library to handle "SIP transactions" as defined by the SIP
document.
.
Further information is available at <URL: http://www.fsf.org/software/osip/>
Package: libosip0
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Description: Session Initiation Protocol (SIP) library
oSIP is an implementation of SIP.
.
SIP stands for the Session Initiation Protocol and is described by the
RFC3261. This library aims to provide multimedia and telecom software
developers an easy and powerful interface to initiate and control SIP
based sessions in their applications.
.
SIP is the IETF replacement for the ITU's H323. Example programs using this
library are partysip and linphone.
.
Further information is available at <URL: http://www.fsf.org/software/osip/>
|