From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id oLUeJwG4dWUDLwAA9RJhRA:P1 (envelope-from ) for ; Sun, 10 Dec 2023 14:07:13 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id oLUeJwG4dWUDLwAA9RJhRA (envelope-from ) for ; Sun, 10 Dec 2023 14:07:13 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b="DGhGv/d3"; 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=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702213633; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=q2j8S49b7JdscYSJODSQeK0o4ZUkCaKAQT0ouXp7qy8=; b=KUxmySrBqYrGUCPAaSlsJ+2XFScdbfU/3vdVd/bGjozh2JQSiptvV9ClvLJl2/+C25CnpB GoGmgSuGPTqUDy/ZrlWryZ0Y3V2rNfHrcz7dEisWU+hQNthGLwHghWQ+IU5Y9p70EBxlJM kjto+LjZ039dKNE6VBjFuABRvcE3Ie+Mz8LHtttdpy8WWHiMknJR4RZV3yX1Qoc9XqF0Yd +BSHgOokk+TJ2s0T3TdvrHy79ELlPCRycKnDtfIyXn+LPf8DCg9AyQuJnTstl9BzNvDltD stX3Ltms/GHLea5Ag8zw1g3B1snfI7bkIB525aFzqD62oE6N3BsTkD6x3rMF8Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702213633; a=rsa-sha256; cv=none; b=c4V+qlLZKHDBPtBojPb6GkI9jrivOyWNzwPLeX4wO6NLhDdMmmdOvXZUkxIlzha7jVliH4 5UF48KWR0KpJBOGGp/a7im/j1oiztCegVWw8xt6nSGyErdlQxom9MBHzAOctGYKZMcLHnY 7LmtKvYI0ns7qCkjZD3ExOc6DTPoA++vS4brhKhy51ryE8sCkMgxsL/ll+ieVsGrSFt26m avC6n6SJENC/880FhZcXoK3D30AGHcp5HeNbIg+Bb8frDwq9bKPgzlPmJs8h3KFrKhXfAd vJnBrrj8BY7zf4B2teBQMjNXGYIHp/snrKhry9/kaEmSoMghG6lKQYolUpemcg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b="DGhGv/d3"; 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=none 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 603DD42CD3 for ; Sun, 10 Dec 2023 14:07:13 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rCJVQ-00022O-DB; Sun, 10 Dec 2023 08:06:00 -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 1rCJVI-0001uR-Pa for guix-patches@gnu.org; Sun, 10 Dec 2023 08:05:52 -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 1rCJVG-0005Sp-Ay for guix-patches@gnu.org; Sun, 10 Dec 2023 08:05:51 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rCJVU-0005Xk-3H for guix-patches@gnu.org; Sun, 10 Dec 2023 08:06:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH v5 04/15] gnu: Add elixir-nimble-parsec. Resent-From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Dec 2023 13:06:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: liliana.prikler@gmail.com Cc: 66801@debbugs.gnu.org Received: via spool by 66801-submit@debbugs.gnu.org id=B66801.170221351921139 (code B ref 66801); Sun, 10 Dec 2023 13:06:04 +0000 Received: (at 66801) by debbugs.gnu.org; 10 Dec 2023 13:05:19 +0000 Received: from localhost ([127.0.0.1]:49717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rCJUk-0005Ur-Pb for submit@debbugs.gnu.org; Sun, 10 Dec 2023 08:05:19 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]:52157) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rCJUa-0005SW-AS for 66801@debbugs.gnu.org; Sun, 10 Dec 2023 08:05:10 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 5BF3D60002; Sun, 10 Dec 2023 13:04:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702213488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q2j8S49b7JdscYSJODSQeK0o4ZUkCaKAQT0ouXp7qy8=; b=DGhGv/d3dKI+zZyeo0Nt43FYdCpuKQEUDuDRd9p5vKycpzSfXQJwQAptS7rk1XZhxHrDOa RWfKN4mDcoSI2csxmC4Qc0cssPmbm3SmWKwr5FPAXaZuyJpFGZgbUDVGLO73SEpmu3Ovdq s+IRx8LjWj8AzToT5egjrIaOm8owjW7/BM+JxCwrPwGE15ZXLzlyMLySfhvSjttps9mLW4 nPub6XH/k8DNzzgFrzAKrbZh31jjPoWgdy7DLMYsCmQX1ri4eJouYIc2A3CWMEtwUQ5qiL 4EylR9eFgQdFG+lwWObYyyherhDygn4orpaECmebiHvDIXY2Ynzdh0uxSfKkOw== From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Sun, 10 Dec 2023 14:03:57 +0100 Message-ID: <1a79581a3077934d47724350905d766f267b2616.1702212039.git.contact@phfrohring.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <455871374089253cc10d2c5b17c2cceee4a5272d.1702212039.git.contact@phfrohring.com> References: <455871374089253cc10d2c5b17c2cceee4a5272d.1702212039.git.contact@phfrohring.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: contact@phfrohring.com 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 0.49 X-Spam-Score: 0.49 X-Migadu-Queue-Id: 603DD42CD3 X-Migadu-Scanner: mx11.migadu.com X-TUID: CwUwEXydhIQY From: Pierre-Henry Fröhring * gnu/packages/elixir-xyz.scm (elixir-nimble-parsec): New variable. Change-Id: I79bab8095aee3212bc295354ead55df49ef92d17 --- gnu/packages/elixir-xyz.scm | 57 +++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 gnu/packages/elixir-xyz.scm diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm new file mode 100644 index 000000000..a57d2aae8 --- /dev/null +++ b/gnu/packages/elixir-xyz.scm @@ -0,0 +1,57 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2023 Pierre-Henry Fröhring +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages elixir-xyz) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (gnu packages elixir) + #:use-module (gnu packages linux) + #:use-module (gnu packages) + #:use-module (guix build-system gnu) + #:use-module (guix build-system mix) + #:use-module (guix download) + #:use-module (guix git-download) + #:use-module (guix gexp) + #:use-module (guix utils) + #:use-module (guix packages) + #:use-module (srfi srfi-1) + #:use-module (srfi srfi-26)) + +(define-public elixir-nimble-parsec + (package + (name "elixir-nimble-parsec") + (version "1.3.1") + (source + (origin + (method url-fetch) + (uri (hexpm-uri name version)) + (sha256 + (base32 "0rxiw6jzz77v0j460wmzcprhdgn71g1hrz3mcc6djn7bnb0f70i6")))) + (build-system mix-build-system) + (arguments (list #:tests? #f)) ; no tests + (synopsis "Text-based parser combinators") + (description + "This library provides primitives for efficient parser combinators, allowing +for higher-level combinators through composition.") + (home-page "https://hexdocs.pm/nimble_parsec/") + (license license:asl2.0))) + +;;; +;;; Avoid adding new packages to the end of this file. To reduce the chances +;;; of a merge conflict, place them above by existing packages with similar +;;; functionality or similar names. +;;; -- 2.41.0