From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oMFBDL76OGS7QQAASxT56A (envelope-from ) for ; Fri, 14 Apr 2023 09:03:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id qDgnDL76OGQDngAAauVa8A (envelope-from ) for ; Fri, 14 Apr 2023 09:03:26 +0200 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 0CA591E176 for ; Fri, 14 Apr 2023 09:03:26 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pnDSc-0000x0-1w; Fri, 14 Apr 2023 03:03:06 -0400 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 1pnDSZ-0000wj-H7 for guix-patches@gnu.org; Fri, 14 Apr 2023 03:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pnDSZ-0006YZ-86 for guix-patches@gnu.org; Fri, 14 Apr 2023 03:03:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pnDSY-0003M1-2i for guix-patches@gnu.org; Fri, 14 Apr 2023 03:03:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62824] [PATCH v2] gnu: Add libfyaml. References: <20230414064251.7432-1-levenson@mmer.org> In-Reply-To: <20230414064251.7432-1-levenson@mmer.org> Resent-From: Alexey Abramov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Apr 2023 07:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62824 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62824@debbugs.gnu.org Received: via spool by 62824-submit@debbugs.gnu.org id=B62824.168145573812836 (code B ref 62824); Fri, 14 Apr 2023 07:03:02 +0000 Received: (at 62824) by debbugs.gnu.org; 14 Apr 2023 07:02:18 +0000 Received: from localhost ([127.0.0.1]:45332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnDRq-0003Ky-58 for submit@debbugs.gnu.org; Fri, 14 Apr 2023 03:02:18 -0400 Received: from mail.mmer.org ([178.22.65.174]:45938) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnDRm-0003Kh-JM for 62824@debbugs.gnu.org; Fri, 14 Apr 2023 03:02:16 -0400 Received: from mail.mmer.org (localhost [127.0.0.1]) by mail.mmer.org (OpenSMTPD) with ESMTP id 6fbda76c for <62824@debbugs.gnu.org>; Fri, 14 Apr 2023 07:02:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=mmer.org; h=from:to :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=dkim; bh=PcPjOsj5EZFCxrSkpz1ZZ1lBu OoVi1j2ReeR7V7S4Hw=; b=22HfGSuwZWVl8Fta91TZ7jqI0Pe8fSc7P6FfPjDBj Jhy6mSyfj1E4sMqKl8VNW/ise65xuVLJvfzQkq1YSlH9l0wdpVDymn3/QgMhRVN0 lUbxZEZqJ1wKq1dRK4/RS2kvQxz7A1AvcIvzU4mRhAmr2x77L7g0e7LJKAvomm5b wE= Received: from delta (j74210.upc-j.chello.nl [24.132.74.210]) by mail.mmer.org (OpenSMTPD) with ESMTPSA id 6a71f53d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <62824@debbugs.gnu.org>; Fri, 14 Apr 2023 07:02:06 +0000 (UTC) Date: Fri, 14 Apr 2023 09:01:49 +0200 Message-Id: <20230414070149.11334-1-levenson@mmer.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: Alexey Abramov X-ACL-Warn: , Alexey Abramov via Guix-patches From: Alexey Abramov 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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1681455806; a=rsa-sha256; cv=none; b=hcnCD5z/s3WSUbmC72cSiaWNY2ETSLnacFuKWDi+BDreirVK6/4ET1rSY+ikiXnKn4KGD4 72ZLkxlj9nfqQXp+UkTKUQezTZcug/MAV1XG4tw/B0PWJEzNz4aabngsOphYLNCyGBpNsc 12+E2ppb74lIvrIxGxEcFFWmeN3hZ6f6+w7rGxEkL6OTeAtigDFExv1qSUF/CWa2RZqt0k 2jOuIJcs2Rk/ZwF6rJJwNUo3PFHCujyLgF0aUpA7Q5ZACxql35Vd2BOXLf9kon4JLnomeZ NdnC7820yKDVr7qfi/V+KFDJYS/zM6hcL+5gkIcmpFXsVOKWV662HhRTcohKZg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mmer.org header.s=dkim header.b=22HfGSuw; 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=1681455806; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: 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=KhkOJSdsPmbC8AHagzUYLbd5eWJBBcq0Gx44sgzar9E=; b=Wx1x/eT5Cpmd6DVBp+xAI/gmaK1L41Ug6TySslbmjCgUrKonEXeVyOeHAcS5pinvez4BcG 1mGYrQuBheJ21xBaLD1Fc3YcAFXMRqcitvtmdPcnyIdiv5l5biHf5pYwFCVCjkZb8wFFXx tF4t0w2tLYFcVc1ot+vlwIWp++TnjdHfWTvHJOwQZ0F39bL1TUmtoJZzmJWyeFzK8YQCba UBZX8bLnKjL+smSjejViH6f/IAfcEhINqoSCjKpIvy3KLjWDlwZbMxRUul8Z18Et/123aB s4VIFryEpecRjAVV5blA/txqQWiloLV7pEsmsHgadCyOjXm2FZj659XsnBBu/g== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.22 X-Spam-Score: -2.22 X-Migadu-Queue-Id: 0CA591E176 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mmer.org header.s=dkim header.b=22HfGSuw; 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 X-TUID: m6rnUVJdPCPe * gnu/packages/serialization.scm (libfyaml): New variable. --- gnu/packages/serialization.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 3f0a550920..87f377879d 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2018 Joshua Sierles, Nextjournal ;;; Copyright © 2020 Martin Becze ;;; Copyright © 2020 Alexandros Theodotou +;;; Copyright © 2023 Alexey Abramov ;;; ;;; This file is part of GNU Guix. ;;; @@ -426,6 +427,34 @@ (define-public libcyaml (home-page "https://github.com/tlsa/libcyaml") (license license:isc))) +(define-public libfyaml + (package + (name "libfyaml") + (version "0.8") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/pantoniou/libfyaml") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "002g0grddfi5y42lq06zj8266rf7h27wq76sr598ad5pxllx3y3g")))) + (build-system gnu-build-system) + (native-inputs + (list autoconf + automake + libtool + pkg-config)) + (home-page "https://github.com/pantoniou/libfyaml") + (synopsis "A fancy 1.2 YAML and JSON parser/writer") + (description + "Fully feature complete YAML parser and emitter, supporting the latest YAML spec +and passing the full YAML testsuite. It is designed to be very efficient, avoiding +copies of data, and has no artificial limits like the 1024 character limit for +implicit keys.") + (license license:expat))) + (define-public yaml-cpp (package (name "yaml-cpp") -- 2.39.2