Bug#1072684: ITP: tl-optional -- C++11/14/17 std::optional with functional-style extensions

2024-06-06 Thread Timo Röhling
* License : CC0, Expat Programming Lang: C++ Description : C++11/14/17 std::optional with functional-style extensions std::optional is the preferred way to represent an object which may or may not have a value. Unfortunately, chaining together many computations which may or may not

Bug#1040176: ITP: cppdap -- C++11 implementation of the Debug Adapter Protocol

2023-07-02 Thread Timo Röhling
: Apache-2.0 Programming Lang: C++ Description : C++11 implementation of the Debug Adapter Protocol cppdap is a C++11 library to implement a Debug Adapter Protocol (DAP) client or server. It provides C++ type-safe structures for the full DAP specification, and provides a simple way

Re: Bug#1007766: ITP: mppp -- C++11/14/17/20 library for multiprecision arithmetic

2022-03-16 Thread Gürkan Myczko
Hi Jerome, What is the advantages of mp++ over mpfrc++ which is already packaged ? Exactly the question I have been waiting for. Actually I can't tell, but forwarded the question that was asking to use mp++... if I know more, I'll update the answer. Chhers, Jerome Thanks,

Re: Bug#1007766: ITP: mppp -- C++11/14/17/20 library for multiprecision arithmetic

2022-03-16 Thread Jerome BENOIT
* License : MPL-2.0   Description : C++11/14/17/20 library for multiprecision arithmetic  Built on top of the GNU multiprecision stack (GMP, MPFR, MPC), mp++ was  initially conceived as a GMP wrapper with special focus on performance with  small operands. In particular, a small

Bug#1007766: ITP: mppp -- C++11/14/17/20 library for multiprecision arithmetic

2022-03-16 Thread Gürkan Myczko
: C++11/14/17/20 library for multiprecision arithmetic Built on top of the GNU multiprecision stack (GMP, MPFR, MPC), mp++ was initially conceived as a GMP wrapper with special focus on performance with small operands. In particular, a small buffer optimisation and custom implementations of

Bug#963926: O: mstch -- Mustache implementation in C++11

2020-06-28 Thread Guus Sliepen
Package: wnpp Severity: normal I intend to orphan the mstch package. The package description is: Mstch is a complete implementation of {{mustache}} templates using modern C++. It's compliant with specifications v1.1.3, including the lambda module. . Mustache is a logic-less template language

Bug#950434: ITP: net-cpp -- C++11 library for networking purposes

2020-02-01 Thread Mike Gabriel
Package: wnpp Severity: wishlist Owner: Mike Gabriel * Package name: net-cpp Version : 2.0.1 Upstream Author : Marius Gripsgard * URL : https://gitlab.com/ubports/core/lib-cpp/net-cpp/ * License : LGPL-3.0 Programming Lang: C++ Description : C++11

Bug#946936: ITP: json11 -- A tiny JSON library for C++11

2019-12-18 Thread Sebastien Delafond
++11 json11 is a tiny JSON library for C++11, providing JSON parsing and serialization. . The core object provided by the library is json11::Json. A Json object represents any JSON value: null, bool, number (int or double), string (std::string), array (std::vector), or object (std::map). . Json

Bug#895222: ITP: howardhinnant-date -- date and time library based on the C++11/14/17 header

2018-04-08 Thread Matthijs Möhlmann
: date and time library based on the C++11/14/17 header "date.h" is a header-only library which builds upon . It adds some new duration types, and new time_point types. It also adds "field" types such as year_month_day which is a struct {year, month, day}. And it provides conveni

Bug#892007: ITP: libxpp -- A C++11 RAII wrapper for XCB

2018-03-03 Thread Jason Pleau
Package: wnpp Severity: wishlist Owner: Jason Pleau * Package name: libxpp Version : 1.4.0 Upstream Author : Jochen Keil * URL : https://github.com/jaagr/xpp * License : MIT Programming Lang: C++, Python Description : A C++11 RAII wrapper for XCB XPP

Bug#888705: ITP: abseil -- Collection of C++ code (compliant to C++11) designed to augment the C++ standard library

2018-01-28 Thread Anton Gladky
Package: wnpp Severity: wishlist Owner: Anton Gladky * Package name: abseil Version : 0~git Upstream Author : Google Inc. * URL : https://abseil.io/ * License : Apache-2.0 Programming Lang: C++ Description : Collection of C++ code (compliant to C++11

Bug#887960: ITP: dbus-cpp -- header-only dbus-binding leveraging C++-11

2018-01-21 Thread Chris Lamb
Programming Lang: C++ Description : header-only dbus-binding leveraging C++-11 A header-only dbus-binding leveraging C++-11, relying on compile-time polymorphism to integrate with arbitrary type systems. Runtime portions to bind to different event loops. Regards

Bug#887961: ITP: process-cpp -- C++11 library for handling processes (runtime libraries)

2018-01-21 Thread Chris Lamb
Programming Lang: C++ Description : C++11 library for handling processes (runtime libraries) process-cpp is a simple and straightforward wrapper around process creation and control. It helps both with handling child processes and with interacting with the current process. Some of its features include

Bug#886129: ITP: mstch -- Mustache implementation in C++11

2018-01-02 Thread Guus Sliepen
Package: wnpp Severity: wishlist Owner: Guus Sliepen * Package name: mstch Version : 1.0.2 Upstream Author : Daniel Sipka * URL : https://github.com/no1msd/mstch * License : MIT Programming Lang: C++ Description : Mustache implementation in C++11

Bug#882585: ITP: properties-cpp -- C++11 library providing properties/signals

2017-11-24 Thread Mike Gabriel
Package: wnpp Severity: wishlist Owner: Mike Gabriel * Package name: properties-cpp Version : 0.0.1~bzr17 Upstream Author : Thomas Voß * URL : https://launchpad.net/properties-cpp * License : GPL-3 Programming Lang: C++ Description : C++11 library

Bug#878641: ITP: argagg -- Argument Aggregator - Simple C++11 command line argument parser

2017-10-15 Thread Didier 'OdyX' Raboud
Package: wnpp Severity: wishlist Owner: Didier 'OdyX' Raboud Package name: argagg Version : 0.4.6 Upstream Author : Viet The Nguyen URL : https://github.com/vietjtnguyen/argagg License : MIT Programming Lang: C++ Description : Argument Aggregator

Bug#861753: ITP: measurement-kit -- Portable C++11 network measurement library

2017-05-03 Thread Iain R. Learmonth
escription : Portable C++11 network measurement library MeasurementKit is a library that implements open network measurement methodologies (performance, censorship, etc.) and targets mobile platforms (Android and iOS). It is meant to be embedded by third party applications with specific network m

Bug#847384: ITP: docopt.cpp -- C++11 port of docopt

2016-12-07 Thread Ghislain Antony Vaillant
Package: wnpp Severity: wishlist Owner: Ghislain Antony Vaillant * Package name: docopt.cpp Version : 0.6.2 Upstream Author : Jared Grubb * URL : https://github.com/docopt/docopt.cpp * License : MIT / BSL Programming Lang: C++ Description : C++11 port

Bug#844597: ITP: pybind11 -- seamless operability between C++11 and Python

2016-11-17 Thread Ghislain Antony Vaillant
operability between C++11 and Python Long-Description pybind11 is a lightweight header library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellent Boost.Python library by David Abrahams: to

Bug#816038: ITP: mapbox-variant -- Alternative to boost::variant for C++11

2016-02-26 Thread Bas Couwenberg
++ Description : Alternative to boost::variant for C++11 Mapbox variant has the same speedy performance of boost::variant but is faster to compile, results in smaller binaries, and has no dependencies. Mapbox variant has been a very valuable, lightweight alternative for apps that can use c++11

Bug#809362: ITP: opendht -- lightweight C++11 distributed hash table implementation

2015-12-29 Thread Tomasz Buchert
: lightweight C++11 Distributed Hash Table implementation A lightweight C++11 Distributed Hash Table implementation originally based on https://github.com/jech/dht by Juliusz Chroboczek. . * Light and fast C++11 Kademlia DHT library * Distributed shared key->value data-store * Clean

Re: How to build-depend on a C++11-capable compiler?

2014-07-25 Thread Emilio Pozuelo Monfort
On 25/07/14 16:47, Osamu Aoki wrote: > Hi, > > I do not know about your case. > > FYI: I uploaded c++11 depending package as a sponsor since it compiled > nicely on my amd64. Than got bug report from arm people. > > On Tue, Jul 22, 2014 at 10:35:17AM +0200, Thibaut

Re: How to build-depend on a C++11-capable compiler?

2014-07-25 Thread Osamu Aoki
Hi, I do not know about your case. FYI: I uploaded c++11 depending package as a sponsor since it compiled nicely on my amd64. Than got bug report from arm people. On Tue, Jul 22, 2014 at 10:35:17AM +0200, Thibaut Paumard wrote: > > Well, since g++-4.9 now c++11 feature complete (wi

Re: How to build-depend on a C++11-capable compiler?

2014-07-22 Thread Matthias Klose
Am 21.07.2014 14:31, schrieb Mathieu Malaterre: > On Mon, Jul 21, 2014 at 12:48 PM, Thibaut Paumard wrote: >> Hi, >> >> The new release of my package Gyoto should be built preferably with a >> C++11-capable compiler. It can be built with a reduced feature-set >>

Re: How to build-depend on a C++11-capable compiler?

2014-07-22 Thread Thibaut Paumard
Le 21/07/2014 23:19, Gert Wollny a écrit : >> Last time I asked: >> >> https://lists.debian.org/debian-devel/2013/09/msg00335.html >> >> It was prefered to provide a C++98 ABI compatible library for the time >> being. If you start providing a C++11 ABI libra

Re: How to build-depend on a C++11-capable compiler?

2014-07-21 Thread Gert Wollny
> Last time I asked: > > https://lists.debian.org/debian-devel/2013/09/msg00335.html > > It was prefered to provide a C++98 ABI compatible library for the time > being. If you start providing a C++11 ABI library people will not be > able to mix symbols from your lib and

Re: How to build-depend on a C++11-capable compiler?

2014-07-21 Thread Mathieu Malaterre
On Mon, Jul 21, 2014 at 12:48 PM, Thibaut Paumard wrote: > Hi, > > The new release of my package Gyoto should be built preferably with a > C++11-capable compiler. It can be built with a reduced feature-set > without, though. > > Is there a clever way to ensure that the defaul

Re: How to build-depend on a C++11-capable compiler?

2014-07-21 Thread Ondřej Surý
On Mon, Jul 21, 2014, at 12:48, Thibaut Paumard wrote: > Hi, > > The new release of my package Gyoto should be built preferably with a > C++11-capable compiler. It can be built with a reduced feature-set > without, though. > > Is there a clever way to ensure that the defaul

How to build-depend on a C++11-capable compiler?

2014-07-21 Thread Thibaut Paumard
Hi, The new release of my package Gyoto should be built preferably with a C++11-capable compiler. It can be built with a reduced feature-set without, though. Is there a clever way to ensure that the default compiler is C++11-capable, if available in the archive, or should I simply Build-Depend

Re: C++11

2013-08-06 Thread Dmitrijs Ledkovs
On 6 August 2013 14:41, Pau Garcia i Quiles wrote: > Hello, > > I am the maintainer of Wt [1], a C++ web development library (think of Qt or > Gtk+ for the web) and web server. > > My upstream [2] sent me a mail asking about mixing C++03 and C++11. My > understanding is it

C++11

2013-08-06 Thread Pau Garcia i Quiles
Hello, I am the maintainer of Wt [1], a C++ web development library (think of Qt or Gtk+ for the web) and web server. My upstream [2] sent me a mail asking about mixing C++03 and C++11. My understanding is it is not possible for a variety of reasons, unless all players take great care (see [3

Re: Specifying a C++11 compatible pre-dependency

2013-05-19 Thread Ondřej Surý
e requires a > fairly complete C++11 support in order to compile. I have tried to signify > this by adding "Build-Depends: gcc (>= 4:4.7)" to the dependencies. > > On PowerPC, despite gcc version 4.7 (and, indeed, 4.8) being available, the > "gcc" package

Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Shachar Shemesh
Hi all, I have a package[1] that will not transition to testing due to failed compilation on powerpc. The problem is that the actual package requires a fairly complete C++11 support in order to compile. I have tried to signify this by adding "Build-Depends: gcc (>= 4:4.7)" to the

Re: Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Adam Borowski
On Wed, May 15, 2013 at 06:15:37PM +0300, Shachar Shemesh wrote: > package requires > a fairly complete C++11 support in order to compile. I have tried to > signify this by adding "Build-Depends: gcc (>= 4:4.7)" to the dependencies. > > On PowerPC, despite gcc version

Re: Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Andreas Beckmann
On 2013-05-15 17:15, Shachar Shemesh wrote: > I have a package[1] that will not transition to testing due to failed > compilation on powerpc. The problem is that the actual package requires > a fairly complete C++11 support in order to compile. I have tried to > signify this by a

Re: Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Guillem Jover
Hi! On Wed, 2013-05-15 at 18:15:37 +0300, Shachar Shemesh wrote: > I have a package[1] that will not transition to testing due to failed > compilation on powerpc. The problem is that the actual package requires > a fairly complete C++11 support in order to compile. I have tried to >

Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Shachar Shemesh
Hi all, I have a package[1] that will not transition to testing due to failed compilation on powerpc. The problem is that the actual package requires a fairly complete C++11 support in order to compile. I have tried to signify this by adding "Build-Depends: gcc (>= 4:4.7)" to the