From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 4DjaDMRSA2N76wAAbAwnHQ (envelope-from ) for ; Mon, 22 Aug 2022 11:56:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 0IPNC8RSA2POeQEAG6o9tA (envelope-from ) for ; Mon, 22 Aug 2022 11:56:20 +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 ECCEB89AA for ; Mon, 22 Aug 2022 11:56:19 +0200 (CEST) Received: from localhost ([::1]:36592 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQ4AN-0007f2-4o for larch@yhetil.org; Mon, 22 Aug 2022 05:56:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54086) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQ4A6-0007eg-Vi for guix-patches@gnu.org; Mon, 22 Aug 2022 05:56:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oQ4A6-0007dK-NG for guix-patches@gnu.org; Mon, 22 Aug 2022 05:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oQ4A6-00065i-Jz for guix-patches@gnu.org; Mon, 22 Aug 2022 05:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57298] [PATCH v2 2/5] gnu: Add ocaml-pprint. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 22 Aug 2022 09:56:02 +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: 57298@debbugs.gnu.org Cc: pukkamustard Received: via spool by 57298-submit@debbugs.gnu.org id=B57298.166116213223336 (code B ref 57298); Mon, 22 Aug 2022 09:56:02 +0000 Received: (at 57298) by debbugs.gnu.org; 22 Aug 2022 09:55:32 +0000 Received: from localhost ([127.0.0.1]:37912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQ49c-00064I-50 for submit@debbugs.gnu.org; Mon, 22 Aug 2022 05:55:32 -0400 Received: from mout02.posteo.de ([185.67.36.66]:49311) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQ49a-00063l-Iv for 57298@debbugs.gnu.org; Mon, 22 Aug 2022 05:55:31 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id B9A0A240103 for <57298@debbugs.gnu.org>; Mon, 22 Aug 2022 11:55:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1661162124; bh=/x5ygCHWqOdIAV6xG8u2ckWyyvIAv0SIxnisa0VIybI=; h=From:To:Cc:Subject:Date:From; b=QXdG22HzCBKFi4xSrE7raGrIFwaT3XY6hueWe2Hpq0uS6OD7R9C9iEq/sa8IQ7QXX 6q/+9gyeiKaFZqL1RTxs4Cs7kYBB6qC+3cf8xqybJDuE8+mpxby9JyA73zUGd3BCnO 3af4eWXldDN3JJ9TcemmMdboodi/4YfkFqg8FtfUYn8uwDTuYYE/ba5uhqssn8cMPb bHhvB8VU/8uLTPt2eJJp0c5wjSkG3U/oziNOxceb3h0ia8JHKhJRYY9dj/TRVjfusk cN9xjNksW+aerk3MLLL3BVQOj7/4W4CXFXBsyuoOseL8vK9opFaYkHPdM0SO6IDxbO hRxUUrjrGSHLw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MB75Q26Yrz6tlh; Mon, 22 Aug 2022 11:55:22 +0200 (CEST) From: pukkamustard Date: Mon, 22 Aug 2022 09:54:36 +0000 Message-Id: <20220822095439.12522-2-pukkamustard@posteo.net> In-Reply-To: <20220822095439.12522-1-pukkamustard@posteo.net> References: <20220819152149.25881-1-pukkamustard@posteo.net> <20220822095439.12522-1-pukkamustard@posteo.net> 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: , 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=1661162180; h=from:from:sender:sender: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=Qno+lBQLd93oegIygHJTbKdrwUz65cLtPe+hZBBB7AM=; b=ChrSpDP7uiwwihVadOJsuy7x2iqBdKyXtHyrIeulTAC2O+gUFhYBe1yQju/Y0kf87grOmm kJ0rBPkNRpXzu0w3mSfISbAt+RmKsmY5bhyqkXsBK91Xks8KTNYwSZTpyLHlbC0ngxRo/q Wlx1UEI6AePPBpBeFtMGyueRThf7LJIG5qRJJT+V+AePoBn2daTECGR/kiq3TN46UkEzu9 VrU6lSm/gF2VIGsejZIxrtF1oecPlB9Ykaen9fkKrbeSXiZt7mUluUeqS2N92j8VCE6xyQ b6bGAcDTfnYVlrPJkNPIEiQQq1ixNb/DJjD9ksHaBdAc7q/h9gifQH+jyXSYyw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661162180; a=rsa-sha256; cv=none; b=ZWqnsfdJIY5fHgJBrJheAdpEr+QBvYxnCWy6lEk6SivbBYp6dvhcCIyKpIzQTW1RM4U6tq o/HDwuJAn3Rk5boy808DvHtNimJNjyYswdccegRgA4tOZaJqtmMVbiBPzQNK9IKdHGwNe7 7AefpwYAN/6ll2aW2ND6squQxczA1B4RqiNQhpSUNiz0G7qpZvEV483JyEh8UuDbo/jB4d HVzPyhIBfxOGjWoV17QdDk+gmCISSPCzoDCy123+TYKLoIMYgUotELwv/x9TX8PVnNkbgr vnLHGknpEtAUk1rkFJp/YBO6BPKaeZf6aP6s8jGRvh+nzrLdAutqPY44ylCecw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=QXdG22Hz; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (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: 8.18 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=QXdG22Hz; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (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: ECCEB89AA X-Spam-Score: 8.18 X-Migadu-Spam: Yes X-Migadu-Scanner: scn0.migadu.com X-TUID: 3Nl9u+poyj/2 * gnu/packages/ocaml.scm (ocaml-pprint): New variable. --- gnu/packages/ocaml.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 14550d1232..aaa596ae20 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))) +(define-public ocaml-pprint + (package + (name "ocaml-pprint") + (version "20220103") + (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 + "09y6nwnjldifm47406q1r9987njlk77g4ifqg6qs54dckhr64vax")))) + (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") -- 2.37.1