Source: wampcc
Section: libs
Priority: optional
Maintainer: kreiserlee <liyang01@kylinos.cn>
Homepage: https://github.com/darrenjs/wampcc
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 11),
               cmake,
               libuv1-dev (>= 1.8.0),
               libjansson-dev (>= 2.7),
               libssl-dev,
               pkg-config

Package: libwampcc-dev
Section: libdevel
Architecture: any
Depends: libwampcc0 (= ${binary:Version}),
         libuv1-dev (>= 1.8.0),
         libjansson-dev (>= 2.7),
         libssl-dev,
         ${misc:Depends}
Description: C++ library implementing the WAMP protocol
 wampcc is a C++ library that implements the Web Application Messaging Protocol
 (WAMP). It provides the WAMP basic profile for client roles and also a
 lightweight implementation of a WAMP router/dealer.
 .
 This package contains the development files.

Package: libwampcc0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: C++ library implementing the WAMP protocol
 wampcc is a C++ library that implements the Web Application Messaging Protocol
 (WAMP). It provides the WAMP basic profile for client roles and also a
 lightweight implementation of a WAMP router/dealer.
 .
 This package contains the shared library.

Package: wampcc-utils
Section: utils
Architecture: any
Depends: libwampcc0 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: Utilities for wampcc
 wampcc is a C++ library that implements the Web Application Messaging Protocol
 (WAMP). It provides the WAMP basic profile for client roles and also a
 lightweight implementation of a WAMP router/dealer.
 .
 This package contains utilities for wampcc.