From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58742@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58742] [PATCH] gnu: Add cl-langutils.
Date: Sun, 23 Oct 2022 09:01:31 -0500 [thread overview]
Message-ID: <20221023140131.4418-1-jgart@dismail.de> (raw)
* gnu/packages/lisp-xyz.scm (cl-langutils, ecl-cl-langutils, sbcl-cl-langutils): New variables.
---
gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9c908c0bce..ba8bd26edb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -219,6 +219,40 @@ (define-public cl-stdutils
(define-public ecl-stdutils
(sbcl-package->ecl-package sbcl-stdutils))
+(define-public sbcl-langutils
+ (let ((commit "38beec7a82eeb35b0bfb0824a41d13ed94fc648b")
+ (revision "0"))
+ (package
+ (name "sbcl-langutils")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/eslick/cl-langutils")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "15y9x5wkg3fqndc04w2sc650fnwimxp4gjgpv9xvvdm9x4v433x6"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments '(#:tests? #f) ; There are no tests.
+ (inputs
+ (list sbcl-stdutils
+ sbcl-s-xml-rpc))
+ (home-page "https://langutils.common-lisp.dev/")
+ (synopsis "Common Lisp natural language processing toolkit")
+ (description
+"This package provides a heirarchy of major functions and auxiliary
+functions related to the structured analysis and processing of open
+text.")
+ (license license:bsd-3))))
+
+(define-public cl-langutils
+ (sbcl-package->cl-source-package sbcl-langutils))
+
+(define-public ecl-langutils
+ (sbcl-package->ecl-package sbcl-langutils))
+
(define-public sbcl-alea
(package
(name "sbcl-alea")
--
2.38.1
next reply other threads:[~2022-10-24 6:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-23 14:01 jgart via Guix-patches via [this message]
[not found] ` <handler.58742.B.16665337059923.ack@debbugs.gnu.org>
2022-10-23 14:15 ` [bug#58742] Acknowledgement ([PATCH] gnu: Add cl-langutils.) jgart via Guix-patches via
2022-10-24 12:23 ` bug#58742: [PATCH] gnu: Add cl-langutils 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221023140131.4418-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=58742@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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.