Source: libcsp
Section: libdevel
Priority: extra
Maintainer: Agustin Henze <tin@debian.org>
Build-Depends: 
 debhelper (>= 9),
 git,
 python (>= 2.7),
 pkg-config,
 libzmq3-dev,
Standards-Version: 3.9.6
Homepage: https://github.com/GomSpace/libcsp
Vcs-Git: git://anonscm.debian.org/collab-maint/libcsp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libcsp.git

Package: libcsp1
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Cubesat Space Protocol Library
 Cubesat Space Protocol (CSP) is a small protocol stack written in C. CSP is
 designed to ease communication between distributed embedded systems in smaller
 networks, such as Cubesats. The design follows the TCP/IP model and includes a
 transport protocol, a routing protocol and several MAC-layer interfaces. The
 core of libcsp includes a router, a socket buffer pool and a connection
 oriented socket API.

Package: libcsp-dev
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}, libcsp1 (= ${binary:Version})
Description: Cubesat Space Protocol Library (headers)
 Cubesat Space Protocol (CSP) is a small protocol stack written in C. CSP is
 designed to ease communication between distributed embedded systems in smaller
 networks, such as Cubesats. The design follows the TCP/IP model and includes a
 transport protocol, a routing protocol and several MAC-layer interfaces. The
 core of libcsp includes a router, a socket buffer pool and a connection
 oriented socket API.
 .
 This package contains the libcsp headers.

Package: libcsp-source
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libcsp1, libcsp-dev
Description: Cubesat Space Protocol Library (source)
 Cubesat Space Protocol (CSP) is a small protocol stack written in C. CSP is
 designed to ease communication between distributed embedded systems in smaller
 networks, such as Cubesats. The design follows the TCP/IP model and includes a
 transport protocol, a routing protocol and several MAC-layer interfaces. The
 core of libcsp includes a router, a socket buffer pool and a connection
 oriented socket API.
 .
 This package contains the libcsp source.
