From: Foo Chuan Wei <chuanwei.foo@hotmail.com>
To: 51861@debbugs.gnu.org
Subject: [bug#51861] [PATCH 1/3] gnu: Add cl-periodic-table.
Date: Mon, 15 Nov 2021 07:45:04 +0000 [thread overview]
Message-ID: <PU1PR01MB2155822957888F81828978788D989@PU1PR01MB2155.apcprd01.prod.exchangelabs.com> (raw)
In-Reply-To: <PU1PR01MB2155C1E12FC4D2C4098E47258D989@PU1PR01MB2155.apcprd01.prod.exchangelabs.com>
* gnu/packages/lisp-xyz.scm (cl-periodic-table, ecl-periodic-table,
cl-periodic-table): New variables.
---
gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 778b48995d..d3ae430cf1 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18679,6 +18679,34 @@ terminals.")
(define-public ecl-clinenoise
(sbcl-package->ecl-package sbcl-clinenoise))
+(define-public sbcl-periodic-table
+ (package
+ (name "sbcl-periodic-table")
+ (version "1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://common-lisp.net/project/chemboy/periodic-table-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1ircvqm3q93ma4rxbxprb1i9rcax10ld6xmdzdhfnigr27sh5jvg"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://common-lisp.net/project/chemboy/")
+ (synopsis "Periodic table for Common Lisp")
+ (description
+ "This package defines a Common Lisp package, @code{:elements}, with an
+@code{ELEMENT} structure and a number of functions to search the periodic
+table.")
+ (license license:llgpl)))
+
+(define-public cl-periodic-table
+ (sbcl-package->cl-source-package sbcl-periodic-table))
+
+(define-public ecl-periodic-table
+ (sbcl-package->ecl-package sbcl-periodic-table))
+
(define-public sbcl-cl-pass
(let ((commit "e58e97c0c0588dc742c061208afb9bc31e4dbd34")
(revision "1"))
--
2.25.1
next prev parent reply other threads:[~2021-11-15 8:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-15 7:17 [bug#51861] [PATCH 0/3] gnu: Add cl-chemboy Foo Chuan Wei
2021-11-15 7:45 ` Foo Chuan Wei [this message]
2021-11-15 8:04 ` [bug#51861] [PATCH 2/3] gnu: Add cl-chemical-compounds Foo Chuan Wei
2021-11-15 8:08 ` [bug#51861] [PATCH 3/3] gnu: Add cl-chemboy Foo Chuan Wei
2021-11-15 8:18 ` [bug#51861] [PATCH v2 1/3] gnu: Add cl-periodic-table Foo Chuan Wei
2021-11-15 8:20 ` [bug#51861] [PATCH v2 2/3] gnu: Add cl-chemical-compounds Foo Chuan Wei
2021-11-15 8:22 ` [bug#51861] [PATCH v2 3/3] gnu: Add cl-chemboy Foo Chuan Wei
2021-11-15 16:53 ` bug#51861: " Guillaume Le Vaillant
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PU1PR01MB2155822957888F81828978788D989@PU1PR01MB2155.apcprd01.prod.exchangelabs.com \
--to=chuanwei.foo@hotmail.com \
--cc=51861@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).