mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-23 11:32:54 -08:00
76 lines
2.5 KiB
Plaintext
76 lines
2.5 KiB
Plaintext
Source: libtorrent-rasterbar2
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Cristian Greco <cristian@debian.org>
|
|
Uploaders: Andrew Starr-Bochicchio <asb@debian.org>
|
|
Build-Depends: cmake,
|
|
debhelper (>= 9),
|
|
dh-python,
|
|
libboost-tools-dev,
|
|
libboost-dev,
|
|
libboost-system-dev,
|
|
libssl-dev,
|
|
pkg-config
|
|
Standards-Version: 3.9.8
|
|
Vcs-Git: git://anonscm.debian.org/collab-maint/libtorrent-rasterbar.git
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libtorrent-rasterbar.git
|
|
Homepage: http://www.rasterbar.com/products/libtorrent/index.html
|
|
X-Python-Version: >= 2.4
|
|
X-Python3-Version: >= 3.1
|
|
|
|
Package: libtorrent-rasterbar2
|
|
Architecture: any
|
|
Pre-Depends: dpkg (>= 1.15.6~)
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Suggests: libtorrent-rasterbar2-dbg
|
|
Description: C++ bittorrent library by Rasterbar Software
|
|
Bittorrent library by Rasterbar Software (Arvid Norberg).
|
|
libtorrent-rasterbar is a C++ library that aims to be a good alternative to
|
|
all the other bittorrent implementations around.
|
|
.
|
|
The main goals of libtorrent-rasterbar are:
|
|
* to be cpu efficient
|
|
* to be memory efficient
|
|
* to be very easy to use
|
|
.
|
|
This package contains libtorrent-rasterbar run time shared library.
|
|
|
|
Package: libtorrent-rasterbar2-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Pre-Depends: dpkg (>= 1.15.6~)
|
|
Depends: ${misc:Depends},
|
|
libtorrent-rasterbar2 (= ${binary:Version}),
|
|
libboost-system-dev,
|
|
libssl-dev,
|
|
pkg-config
|
|
Description: Development files for libtorrent-rasterbar
|
|
Bittorrent library by Rasterbar Software (Arvid Norberg).
|
|
libtorrent-rasterbar is a C++ library that aims to be a good alternative to
|
|
all the other bittorrent implementations around.
|
|
.
|
|
The main goals of libtorrent-rasterbar are:
|
|
* to be cpu efficient
|
|
* to be memory efficient
|
|
* to be very easy to use
|
|
.
|
|
This package contains header files and static version of the library.
|
|
|
|
Package: libtorrent-rasterbar2-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: any
|
|
Pre-Depends: dpkg (>= 1.15.6~)
|
|
Depends: ${misc:Depends}, libtorrent-rasterbar2 (= ${binary:Version})
|
|
Description: Debug symbols for libtorrent-rasterbar
|
|
Bittorrent library by Rasterbar Software (Arvid Norberg).
|
|
libtorrent-rasterbar is a C++ library that aims to be a good alternative to
|
|
all the other bittorrent implementations around.
|
|
.
|
|
The main goals of libtorrent-rasterbar are:
|
|
* to be cpu efficient
|
|
* to be memory efficient
|
|
* to be very easy to use
|
|
.
|
|
This package contains debugging symbols.
|