File: control

package info (click to toggle)
asio 1%3A1.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 53,204 kB
  • sloc: cpp: 171,227; sh: 4,444; makefile: 2,247; perl: 423
file content (39 lines) | stat: -rw-r--r-- 1,343 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: asio
Section: devel
Priority: optional
Maintainer: Markus Wanner <markus@bluegap.ch>
Homepage: https://think-async.com/
Build-Depends: debhelper (>= 11), libssl-dev,
 libboost-dev, libboost-date-time-dev, libboost-regex-dev,
 libboost-test-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/markus/libasio
Vcs-Git: https://salsa.debian.org/markus/libasio.git

Package: libasio-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libboost-regex-dev, libssl-dev,
 libboost-dev,
 libboost-date-time-dev
Description: cross-platform C++ library for network programming
 asio is a cross-platform C++ library for network programming that provides
 developers with a consistent asynchronous I/O model using a modern C++
 approach. It has recently been accepted into Boost.
 .
 This package contains the development header files.

Package: libasio-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libasio-dev
Description: documentation for asio C++ library for network programming
 asio is a cross-platform C++ library for network programming that provides
 developers with a consistent asynchronous I/O model using a modern C++
 approach. It has recently been accepted into Boost.
 .
 This package contains the documentation and examples.