From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 4JCECszNAGOCCQAAbAwnHQ (envelope-from ) for ; Sat, 20 Aug 2022 14:04:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0C9kCszNAGNqiQAA9RJhRA (envelope-from ) for ; Sat, 20 Aug 2022 14:04:28 +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 F1D3D2C8DA for ; Sat, 20 Aug 2022 14:04:26 +0200 (CEST) Received: from localhost ([::1]:39420 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPNDG-0005GX-4n for larch@yhetil.org; Sat, 20 Aug 2022 08:04:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPNCs-0005FQ-AQ for guix-patches@gnu.org; Sat, 20 Aug 2022 08:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41729) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oPNCs-000115-1z for guix-patches@gnu.org; Sat, 20 Aug 2022 08:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oPNCr-0005lo-Ne for guix-patches@gnu.org; Sat, 20 Aug 2022 08:04:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57298] [PATCH 2/5] gnu: Add ocaml-pprint. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 20 Aug 2022 12:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57298 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: pukkamustard Cc: 57298@debbugs.gnu.org Received: via spool by 57298-submit@debbugs.gnu.org id=B57298.166099701522143 (code B ref 57298); Sat, 20 Aug 2022 12:04:01 +0000 Received: (at 57298) by debbugs.gnu.org; 20 Aug 2022 12:03:35 +0000 Received: from localhost ([127.0.0.1]:59711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPNCQ-0005l4-VF for submit@debbugs.gnu.org; Sat, 20 Aug 2022 08:03:35 -0400 Received: from lepiller.eu ([89.234.186.109]:48098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPNCJ-0005ko-Sn for 57298@debbugs.gnu.org; Sat, 20 Aug 2022 08:03:33 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id ca0fa492; Sat, 20 Aug 2022 12:03:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=5UULVVVlOJxF wuUtQQ1fAJ5QE0gy827ZzPt7+4XAEUI=; b=O1bBrPjlQXe/9fWeW5loClna2gxK O1n3OCSgVy8lb1xlD6wlmbjv4+Et9npoUfA8qOiUy5GFoNt+cZfHVckM5Dokqtk0 UpGsixYV96Yr4WLBFvXOPP/OVMaG9Ik7q1B0Dfrywb8Duj68AbtysMMP72n2lv4K XOfObVMc5TbPbkO8WCYmH1UGwbSBkB6r4V7sDsIl2Boms2Gs19JbQcu/x0YCcjWa TWOFSnjBIqUfclgVy7Y1bs7+SkX/i1QQxzHfUczhnxttwObgxNA4C3Stde2xTo3F AVMtDtFWrOBbcONZOtZdBUm06p/BgpXL/04fqpn5ljPvMoSmbKfl2CR1Og== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 43af7ac9 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 20 Aug 2022 12:03:25 +0000 (UTC) Date: Sat, 20 Aug 2022 14:03:23 +0200 From: Julien Lepiller Message-ID: <20220820140323.3e5e6dc5@sybil.lepiller.eu> In-Reply-To: <20220819152432.26135-2-pukkamustard@posteo.net> References: <20220819152149.25881-1-pukkamustard@posteo.net> <20220819152432.26135-1-pukkamustard@posteo.net> <20220819152432.26135-2-pukkamustard@posteo.net> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660997067; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=KC/rOXqgjp+2ev7WlTbbWPqkrM17Nq3+xOcgDQFHQL0=; b=T2Gn3s9qBL9WDx1VMhrltTx2TQfWWuigi/JNc2fV/eT3eaxDmAMjfBpBvZJjH6cEW+lstl pxe0QqNgBasrX7jVjf641KGVgRigf4bgJ+kcldeWDY+LI9BRx8tZUeN6x05/AbJL7Aq70U Ap1o+6zTq7qvwifPsGBiytBp/Ae2IGybcNpgomnTF812UTbqt8pGRaQV2flpkMpI7xCa7Z roL9U8IQHfya4JZqJe0svM5G+p65gABZ5X+tgTfHxoyMPp+lx4YjGFnopl+R5ZGoo5ETXV kyamy99pgRrRlh+QrUr/RNZNJFgqYb9Xr6Jcv8DqhOS95HmgnP64Uql/bA/Kog== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660997067; a=rsa-sha256; cv=none; b=XnmqXiXwB4Q1EOutcWcy3WQeyix5BPXuM1CqEPOWggeU5hDBVZqhHV23ZeVhxy1tVieVHh 3FDre+uNdY6CLh98RLD1Eyx50CZyQBFddQRPVxftNodGXp5P+IvUkBi0X9zLB14hyGcJr9 Z/uM7hHmW8zEevJ7YK/pyXGrbEwv3cK5sQ4aYkQQFjueABfoj6nLEMnbzZA/+Cc4yTGsgt ppJD1ZGeH2e9mssW6CIkitBj6n3e5WRcjZUq3nSSMtQ9CQI+cbbnaAr/TzBHhFdnmPkqx7 AhlQ26PcBX+l4MoEMX13e/k5amdYE+/YxoJ4uVYpIwQPkLXmSEbdN0KCjWo7XQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=O1bBrPjl; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); 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" X-Migadu-Spam-Score: 6.15 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=O1bBrPjl; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); 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" X-Migadu-Queue-Id: F1D3D2C8DA X-Spam-Score: 6.15 X-Migadu-Scanner: scn1.migadu.com X-TUID: fZXhCRPq7j5q Hi! guix lint complains this package is not the latest version. Indeed, it's 2 years old when there are newer versions. The latest version seems to work fine. Why do you need this version precisely? Le Fri, 19 Aug 2022 15:24:29 +0000, pukkamustard a =C3=A9crit : > * gnu/packages/ocaml.scm (ocaml-pprint): New variable. > --- > gnu/packages/ocaml.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) >=20 > diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm > index 14550d1232..dc56fb3ba3 100644 > --- a/gnu/packages/ocaml.scm > +++ b/gnu/packages/ocaml.scm > @@ -8579,6 +8579,31 @@ (define-public ocaml-afl-persistent > repeated forking and is much faster.") > (license license:expat))) > =20 > +(define-public ocaml-pprint > + (package > + (name "ocaml-pprint") > + (version "20200410") > + (home-page "https://github.com/fpottier/pprint") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url home-page) > + (commit version))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "16xc0rd4yj1y9rrs9fbhidd08icy4pc1plx48hp0xs6vnkh1wxjm")))) > + (build-system dune-build-system) > + (synopsis "OCaml pretty-printing combinator library and rendering > +engine") > + (description "This OCaml library offers a set of combinators for > building +so-called documents as well as an efficient engine for > converting documents to +a textual, fixed-width format. The engine > takes care of indentation and line +breaks, while respecting the > constraints imposed by the structure of the +document and by the text > width.") > + (license license:lgpl2.0))) > + > (define-public ocaml-bibtex2html > (package > (name "ocaml-bibtex2html")