From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Help packaging rct. Date: Tue, 09 Jan 2018 13:22:29 +0100 Message-ID: <87d12jusqi.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYsvN-0006LA-Qt for guix-devel@gnu.org; Tue, 09 Jan 2018 07:22:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYsvI-0004hY-6f for guix-devel@gnu.org; Tue, 09 Jan 2018 07:22:37 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:58560) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYsvI-0004cJ-0l for guix-devel@gnu.org; Tue, 09 Jan 2018 07:22:32 -0500 In-Reply-To: (Fis Trivial's message of "Tue, 9 Jan 2018 06:05:09 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Fis Trivial Cc: "guix-devel@gnu.org" Fis Trivial skribis: > And by reading the source code, it's a basic collection of C++ facilities= which contains > abstraction for process, file system and other stuff like socket. I searc= hed through the > gnu/packages directory, Boost and Qt have their own module, some c++ libr= aries like cereal > have their very specific purpose. > > So, do you have a specific place for libraries like rct? (gnu packages cpp) looks like the right place for it. HTH, Ludo=E2=80=99.