File: control

package info (click to toggle)
restbed 4.0~dfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,388 kB
  • ctags: 861
  • sloc: cpp: 15,273; sh: 37; makefile: 14
file content (39 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download
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
Source: restbed
Section: libs
Priority: extra
Maintainer: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               cmake,
               libasio-dev,
               libssl-dev
Standards-Version: 3.9.8
Homepage: https://github.com/Corvusoft/restbed
Vcs-Git: https://anonscm.debian.org/git/collab-maint/restbed.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/restbed.git

Package: librestbed-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         librestbed0 (=${binary:Version})
Provides: librestbed-dev
Description: asynchronous REST C++11 library - dev package
 Restbed is a comprehensive and consistent programming model for
 building applications that require seamless and secure
 communication over HTTP, with the ability to model a range of
 business processes, designed to target mobile, tablet, desktop
 and embedded production environments.
 .
 This package contains the static library and headers.

Package: librestbed0
Architecture: any
Provides: librestbed0
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: asynchronous REST C++11 library
 Restbed is a comprehensive and consistent programming model for
 building applications that require seamless and secure
 communication over HTTP, with the ability to model a range of
 business processes, designed to target mobile, tablet, desktop
 and embedded production environments.