From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id YCNNEVJQaGUMpgAAG6o9tA:P1 (envelope-from ) for ; Thu, 30 Nov 2023 10:05:22 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id YCNNEVJQaGUMpgAAG6o9tA (envelope-from ) for ; Thu, 30 Nov 2023 10:05:22 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1B44331B7D for ; Thu, 30 Nov 2023 10:05:22 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=jhG1NJad; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1701335122; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=CAWs+nYlINjMFLYctJLP0TIggXxxIp2v4ZqYR3mIjoI=; b=IWC4df7wlPSpfUei76c7IarIDwaP68EdNCkowW0HizaqaSjembNYcEdfm2ztXXdIAkmmqt SdKFjxQ3E7bmqEMhr+0uclO+RFiE3nTnzdUItk6vVQPhj7gz+9LkcHCPy/Wvs1unvp3TTJ 8MZzFaxPXPS0OVX2IF2balrZPUf3pQjdcdhmjrIK26cNwm9DT1bc/l+fUzsGUQr+tWVRyY 87coNutTugLq4NoCfbd/tiSj7VLulJ8+VvIjWI+kss9UqnhcBUzLisapO3jZ2nJ4y9F4zT pN2v5/llmhtJ/CcgPfCnP6z/ZKy0SSWDfKUJy5Cx4RY6RCrYyV1jG+2dTtXcZQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=jhG1NJad; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1701335122; a=rsa-sha256; cv=none; b=PmNOoeH43RSPRJSrJMPKeSJl1IGm+mSE9oHTs8iLRSO5EtUPPySXiOpS5WDwhhkGQ/Gx4G y8w3+hBdonGRRzLaNAeBEr4tKXw2L8UW5c/f3njlyA+rQSuC10BqkHio8lDKgdoiViFm5y 71pi5a2chTInd4HXPKbB3LTi3/zDD/UqtGnyG8tfImx4TvL7A/bKi31EV063aVrm2W86cV UbP5mcI02DtzJRntF3nwurRXgvj+DgMH2PzaVvT/W6aR3OF0wlYJNgNylcUFSbnPpETecD aQ3YixvAJdqW3TB+9/Sqnp/DOO1SmblNhe8aGCSmia4kD2pKIsezLAsb6s2FMg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r8cye-0008GA-U7; Thu, 30 Nov 2023 04:04:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r8cyd-0008ED-29 for guix-patches@gnu.org; Thu, 30 Nov 2023 04:04:55 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r8cyc-0005ME-OZ for guix-patches@gnu.org; Thu, 30 Nov 2023 04:04:54 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r8cyk-0000zf-NQ for guix-patches@gnu.org; Thu, 30 Nov 2023 04:05:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66870] [PATCH v2 2/7] gnu: Add bitsery. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 30 Nov 2023 09:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66870 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66870@debbugs.gnu.org Cc: Sughosha , Gabriel Wicki Received: via spool by 66870-submit@debbugs.gnu.org id=B66870.17013350443673 (code B ref 66870); Thu, 30 Nov 2023 09:05:02 +0000 Received: (at 66870) by debbugs.gnu.org; 30 Nov 2023 09:04:04 +0000 Received: from localhost ([127.0.0.1]:52252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8cxo-0000xA-3A for submit@debbugs.gnu.org; Thu, 30 Nov 2023 04:04:04 -0500 Received: from layka.disroot.org ([178.21.23.139]:34866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8cxf-0000vV-J6 for 66870@debbugs.gnu.org; Thu, 30 Nov 2023 04:03:56 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E10B841C59; Thu, 30 Nov 2023 10:03:46 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YVAfIDrC8fFn; Thu, 30 Nov 2023 10:03:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1701335025; bh=7ymlqZ2NmDPxZl8QMiNiB/osHFyN3CwkmBZygx3gbqs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=jhG1NJadVdt1hrEHnv7y+o2qcSS5brUVIxxWK2SSBcc1X0RhPkRpeENjlKt7zUZno QcBUaYcfj+H8/Z4TIWTFU8nrKIa1zyHLjR42uFYoXDW3MY7MZZuopRC7lRBjqFKENU 4xNO1uN1UOszV+YYI//vqurBbwKtg99vkXwT08A7PAmbN9QF6Oi1cetaYycKttFlpd kBsH2nv/05Yp/8iCW6trCLnPNisDYiFbvmnCenokc3c6yAltEbgfgjf2asg/woOPvJ KWL3D2+/592RKtdAXIO++UoV29esI+LX9O5IALZikHYP09eS4CXrLUvzV6DXRdZt2M Y6gNqfvJqPT3Q== Date: Thu, 30 Nov 2023 10:02:39 +0100 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Sughosha X-ACL-Warn: , Sughosha via Guix-patches From: Sughosha via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.64 X-Spam-Score: -4.64 X-Migadu-Queue-Id: 1B44331B7D X-Migadu-Scanner: mx12.migadu.com X-TUID: k1VkHLj2fOBP From: Sughosha * gnu/packages/cpp.scm (bitsery): New variable. --- gnu/packages/cpp.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 5e35a03254..16fd5bcec5 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2319,6 +2319,30 @@ (define-public gulrak-filesystem (home-page "https://github.com/gulrak/filesystem") (license license:expat))) +(define-public bitsery + (package + (name "bitsery") + (version "5.2.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fraillt/bitsery") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hv2fya7w53bfhlk79b1qnjg1qy076s8kvg22sfdq05bh0hxqrxf")))) + (build-system cmake-build-system) + (arguments + (list #:configure-flags #~(list "-DBITSERY_BUILD_TESTS=ON"))) + (native-inputs (list googletest)) + (synopsis "Header only C++ binary serialization library") + (description "This package provides header only C++ binary serialization +library. It is designed around the networking requirements for real-time data +delivery, especially for games.") + (home-page "https://github.com/fraillt/bitsery") + (license license:expat))) + (define-public cpp-mustache (package (name "cpp-mustache") -- 2.41.0