From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:5f26::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id qOobEKJgiGUweAAAkFu2QA (envelope-from ) for ; Sun, 24 Dec 2023 17:47:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id SAcdDKJgiGV5VgAAqHPOHw (envelope-from ) for ; Sun, 24 Dec 2023 17:47:30 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nanein.fr header.s=mail header.b=nqe3LShV; 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=1703436450; h=from:from:sender:sender:reply-to: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=pfJ8clY5Rf8AkdkvLPYDeFA91EijRnR0+yo5t3yICDM=; b=WgCpo1Xf6sK69DxWG7Z1kyO3aNEmdL3pArjQMOJjbkm3iTaE5oxEcsTjHTHOUC5XfRfP+5 GrOHgJeQHYgcSmLDc+6klOnGnl3og9xmjKPmn+355iXkW9bX0/HavETtc/I+4dsgmUborT 4u1BmK4S6di2kBraDP5KEkOgyJHPMv46zLMqQ//Uzx4rHpETizMlKMm4NJPgDm7BY5UnOk bELMB+0zgCtSnV0T0EhVcZWStfb8AJyfmWOz2OEm9O57FW0acBtLob8/K9I/r9LfF25FoX VoTvcdE/hjsKTy42hfst28FhKrLvD8mPV3etmyqMOP+k7YdEyNu/8lvNK7/sSA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703436450; a=rsa-sha256; cv=none; b=u4TiJozJJPrMj5WOm6RLkWa7BA+RWcvTfh1TiLa2QwpSlzCj1FJ+6n1p9oQDNkdIeUIwhP kVUSaBk0arYSRPgnYAkkC7VXr6l+JD3jiUvf/ogULkrg+BX+UgUtybtHHS746tQ+cSbOaD CmxcXmVn4z3EttjiezjvkN0W2Mb4a7NuHTbbKdlHqKighZ1pgiWRNPSNJO1neC+7rUg4kU lgtTQA+k8oc2p6Lp59VbY1AHDcOBXTA2K7Qtu+sXNWqw5g2VlY7PsE9P0S4B+wsq6TRI0B x4f2yhqkpLWj1lL5O1EH7ov0tidKx9r/cx6ADEj3Xbbpk1eLHuazHITIRKe3dQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nanein.fr header.s=mail header.b=nqe3LShV; 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 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 13E2823A6E for ; Sun, 24 Dec 2023 17:47:30 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHRd6-0003P9-UI; Sun, 24 Dec 2023 11:47:09 -0500 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 1rHRcw-0003NC-KY for guix-patches@gnu.org; Sun, 24 Dec 2023 11:46:59 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rHRcv-0006Ng-Bu for guix-patches@gnu.org; Sun, 24 Dec 2023 11:46:58 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rHRd1-0001KA-An for guix-patches@gnu.org; Sun, 24 Dec 2023 11:47:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#64249] [PATCH 7/9] gnu: Add ocaml-ppx-import. Resent-From: ds-ac@nanein.fr Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 24 Dec 2023 16:47:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64249 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64249@debbugs.gnu.org Cc: pukkamustard@posteo.net, Arnaud DABY-SEESARAM , Josselin Poiret , Julien Lepiller Received: via spool by 64249-submit@debbugs.gnu.org id=B64249.17034364075036 (code B ref 64249); Sun, 24 Dec 2023 16:47:03 +0000 Received: (at 64249) by debbugs.gnu.org; 24 Dec 2023 16:46:47 +0000 Received: from localhost ([127.0.0.1]:53425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHRcl-0001J8-3g for submit@debbugs.gnu.org; Sun, 24 Dec 2023 11:46:47 -0500 Received: from nanein.fr ([185.230.78.41]:55504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHRce-0001IK-2o for 64249@debbugs.gnu.org; Sun, 24 Dec 2023 11:46:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nanein.fr; s=mail; t=1703436384; bh=OGJ4JAQkYVPItkih+TtC0msbpDeEnbpVjuCdHQUb0NQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nqe3LShVFNoDo+0ZxocJIMElF1W+ad/T36u3bNflFDCXuv+3Oetd1GF8190FbQPQm SWR2Enk7v565rdNaiiTU4PbaCxnZrmPV/iuPYGwH/wMiCtsYTxUb/xnxhT/DD2fE4U oEssc9qtYxUM2MmtLkVhv/HKDIxlZzBKywyxfIjqMSFttg8bz/eZ5+8iXWyABZsQ1a ETUj7vx9JVHRcOZA0QUu5ZMW1MOi2DsQxLzoT883RiKjKDlH1+SZ2miTawSxPGQs1P /rITF7fdGCL30ky5NcfhhE2Fm3ax/U4kUhcFjNlFvDPC6yBQ2mK6wxDQKJZPg8Q7+R UVGPbOWso2ZsoAIu0YKUnPQbfviAATMdExKIbq0VJ3mfGf4CQnZb2tUSOp1ORCp7mz NdE+K4FNrb4+diZvaYZklE8N/kUdrR6GFt+saWvEiKJ8q21HEWsrkWUtynfQUC8mew Dn9VODkS2Tws1G5nQ41J1PVw2H7vwjSIihlkYZg62/xoyD17S8+Gxg+v1FttUdoe96 +lr/2SdgaqU6uuVS4WUtL+Wcrg5SSfvpLYGutmVRdFwAEGbLyZgxTiwZKBQDEzo0la CixbhuMNkN2V+i1UggG5v9zqCC0JdDtbvCOAc4KNSsbYY1KgM0pbhsMBz+9eets4rU cmP92BpG8IOoFopDgpnvHsS8= Received: from localhost.localdomain (unknown [IPv6:2a01:e0a:a9e:a4c0:9d01:2b7b:5834:e51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by nanein.fr (Postfix) with ESMTPSA id 1B2EC140246; Sun, 24 Dec 2023 17:46:24 +0100 (CET) Date: Sun, 24 Dec 2023 17:43:42 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231224140732.4467c1fa@tachikoma.lepiller.eu> References: <20231224140732.4467c1fa@tachikoma.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: , Reply-to: ds-ac@nanein.fr X-ACL-Warn: , ds-ac--- via Guix-patches From: ds-ac--- 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.74 X-Spam-Score: -4.74 X-Migadu-Queue-Id: 13E2823A6E X-Migadu-Scanner: mx12.migadu.com X-TUID: IsJG7uA730qZ From: Arnaud DABY-SEESARAM * gnu/packages/ocaml.scm (ocaml-ppx-import): New variable. Change-Id: Ie9619653f2b3ecc4458394709e37c4a433f875dd --- gnu/packages/ocaml.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 7f80052c079..f21285171c3 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6940,6 +6940,28 @@ (define-public ocaml-ppx-deriving-yaml "Deriving conversion functions to and from yaml for your OCaml types.") (license license:isc))) +(define-public ocaml-ppx-import + (package + (name "ocaml-ppx-import") + (version "1.9.1") + (home-page "https://github.com/ocaml-ppx/ppx_import") + (source + (origin + (method url-fetch) + (uri (string-append home-page "/archive/refs/tags/" version ".tar.gz")) + (sha256 + (base32 "1yj2gjhnasarcsk8s0i8njww4rs6ny3nr246psxdilsm5g8yraps")))) + (build-system dune-build-system) + (propagated-inputs (list ocaml-ppx-deriving ocaml-ppxlib + ocaml-ppx-sexp-conv)) + (native-inputs (list ocaml-ounit ocaml-sexplib0)) + (properties `((upstream-name . "ppx_import"))) + (synopsis "Extension for importing declarations from interface files.") + (description + "ppx_import is a syntax extension for importing declarations from + interface files.") + (license license:expat))) + (define-public ocaml-cinaps ;; The commit removes the unused dependency of ocaml-ppx-jane. We need to ;; use this as we would otherwise have a dependency loop between -- 2.41.0