From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wEbQGfPVrmLsCAAAbAwnHQ (envelope-from ) for ; Sun, 19 Jun 2022 09:53:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mNvbGfPVrmJZWAEAauVa8A (envelope-from ) for ; Sun, 19 Jun 2022 09:53:23 +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 33EAB2CE97 for ; Sun, 19 Jun 2022 09:53:23 +0200 (CEST) Received: from localhost ([::1]:59146 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2pkI-00076t-2h for larch@yhetil.org; Sun, 19 Jun 2022 03:53:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2pjz-0006eE-5P for guix-patches@gnu.org; Sun, 19 Jun 2022 03:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56660) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o2pjy-00010E-T0 for guix-patches@gnu.org; Sun, 19 Jun 2022 03:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o2pjy-0002uG-QS for guix-patches@gnu.org; Sun, 19 Jun 2022 03:53:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56080] [PATCH 2/4] gnu: Add ocaml-ppx-bap. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 Jun 2022 07:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56080 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56080@debbugs.gnu.org Received: via spool by 56080-submit@debbugs.gnu.org id=B56080.165562512811086 (code B ref 56080); Sun, 19 Jun 2022 07:53:02 +0000 Received: (at 56080) by debbugs.gnu.org; 19 Jun 2022 07:52:08 +0000 Received: from localhost ([127.0.0.1]:50552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2pj5-0002sf-LW for submit@debbugs.gnu.org; Sun, 19 Jun 2022 03:52:07 -0400 Received: from lepiller.eu ([89.234.186.109]:40982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2pj3-0002sF-S7 for 56080@debbugs.gnu.org; Sun, 19 Jun 2022 03:52:06 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 4f803c76 for <56080@debbugs.gnu.org>; Sun, 19 Jun 2022 07:52:01 +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=J3hH05Cids0R3KBELRAS8cgTv fOg0P+Gio0BP163bHo=; b=GvkQEN/9mNW7Y6XQC4NLFDejGDA1mwoQcXwKHFKfM wHWZe08liyPCyj2OpYPTFkKLA6coYqyteMn9rwAxuE5xa3gzaf9G53xfOXArtOnZ d3gVCesJsHtoVs9KSFlgEaw4AH0D5rSkx5/M4PdCsI15jnVtG6FQMLfYCRaeL0wA H9QHDr6A7QdYzSz2brlWKlSzNloFx/OZ75q+8ywJV/Eohdpj/yDyMYLRg4tm7pkF 57bdplh9hWhRnnK+XsNSZmabMuSDaHY765XQKAej35rkwoLdAqT21k81E79bVrQu Vw4aNGZnzz+ph8gLiFmORah29VZqXwZRfag72dqhQ3T6g== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 11ac88f9 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <56080@debbugs.gnu.org>; Sun, 19 Jun 2022 07:52:00 +0000 (UTC) From: Julien Lepiller Date: Sun, 19 Jun 2022 09:51:48 +0200 Message-Id: <20220619075150.10754-2-julien@lepiller.eu> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220619075150.10754-1-julien@lepiller.eu> References: <20220619075150.10754-1-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-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=1655625203; 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=El+f3F1bMlE1nbPSOjluPT/hrOXb884YCnpHEWQ0jFE=; b=G4N7VkQhLsX62qQqQUzNXsTrra32hPEirvHOIg9Z1RIzRvgdsJ0eHtvuJoLR2SK/snkQiw MyU4F4DRHBKvXp1YAAxlZvfXiIIOTHszUXzNteS1kxgxpvalpkQHpEn+B/JdZerw47tPNn BCPlLy7NQcq8v3aNS9OJcCM7LKOjGpwM3ri5jIH9gNHQ4dfLM9cFmgFXgwpnNZR3o+hQVP M+8rYw8fLqxiX0rCBFPW9POpsdZ+DNWJw02yymoXvVTEb0eD9bApv+HD6KSJUiquKwBy9I 5RZfZnGNqRAPNa9PJfajUjQn+cDSHVNVZtQyP0ij/okZAFKjp/ewBXxVz54IDQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655625203; a=rsa-sha256; cv=none; b=ESP8f0fPuNHYfDtkF40rlkdhFQ6PtdFdvUt4ifRKlLzjFh7zJSlTTGINZr7EGotTuW1pzM 78QapRdxg5AMryoAN/BSu9h5/p22cvFbs7RNOBEQcMmj6wgRj6uGV1Dda9dmD2Zlcsznjr pRWWee6/tcIFlwdatSPxH8lcTAt31qof/S8C7dTCQUvAxstToofl4nYmFNddOXoQq5icq4 a+oAVpgFiPQNWExTRCJAhK7JpgkogC+tUc3hJyQxF8Vk8L+fOmIA66DE5cnsxkCgSvxvnL 49XrEjjTnt8ISoUcAjwIMPO84k1+hkesImhNwNlI6IudkFKntw+XfVAsRHn4bg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b="GvkQEN/9"; 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: 9.01 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b="GvkQEN/9"; 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: 33EAB2CE97 X-Spam-Score: 9.01 X-Migadu-Spam: Yes X-Migadu-Scanner: scn0.migadu.com X-TUID: FcM3EmAbvM43 * gnu/packages/ocaml.scm (ocaml-ppx-bap): New variable. --- gnu/packages/ocaml.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index a8f328a266..6e9170e929 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4013,6 +4013,48 @@ (define-public ocaml-piqi XML and Protocol Buffers formats.") (license license:asl2.0))) +(define-public ocaml-ppx-bap + (package + (name "ocaml-ppx-bap") + (version "0.14.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/BinaryAnalysisPlatform/ppx_bap") + (commit (string-append "v" (version-major+minor version))))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c6rcdp8bicdiwqc2mb59cl9l2vxlp3y8hmnr9x924fq7acly248")))) + (build-system dune-build-system) + (arguments + ;; No tests + `(#:tests? #f)) + (propagated-inputs (list ocaml-base-quickcheck + ocaml-ppx-assert + ocaml-ppx-bench + ocaml-ppx-bin-prot + ocaml-ppx-cold + ocaml-ppx-compare + ocaml-ppx-enumerate + ocaml-ppx-fields-conv + ocaml-ppx-hash + ocaml-ppx-here + ocaml-ppx-optcomp + ocaml-ppx-sexp-conv + ocaml-ppx-sexp-value + ocaml-ppx-variants-conv + ocaml-ppxlib)) + (properties `((upstream-name . "ppx_bap"))) + (home-page "https://github.com/BinaryAnalysisPlatform/ppx_bap") + (synopsis "The set of ppx rewriters for BAP") + (description + "@code{ppx_bap} is the set of blessed ppx rewriters used in BAP projects. +It fills the same role as @code{ppx_base} or @code{ppx_jane} (from which it is +derived), but doesn't impose any style requirements and has only the minimal +necessary set of rewriters.") + (license license:expat))) + (define-public bap (package (name "bap") -- 2.36.1