From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id QFn1Gxe7dmB2FQAAgWs5BA (envelope-from ) for ; Wed, 14 Apr 2021 11:51:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WNr0FRe7dmBxRwAA1q6Kng (envelope-from ) for ; Wed, 14 Apr 2021 09:51:19 +0000 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 1109C22B9E for ; Wed, 14 Apr 2021 11:15:26 +0200 (CEST) Received: from localhost ([::1]:41912 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWbcL-0007WE-65 for larch@yhetil.org; Wed, 14 Apr 2021 05:15:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWbbA-0005h3-6T for guix-patches@gnu.org; Wed, 14 Apr 2021 05:14:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50238) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lWbb9-00029l-TZ for guix-patches@gnu.org; Wed, 14 Apr 2021 05:14:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lWbb9-0007G3-Oi for guix-patches@gnu.org; Wed, 14 Apr 2021 05:14:11 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47768] [PATCH 21/37] gnu: Add ocaml-ppx-cold. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 14 Apr 2021 09:14:11 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47768 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47768@debbugs.gnu.org Cc: pukkamustard Received: via spool by 47768-submit@debbugs.gnu.org id=B47768.161839163827620 (code B ref 47768); Wed, 14 Apr 2021 09:14:11 +0000 Received: (at 47768) by debbugs.gnu.org; 14 Apr 2021 09:13:58 +0000 Received: from localhost ([127.0.0.1]:33501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWbav-0007BJ-JD for submit@debbugs.gnu.org; Wed, 14 Apr 2021 05:13:57 -0400 Received: from mout01.posteo.de ([185.67.36.65]:50936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWbaW-00076d-Nd for 47768@debbugs.gnu.org; Wed, 14 Apr 2021 05:13:34 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 012551A0231 for <47768@debbugs.gnu.org>; Wed, 14 Apr 2021 11:13:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618391607; bh=/D7fASbk7fWnLdsAkKsp9NL4lDFvoCHj6G3odzBabsw=; h=From:To:Cc:Subject:Date:From; b=j6n39L//OEUF3wNo3kbNKn8MonWXtZR/nT9Nst3Hih2wyVb5jyEs6bWWDTX/KtOl7 t9FyKr2g034R0qRSOaXzShi2vnsdv8wvgTP+Zq95AmreyQxDR9AYpaDb5uS6HzcnWn p2vK9WcooHYPW9PYmTB47MIgfr7V6tTm8Zz67cjrS2ujERFJFPCRq7IuiyiqeB8J+t 0cdNIgAHCIvrbAYUknblEhtEy1QqITWGrbMl2vJpR8vAPBEwbdjgEoW6hDVjJECdva C6KS04uE6Qn15wkcG0OeduT4xFcUddBvFCrN+3YYwRkdamibK5YTn/6wfXFyMKkS1n iT0HJ4d8HxzSw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FKxbV31sPz9rxl; Wed, 14 Apr 2021 11:13:26 +0200 (CEST) From: pukkamustard Date: Wed, 14 Apr 2021 11:12:47 +0200 Message-Id: <20210414091303.6990-21-pukkamustard@posteo.net> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210414091303.6990-1-pukkamustard@posteo.net> References: <20210414091303.6990-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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1618391726; 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=8gmOeEWMUS/rMIGQC/GwBcejplcwlbMX8vrLKUlFn4Y=; b=Q/M7NxicmGNfeF43oGDAdQTMV698i4Nk4AU9NJ3UhlT1CyjR6dIi2ggCq4TqI2cAX4JUI4 is+fnlzBExfSL5T2zZaxV8a/Lu+FoCV6PI9iKO1Tgzc2CB/5ZGrz33eUEadrJhaCyQPKU1 dNqvCDIWN4+mGRIBk2RZX1ZvZRkgD/krzHsevYRT4jpNqym5+vKyroqqfR/gewWiH9Ebp0 FyOxDpv/uekjiqPWOmz1U0VSZO5XCPUEftMeC4r0o1PjjkjscXK5392OZKTcLtesd1g1TN BBRRBV4hN//csZ59RaJSdMnIbxKOfJV3CFKZBtC/TDbdeQ+AbO1fW64wnRFztQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1618391726; a=rsa-sha256; cv=none; b=TBRMjM1Qb2HScviXQ7XFUTZufAF5JAPb6ekGh/kPOaCHSTzCNs2MHltVH6tCXtP5SmQGXN o3HhOxVv+clsv3g3A44SU+6kklXw7FHz/LVBoJyPTiWWDxiezVE157ehKTv8/7gDMYbkAs fgaa1wp0+UnQZhpRVAxFTJOWY9zk6RR9tU9Wd/Zr71CBDOSqXsFd8lCpnO+QSoT+JyxWjv JxPRihR8RkpnbgP0ib6K5e+5IaGftM2mC9kUnCCW9B1JgdCk9D8uvT80kdjOEnjhxp6Ko4 sFjhVmtKLMPx0EnGqmTu1M0SKYXwHCV4hi0AaDO9HKYh/tQQDzdcEmgH7m7boA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="j6n39L//"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="j6n39L//"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1109C22B9E X-Spam-Score: 3.66 X-Migadu-Scanner: scn0.migadu.com X-TUID: unQ28uTq99f6 * gnu/packages/ocaml.scm (ocaml-ppx-cold): New variable. --- gnu/packages/ocaml.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 27a985f9b6..193a9fcc58 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5625,6 +5625,28 @@ match expressions, and if expressions.") position.") (license license:asl2.0))) +(define-public ocaml-ppx-cold + (package + (name "ocaml-ppx-cold") + (version "0.14.0") + (home-page "https://github.com/janestreet/ppx_cold") + (source + (janestreet-origin "ppx_cold" version + "1madfzhpir9amnxmg530n70vll0jrl59vyp71miji73i6b9sy6n2")) + (build-system dune-build-system) + (arguments `(#:test-target "tests")) + (propagated-inputs + `(("ocaml-base" ,ocaml-base) + ("ocaml-ppxlib" ,ocaml-ppxlib))) + (properties `((upstream-name . "ppx_cold"))) + (synopsis "Syntax extension for indicating cold path") + (description + "This package contains an syntax extension to indicate that the code is +on the cold path and should be kept out of the way to avoid polluting the +instruction cache on the hot path. See also +https://github.com/ocaml/ocaml/issues/8563.") + (license license:expat))) + (define-public ocaml4.07-ppx-assert (package (name "ocaml4.07-ppx-assert") -- 2.31.1