From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id wMrHAsfPAmK8rgAAgWs5BA (envelope-from ) for ; Tue, 08 Feb 2022 21:17:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id OHMjO8bPAmJrJgEAauVa8A (envelope-from ) for ; Tue, 08 Feb 2022 21:17:10 +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 BA0302CB66 for ; Tue, 8 Feb 2022 21:17:06 +0100 (CET) Received: from localhost ([::1]:39054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nHWvB-0001JH-Qx for larch@yhetil.org; Tue, 08 Feb 2022 15:17:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHWuD-0000cK-1J for guix-patches@gnu.org; Tue, 08 Feb 2022 15:16:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54945) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHWuC-0007Xb-Nw for guix-patches@gnu.org; Tue, 08 Feb 2022 15:16:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nHWuC-0002ah-Kt for guix-patches@gnu.org; Tue, 08 Feb 2022 15:16:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53882] [PATCH 07/24] gnu: Add ocaml-ppx-stable. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Feb 2022 20:16:04 +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.16443513169721 (code B ref 53882); Tue, 08 Feb 2022 20:16:04 +0000 Received: (at 53882) by debbugs.gnu.org; 8 Feb 2022 20:15:16 +0000 Received: from localhost ([127.0.0.1]:48802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHWtQ-0002Wc-Cm for submit@debbugs.gnu.org; Tue, 08 Feb 2022 15:15:16 -0500 Received: from lepiller.eu ([89.234.186.109]:47112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHWtG-0002TE-9A for 53882@debbugs.gnu.org; Tue, 08 Feb 2022 15:15:06 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 6f3480a8 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=PESF3jc3d7uOTscsu98kcF7L5 cELxoZVq+7oJerQEqk=; b=giFIc3OlhWL5LQX2fADpKiYZE/hppyozi7zPqBnZQ s1pMrizeGAO9PTPukq4QRummMwJ5Wzjk4cFGJijO6+YKb+VYOWcscpDJOaQnsjBq /cIPs1ZxYtd7WJM+PQxuaOURH2ivUl9BACdC9bfWoFc/nKSh/yWT0dCgfI9rbb/x gezKyIa+fnDCIv+UxhzsH5fHYCbKGz8taCesxsnjfYdQRKNirRVsMWHwhUnmau4r nOViLsDEAQbalYHV84RTqy+bkfVCOs61Fy2+vHzfOtL3w4ZJUJCThrcluTaf6Qkm PKFVIBdH/P6IlH3pgI24HX3bz6FMyIrBalCRfeQcXIZJA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id bd5ad6fd (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:33 +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=1644351426; 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=mrnNwMY+a5RqFsSo+fT/kFIHBZymyB8mSQ+BdtqzOc8=; b=CP8SkAPETtLHmfrPxA/wltENO+Tpi27Tr0M5dPmURSZyGL5UnEIkuMUlJ3/56bFS8q9FnE LeKfp8i2dEuYBLBWGm08zwafq/jTvwSi4ojz+XLqT/bn8/OY72f4e4UwSM1nzvXzRTOfL6 bINFBOdrfuB2Ys/H5UZRXM9gIPAkVjgvwB+hpHovNXwx9rqftV66wup8hav6PBWw/7HuBc BTkQ5CFLQu1WVSNxfiJWZ0cQVED9ifH4k4X74SsBJoUiw6XAbcOkB0BbysSZwpsBCalBUs lwXZXrs28WrAWv6vUIflLVrCOoQwHZEbU9FO7gHISF7qFXw+ISYiAvf5ixFcJg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644351426; a=rsa-sha256; cv=none; b=MtDYawVKADv7ot3LwB0NSt+Ukx5We/6EapayYQmPEYvdnwHiiQJv/VXv0TLb5xYOAQHsyc QYOUNXX98q/hWOQGh3Fdni5MxushWEG+hJQdjzich57dqO9F4gcLMK19prTQBgr7nGGhbN 1lCqkVhXvmwecUY8v2CsNlEt4vFw+V9a/77jCSYjlJ4vuaB8l1lLbE44YoZNr+fOHJ6FTc 3GZu5xuH81EoXRPDG+LEkUHq6eJKZwx1dauzQBqAO2LdItc6qLin2X2MzNRKGDcIQU5cbA auW5Y7O2AME+cU18awx1Etql22m4cp5XS6c3C2A1EMXRYjuOxwzh8nMmPBfFcw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=giFIc3Ol; 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=giFIc3Ol; 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: BA0302CB66 X-Spam-Score: -0.53 X-Migadu-Scanner: scn1.migadu.com X-TUID: hhGNXngEVqIO * gnu/packages/ocaml.scm (ocaml-ppx-stable): 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 44db4c0b12..1c87a35886 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6269,6 +6269,31 @@ (define-public ocaml-ppx-string (description "This extension provides a syntax for string interpolation.") (license license:expat))) +(define-public ocaml-ppx-stable + (package + (name "ocaml-ppx-stable") + (version "0.14.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/janestreet/ppx_stable") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1sp1kn23qr0pfypa4ilvhqq5y11y13xpfygfl582ra9kik5xqfa1")))) + (build-system dune-build-system) + (arguments + `(#:test-target "tests")) + (propagated-inputs (list ocaml-base ocaml-ppxlib)) + (properties `((upstream-name . "ppx_stable"))) + (home-page "https://github.com/janestreet/ppx_stable") + (synopsis "Stable types conversions generator") + (description + "ppx_stable is a ppx extension for easier implementation of conversion +functions between almost identical types.") + (license license:expat))) + (define-public ocaml-ppx-base (package (name "ocaml-ppx-base") -- 2.34.0