all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 33459@debbugs.gnu.org
Subject: [bug#33459] [PATCH 3/4] gnu: Add emacs-a.
Date: Wed, 21 Nov 2018 22:10:48 +0100	[thread overview]
Message-ID: <20181121211049.6440-3-mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <20181121211049.6440-1-mail@nicolasgoaziou.fr>

* gnu/packages/emacs.scm (emacs-a): New variable.
---
 gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a709bf8ca..5c5757505 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -811,6 +811,29 @@ different tools.  It highlights errors and warnings inline in the buffer, and
 provides an optional IDE-like error list.")
     (license license:gpl3+)))                     ;+GFDLv1.3+ for the manual
 
+(define-public emacs-a
+  (package
+    (name "emacs-a")
+    (version "0.1.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/plexus/a.el.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/plexus/a.el/")
+    (synopsis
+     "Emacs library for dealing with association lists and hash tables")
+    (description "@code{emacs-a} provides Emacs Lisp functions for dealing
+with associative structures in a uniform and functional way.  These functions
+can take association lists, hash tables, and in some cases vectors (where the
+index is considered the key).")
+    (license license:gpl3+)))
+
 \f
 ;;;
 ;;; Web browsing.
-- 
2.19.1

  parent reply	other threads:[~2018-11-21 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21 21:08 [bug#33459] [PATCH 0/4] Add emacs-matrix-client Nicolas Goaziou
2018-11-21 21:10 ` [bug#33459] [PATCH 1/4] gnu: Add emacs-ov Nicolas Goaziou
2018-11-21 21:10   ` [bug#33459] [PATCH 2/4] gnu: Add emacs-tracking Nicolas Goaziou
2018-11-21 21:10   ` Nicolas Goaziou [this message]
2018-11-21 21:10   ` [bug#33459] [PATCH 4/4] gnu: Add emacs-matrix-client Nicolas Goaziou
2018-11-23 19:22 ` [bug#33459] [PATCH 0/4] " Marius Bakke
2018-11-23 21:07   ` bug#33459: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181121211049.6440-3-mail@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=33459@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.