From patchwork Thu Dec 28 09:40:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pukkamustard X-Patchwork-Id: 58126 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 91FB427BBEA; Thu, 28 Dec 2023 09:41:20 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id F2D6227BBE2 for ; Thu, 28 Dec 2023 09:41:19 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rImsz-0007cb-Rm; Thu, 28 Dec 2023 04:41:05 -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 1rImsx-0007bs-PT for guix-patches@gnu.org; Thu, 28 Dec 2023 04:41:03 -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 1rImsx-00082H-GI for guix-patches@gnu.org; Thu, 28 Dec 2023 04:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rImsw-0005l9-Kd for guix-patches@gnu.org; Thu, 28 Dec 2023 04:41:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52555] [PATCH v4 2/7] gnu: Add guile-coap. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 28 Dec 2023 09:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52555 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52555@debbugs.gnu.org Cc: pukkamustard , ludo@gnu.org, maximedevos@telenet.be Received: via spool by 52555-submit@debbugs.gnu.org id=B52555.170375643822042 (code B ref 52555); Thu, 28 Dec 2023 09:41:02 +0000 Received: (at 52555) by debbugs.gnu.org; 28 Dec 2023 09:40:38 +0000 Received: from localhost ([127.0.0.1]:38518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rImsY-0005jM-8W for submit@debbugs.gnu.org; Thu, 28 Dec 2023 04:40:38 -0500 Received: from mout01.posteo.de ([185.67.36.65]:51185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rImsT-0005iM-1r for 52555@debbugs.gnu.org; Thu, 28 Dec 2023 04:40:33 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4079A240028 for <52555@debbugs.gnu.org>; Thu, 28 Dec 2023 10:40:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1703756428; bh=Sdoht0UFA996/7WsDDl+9pl/JxEuhWozmUYjXqLx+KA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=F5S5865GWY6wpb9BsgumdfWcpLT/JSdnBxBYehvjigQ0Es+mWoX3GHK5lbh6D/9v5 eEApxQ/VBNnh9BgGzZaU8bRKJ5gOLZuznJV+L4cB99D5raaLayLhyaOjov+O4Ffywg yWW4SvIkqbVh6lDTXKkB4A/g8ORhsGedgBLtFlYF3h16Av6zZsxkgdDjzCFoZvcg5A osluOxx3dlZktf3neOQXMI19VzP4lzqZm2XJxT0828Av23ukqND1uSd7oNjiYKU61a 8dYasXuyUoxCEPJL5GMjCz8u0oA8DaZI37udGssLILEdZg7QkYvWagbpIeNvQ1IACD jNAD/AEOvX9CA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4T13Qg34Gdz6tn4; Thu, 28 Dec 2023 10:40:27 +0100 (CET) From: pukkamustard Date: Thu, 28 Dec 2023 09:40:05 +0000 Message-ID: In-Reply-To: References: MIME-Version: 1.0 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: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/guile-xyz.scm (guile-coap): New variable. --- gnu/packages/guile-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 7b44dc3167..2fc6d079a1 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1457,6 +1457,38 @@ (define-public guile-aws the Guile compiler tower to generate the DSL from AWS JSON specifications.") (license license:gpl3+)))) +(define-public guile-coap + (let ((commit "1218d4f98210a14b52cf8185c9a7d39ed8b28643") + (revision "0")) + (package + (name "guile-coap") + (version (git-version "0.2.0-dev" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://codeberg.org/eris/guile-coap.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 (base32 "0mk9s4vzsi5y3sk8rs4a0jdcn6qj54nh7nwicdrsj77b9nghqwb3")))) + (build-system gnu-build-system) + (native-inputs + (list autoconf + automake + pkg-config + texinfo)) + (inputs (list guile-3.0)) + (propagated-inputs (list guile-fibers)) + (synopsis "Guile implementation of the Constrained Application Protocol (CoAP)") + (description "Gulie-CoAP is a Guile implementation of the Constrained +Application Protocol (CoAP). CoAP is a network transport protocol specialized +for use with constrained nodes and constrained networks (e.g. low-power, +lousy). This library implements basic serialization of CoAP messages over UDP +(RFC 7252) and TCP (RFC 8323) as well as an asynchronous TCP client (using +@code{guile-fibers})." ) + (home-page "https://codeberg.org/eris/guile-coap") + (license license:gpl3+)))) + (define-public guile-simple-zmq (let ((commit "d25d1865e3378d93c44e2b4f5246a70b078a489d") (revision "11"))