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 40 41 42
|
Source: range-v3
Section: libdevel
Priority: optional
Maintainer: Nicholas Guriev <guriev-ns@ya.ru>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
cmake (>= 3.6.0),
doxygen (>= 1.8.13) <!nodoc>,
doxygen-latex (>= 1.8.13) <!nodoc>,
libboost-date-time-dev (>= 1.59.0) <!nocheck>,
libboost-program-options-dev (>= 1.59.0) <!nocheck>,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/ericniebler/range-v3
Vcs-Git: https://salsa.debian.org/debian/range-v3.git
Vcs-Browser: https://salsa.debian.org/debian/range-v3
Package: librange-v3-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: librange-v3-doc
Description: range algorithms, views, and actions for C++14/17/20 - headers
Range-v3 is a generic library that augments the existing standard library with
facilities for working with ranges. A range can be loosely thought of a pair
of iterators. This library provides a full implementation of all the standard
algorithms with range-based overloads for convenience.
.
This package contains headers of the library.
Package: librange-v3-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: range algorithms, views, and actions for C++14/17/20 - documentation
Range-v3 is a generic library that augments the existing standard library with
facilities for working with ranges. A range can be loosely thought of a pair
of iterators. This library provides a full implementation of all the standard
algorithms with range-based overloads for convenience.
.
This package ships HTML documentation of the library.
|