From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 14 12:05:08 2024 Received: (at submit) by debbugs.gnu.org; 14 Feb 2024 17:05:08 +0000 Received: from localhost ([127.0.0.1]:52958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raIh2-0005kP-45 for submit@debbugs.gnu.org; Wed, 14 Feb 2024 12:05:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:56382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raIh0-0005kF-GP for submit@debbugs.gnu.org; Wed, 14 Feb 2024 12:05:07 -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 1raIgX-00049n-Jz for guix-patches@gnu.org; Wed, 14 Feb 2024 12:04:46 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raIgT-0001PK-IY for guix-patches@gnu.org; Wed, 14 Feb 2024 12:04:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1707930268; x=1708189468; bh=Qwo+wZ9D6RpMB/Xn0K8NCjaQ9T+r9tYSwm6e+FuMFNs=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=df09GStxlvexRTWU1bXQSqxHlSfUhwKdjr9utdNVHNeNvCVBHZrodG4LDfzNC+CPL 0OpgsD9dj7O9TtLskO33v8LUvBhgABrDATYp2zTwUq4wBKenC7HF6wyte/tNAgk1qa KIhkjW0Wp+vcgfU3fraNVkdyn1EDD/y9Snh/8elY4DPOgJpIHZDZTq5YSrG34aLsay sNq3MSMDc+vG++YzKBL+t59QOMoBpkdeMLT4HC4MIRtbQ2QA9d/bx6zoJxDhC65/+T pSJodqHFUEn0EuZPfvKa7mZt1Sy2lDG4SwO0FZpo5vXwOh1C66w9rvP21p75uoLQG+ 1jNZdKyVdWp1Q== Date: Wed, 14 Feb 2024 17:04:12 +0000 To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add lexy. Message-ID: <9cf5dba6869a02d2ea8d3303df690c6a9ac85973.1707930219.git.paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.17; envelope-from=paul@apatience.com; helo=mail-4317.proton.ch X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.8 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) * gnu/packages/cpp.scm (lexy): New variable. Change-Id: I77d896570999d639f223eb014fcfb48b911c8cc8 --- gnu/packages/cpp.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 62a1923571..402d9d59f5 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1376,6 +1376,44 @@ (define-public pegtl parsers according to a Parsing Expression Grammar (PEG).") (license license:expat))) =20 +(define-public lexy + ;; Bug fixes since last release. + (let ((commit "b82ffcbe70687a8e97115480b0b6cb3ce39e3a2a") + (revision "0")) + (package + (name "lexy") + (version (git-version "2022.12.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/foonathan/lexy") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "05fhpjzmhasjqgg0z2k0055i7yjznbh6xgwn9fqlk61vdrfk9hw9"))= )) + (build-system cmake-build-system) + (arguments + (list #:configure-flags #~(list "-DLEXY_BUILD_DOCS=3DOFF") ; needs = Hugo + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-dependencies + (lambda _ + (substitute* "tests/CMakeLists.txt" + (("^message\\(STATUS \"Fetching doctest\"\\).*") ""= ) + (("^include\\(FetchContent\\).*") "") + (("^FetchContent_Declare\\(doctest .*") "") + (("^FetchContent_MakeAvailable\\(doctest\\)") + "find_package(doctest REQUIRED)") + (("^(target_link_libraries\\(lexy_test_base .*) doc= test\\)" + _ prefix) + (string-append prefix ")")))))))) + (native-inputs (list doctest)) + (home-page "https://lexy.foonathan.net/") + (synopsis "C++ parser combinator library") + (description "lexy is a parser combinator library for C++17 and late= r.") + (license license:boost1.0)))) + (define-public psascan (package (name "psascan") base-commit: 570ef13a87bb54d3410c431700ba78316a2641e2 --=20 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 01 09:05:36 2025 Received: (at 69128-done) by debbugs.gnu.org; 1 Mar 2025 14:05:36 +0000 Received: from localhost ([127.0.0.1]:35988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1toNTD-0003CB-Qd for submit@debbugs.gnu.org; Sat, 01 Mar 2025 09:05:36 -0500 Received: from msg-2.mailo.com ([213.182.54.12]:49940 helo=mailo.com) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1toNTB-0003Bf-EN for 69128-done@debbugs.gnu.org; Sat, 01 Mar 2025 09:05:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1740837927; bh=UFcRIPbS4A5UfU/ek70Bmn7HQHuCB5vCbIJlc5hma70=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:Date:Message-ID: MIME-Version:Content-Type; b=FE6/RsCcj7Eksp36VntATV9GPWtQKlrWTeKNZe8VqlCB7p8qxt0uDHvMP4ZJ2AStt 3OOx7ykmw85GmQ0j/UqBwYBIR+VWPsOY3bY3ic0NghBzMfOVE8G8qZOLgnUYq8XRDt EayNq+3J0V5pRIZ3gzyW8qgVn1nwJGjmHN1gv6oU= Received: by b221-8.in.mailobj.net [192.168.90.28] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sat, 1 Mar 2025 15:05:26 +0100 (CET) X-EA-Auth: tervAwAdz+EOOZwzpj/n+WUq/4fYYfEUQfb5qcD3IorB9fsG5fIV+UPgwHPd3GYxISBRkoHIngtvGEcQ08Qojxb2TJ238ZKHDZ3xjoSgoXE= From: Nicolas Goaziou To: 69128-done@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add lexy. In-Reply-To: <9cf5dba6869a02d2ea8d3303df690c6a9ac85973.1707930219.git.paul@apatience.com> Date: Sat, 01 Mar 2025 15:05:10 +0100 Message-ID: <87a5a4c0dl.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 69128-done Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, > * gnu/packages/cpp.scm (lexy): New variable. Updated to latest commit and applied. Thank you! Regards, -- Nicolas Goaziou From unknown Thu Aug 14 21:50:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 30 Mar 2025 11:24:20 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator