On Thu Dec 16, 2021 at 09:57:14PM +0000, Klemens Nanni wrote:
> Another standalone dependency, PKG_ARCH=* and NO_BUILD=yes this time
> even since it merely packages a few C++ header files.
> 
> I have disabled docs, tests and examples to be able to ship nothing but
> headers and get going.
> 
> My Makefile does however contain the setup and commentary to get going
> should any of this be needed.  I do plan to at least build the examples
> and run tests, see if there is anything to upstream, but for now my time
> is limited.
> 
> Feedback? OK?
> ---
> Information for inst:range-v3-0.11.0
> 
> Comment:
> range library for C++14/17/20
> 
> Description:
> Range library for C++14/17/20.  This code was the basis of
> [a formal proposal](https://ericniebler.github.io/std/wg21/D4128.html) to
> add range support to the C++ standard library.  That proposal evolved
> through a Technical Specification, and finally into
> [P0896R4 "The One Ranges Proposal"](https://wg21.link/p0896r4) which was
> merged into the C++20 working drafts in November 2018.
> 
> Ranges are an extension of the Standard Template Library that makes its
> iterators and algorithms more powerful by making them _composable_.
> Unlike other range-like solutions which seek to do away with iterators,
> in range-v3 ranges are an abstration layer _on top_ of iterators.
> 
> Maintainer: Klemens Nanni <k...@openbsd.org>
> 
> WWW: https://github.com/ericniebler/range-v3

Maybe this is helpful too:

-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON

Otherwise it looks good, ok rsadowski

Reply via email to