Source: libbitcoin0
Section: libs
Priority: optional
Maintainer: Pablo Castellano <pablo@anche.no>
Build-Depends: debhelper (>= 8.1.3~), pkg-config, autoconf, automake, autotools-dev, libtool, libboost-all-dev, libcurl4-openssl-dev, libleveldb-dev
Standards-Version: 3.9.4
Vcs-Git: https://github.com/libbitcoin/libbitcoin.git
Vcs-Browser: https://github.com/libbitcoin/libbitcoin
Homepage: http://libbitcoin.dyne.org/

Package: libbitcoin-dev
Section: libdevel
Architecture: any
Depends: libbitcoin0 (= ${binary:Version}), ${misc:Depends}
Description: Asynchronous C++ Bitcoin library - development files
 libbitcoin is a bitcoin library targeted towards high end use. The library
 places a heavy focus around asychronicity. This enables a big scope for
 future scalability as each component has its own thread pool.
 By increasing the number of threads for that component the library is able
 to scale outwards across CPU cores. This will be vital in the future as
 the demands of the bitcoin network grow.
 .
 Another core design principle is libbitcoin is not a framework, but a
 toolkit. Frameworks hinder development during the latter stages of a
 development cycle, enforce one style of coding and do not work well with
 other frameworks. By contrast, libbitcoin functions as an independent set
 of mutual components with no dependencies between them.
 .
 This package provides the development files (ie. includes, static library),
 that allow to build software which uses libbitcoin.

Package: libbitcoin0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Asynchronous C++ Bitcoin library
 libbitcoin is a bitcoin library targeted towards high end use. The library
 places a heavy focus around asychronicity. This enables a big scope for
 future scalability as each component has its own thread pool.
 By increasing the number of threads for that component the library is able
 to scale outwards across CPU cores. This will be vital in the future as
 the demands of the bitcoin network grow.
 .
 Another core design principle is libbitcoin is not a framework, but a
 toolkit. Frameworks hinder development during the latter stages of a
 development cycle, enforce one style of coding and do not work well with
 other frameworks. By contrast, libbitcoin functions as an independent set
 of mutual components with no dependencies between them.
 .
 This package contains the shared library for libbitcoin.
