From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id MBB3KtTPAmKQsgAAgWs5BA (envelope-from ) for ; Tue, 08 Feb 2022 21:17:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GOJXI9TPAmJX5AAAG6o9tA (envelope-from ) for ; Tue, 08 Feb 2022 21:17:24 +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 42D9B37B4A for ; Tue, 8 Feb 2022 21:17:24 +0100 (CET) Received: from localhost ([::1]:39912 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nHWvQ-0001tk-Q1 for larch@yhetil.org; Tue, 08 Feb 2022 15:17:21 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41106) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHWuD-0000cP-Qz for guix-patches@gnu.org; Tue, 08 Feb 2022 15:16:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54947) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHWuD-0007Xv-HY for guix-patches@gnu.org; Tue, 08 Feb 2022 15:16:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nHWuD-0002av-Dr for guix-patches@gnu.org; Tue, 08 Feb 2022 15:16:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53882] [PATCH 10/24] gnu: Add ocaml-ppx-fixed-literal. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Feb 2022 20:16:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53882 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53882@debbugs.gnu.org Received: via spool by 53882-submit@debbugs.gnu.org id=B53882.16443513179735 (code B ref 53882); Tue, 08 Feb 2022 20:16:05 +0000 Received: (at 53882) by debbugs.gnu.org; 8 Feb 2022 20:15:17 +0000 Received: from localhost ([127.0.0.1]:48806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHWtR-0002Wr-29 for submit@debbugs.gnu.org; Tue, 08 Feb 2022 15:15:17 -0500 Received: from lepiller.eu ([89.234.186.109]:47114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHWtG-0002UV-WE for 53882@debbugs.gnu.org; Tue, 08 Feb 2022 15:15:07 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 2964b3cd for <53882@debbugs.gnu.org>; Tue, 8 Feb 2022 20:14:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=dkim; bh=qDvRTfDwHSysJAUskFnKZEEv2 t8CQbfrnDLQM/nCzSI=; b=juu7kRKiDp0cl2h7BshWqr5i43HSKlPVGtFi8C3CX DKKiR/rwkB1XH1UST/aJr2LN1ZzaXhbpTP4ePt+8UcIg9wI1UR3yuClNyv0Uz/NG NFNcNnsCeYOwN6pe6aQAfniheTCDZ0huyHNUQgbojumWMyhlFmU8MtH9AB2YMfs1 ASqYMmUThkvuBgj1aWIMVjZw6fxG6S9HwKXE0sCjoJ96eH7SSizmud1i5vfFTVRG McbJFq3XAjdBG8K7S2iSEEaRyINf9xRUz/G5Bl4wlECOf/1I0RgWwkIakf78nZd7 QcHcRCgZu6U6ESGpQddAlYo0o+aftoQhuRHG/NlcWTD4A== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 22d9100a (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <53882@debbugs.gnu.org>; Tue, 8 Feb 2022 20:14:57 +0000 (UTC) From: Julien Lepiller Date: Tue, 8 Feb 2022 21:14:36 +0100 Message-Id: X-Mailer: git-send-email 2.34.0 In-Reply-To: <1dcef02fe1f5f25657c6427d09c43bfc41091050.1644350657.git.julien@lepiller.eu> References: <1dcef02fe1f5f25657c6427d09c43bfc41091050.1644350657.git.julien@lepiller.eu> 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-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1644351444; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=o3oSbmYDdiKptdIWjnp1bynUUu/Leqcaj7PpthEbNI0=; b=dEYwfd15FRJyVMbPvDjCtS2r49mOVOmu6qyxA9eXDQzpEiZjNA85PYtXw8BVTo8uwWMWvX +62kQDXZ5YVsgiRFaX8G/xN313cfoMzDW+eAQXIEHHtgc3GLeJQDrKb309JQGLwE72GHY9 lGaXFqMccoadbhRsC8ChUlxyXApc8oAuwq8IhxQu5cCJHKPPnjByFF23NZnYZRL/XVdG6A O6+wKewmIXfzB1doZYAHuSuZ8XZVjCbkWiATUbmbskFKOGUugCAVpbLBbNi76CDkzIXzjE Zr4JVfB0odlZl6kF5vDdRdDGY07o6aNa/VHFCnNDV3ED/7VEg2MfhAmxvHIT9w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644351444; a=rsa-sha256; cv=none; b=OiZomVGR0q9Auw3PnVQAzvMKfmCzSTC4hSFraA+IM5vTlrlbPjE8/PMNb2GOIENQUPVaF0 3vBCvhmIRUAbiWwjE6HI7xaMuDN2vQUQz3dJv72gwV/fCcIiBfnlYHcD2lk60c3pK4VU2F BAuDjPsTp6VJ5Eq6nChpvaRzWboYTaV3YL1+SuAoffNPQQxbm2R4zU4ZOeS+9abNSOHxqt J2G1pIWy8mpZ1IrIXkM/S09TkrvWK7nS2YZWXRSPAxntR9JF9VvT7++9Arztqk13DXn6EO yHs46WtH2CYJUC0rv8wCmioC/AJoPxclSVtne5GoikTrHfAL8DMTsXW6P4JA9Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=juu7kRKi; 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: -0.53 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=juu7kRKi; 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: 42D9B37B4A X-Spam-Score: -0.53 X-Migadu-Scanner: scn0.migadu.com X-TUID: +tKHZZGB34J+ * gnu/packages/ocaml.scm (ocaml-ppx-fixed-literal): 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 b638f59544..b1d9b73b90 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5956,6 +5956,31 @@ (define-public ocaml-ppx-module-timer to record their startup time.") (license license:expat))) +(define-public ocaml-ppx-fixed-literal + (package + (name "ocaml-ppx-fixed-literal") + (version "0.14.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/janestreet/ppx_fixed_literal") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0s7rb4dhz4ibhh42a9sfxjj3zbwfyfmaihr92hpdv5j9xqn3n8mi")))) + (build-system dune-build-system) + (arguments + `(#:tests? #f)); no tests + (propagated-inputs (list ocaml-base ocaml-ppxlib)) + (properties `((upstream-name . "ppx_fixed_literal"))) + (home-page "https://github.com/janestreet/ppx_fixed_literal") + (synopsis "Simpler notation for fixed point literals") + (description + "@samp{ppx-fixed-literal} is a ppx rewriter that rewrites fixed point +literal of the form 1.0v to conversion functions currently in scope.") + (license license:expat))) + (define-public ocaml-ppx-optional (package (name "ocaml-ppx-optional") -- 2.34.0