* [bug#58742] [PATCH] gnu: Add cl-langutils.
@ 2022-10-23 14:01 jgart via Guix-patches via
[not found] ` <handler.58742.B.16665337059923.ack@debbugs.gnu.org>
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-23 14:01 UTC (permalink / raw)
To: 58742; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#58742] Acknowledgement ([PATCH] gnu: Add cl-langutils.)
[not found] ` <handler.58742.B.16665337059923.ack@debbugs.gnu.org>
@ 2022-10-23 14:15 ` jgart via Guix-patches via
2022-10-24 12:23 ` bug#58742: [PATCH] gnu: Add cl-langutils Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-23 14:15 UTC (permalink / raw)
To: 58742; +Cc: Guillaume Le Vaillant
On Sun, 23 Oct 2022 14:02:02 +0000 help-debbugs@gnu.org (GNU bug Tracking System) wrote:
Oops, This package depends on https://issues.guix.gnu.org/58741
Do you need me to resend with both in a single issue?
all best,
jgart
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#58742: [PATCH] gnu: Add cl-langutils.
2022-10-23 14:15 ` [bug#58742] Acknowledgement ([PATCH] gnu: Add cl-langutils.) jgart via Guix-patches via
@ 2022-10-24 12:23 ` Guillaume Le Vaillant
0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-10-24 12:23 UTC (permalink / raw)
To: jgart; +Cc: 58742-done
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
jgart <jgart@dismail.de> skribis:
> Oops, This package depends on https://issues.guix.gnu.org/58741
>
> Do you need me to resend with both in a single issue?
No need to resend the patches, I added the packages in the right order.
Patch pushed as c1154c2aac9612dbe4aa18530b29649b3f67faaf.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-24 12:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-23 14:01 [bug#58742] [PATCH] gnu: Add cl-langutils jgart via Guix-patches via
[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
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).