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
|
Source: rsplib
Section: net
Priority: optional
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Build-Depends: automake1.6, libglib1.2-dev, sctplib-dev (>= 1:1.0.3-1), socketapi-dev (>= 1.3.2-1)
Standards-Version: 3.6.1
Package: rsplib1
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, socketapi1 (>= 1.3.2-1)
Description: prototype implementation of the IETF RSerPool architecture
Rsplib is a prototype implementation of the IETF RSerPool architecture. It
provides a session layer protocol framework for the development of high
availability applications. This prototype contains an implementation of the
ASAP protocol, a nameserver and an example for a pool element and a pool
user.
.
This implementation is the product of a cooperation between Siemens AG (ICN),
Munich, Germany and the Computer Networking Technology Group at the IEM of
the University of Essen, Germany.
.
Homepage http://www.sctp.de/rserpool.html
Package: rsplib-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, rsplib1 (= ${Source-Version}), sctplib-dev (>= 1:1.0.3-1), socketapi-dev (>= 1.3.2-1)
Description: development package for rsplib1
This package contains the header file and static library needed
to build applications based on rsplib.
.
Rsplib is a prototype implementation of the IETF RSerPool architecture. It
provides a session layer protocol framework for the development of high
availability applications. This prototype contains an implementation of the
ASAP protocol, a nameserver and an example for a pool element and a pool
user.
.
This implementation is the product of a cooperation between Siemens AG (ICN),
Munich, Germany and the Computer Networking Technology Group at the IEM of
the University of Essen, Germany.
.
Homepage http://www.sctp.de/rserpool.html
|