unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34250] [PATCH] gnu: guile-lib: Add modules list to description.
@ 2019-01-29 20:28 swedebugia
  2021-07-13 13:30 ` bug#34250: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: swedebugia @ 2019-01-29 20:28 UTC (permalink / raw)
  To: 34250

[-- Attachment #1: Type: text/plain, Size: 23 bytes --]


-- 
Cheers
Swedebugia

[-- Attachment #2: 0001-gnu-guile-lib-Add-modules-list-to-description.patch --]
[-- Type: text/x-patch, Size: 2757 bytes --]

From 683a23a2bdd52dfdad01d30f6dd4e0d71a624809 Mon Sep 17 00:00:00 2001
From: swedebugia <swedebugia@riseup.net>
Date: Tue, 29 Jan 2019 21:16:15 +0100
Subject: [PATCH] gnu: guile-lib: Add modules list to description.

* gnu/packages/guile.scm (guile-lib)[description]: Add it.
---
 gnu/packages/guile.scm | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 98221a83e..346a2bc73 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -893,7 +893,37 @@ $(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n"))
      "Guile-Lib is intended as an accumulation place for pure-scheme Guile
 modules, allowing for people to cooperate integrating their generic Guile
 modules into a coherent library.  Think \"a down-scaled, limited-scope CPAN
-for Guile\".")
+for Guile\".
+
+Modules provided:
+@itemize
+@item (apicheck) Describe and verify library programming interfaces.
+@item (config load) Loading configuration files.
+@item (container async-queue) A thread-safe message queue.
+@item (container nodal-tree) A tree consisting of nodes with attributes.
+@item (container delay-tree) A nodal tree with lazily evaluated fields.
+@item (debugging assert) Helpful assert macro.
+@item (debugging time) A simple macro to time the execution of an expression.
+@item (graph topological-sort) Routines to perform topological sorts.
+@item (htmlprag) Neil Van Dyke's permissive (\"pragmatic\") HTML parser.
+@item (io string) SLIB's IO routines dealing with strings.
+@item (logging logger) A flexible logging system.
+@item (logging port-log) A logger that outputs to a port.
+@item (logging rotating-log) A logger that rotates its output files.
+@item (match-bind) Nifty and concise regular expression routines.
+@item (math minima) A golden-section minimum finder.
+@item (math primes) Functions related to prime numbers and factorization.
+@item (os process) Spawning processes and capturing their output.
+@item (scheme documentation) Macros to define different kinds of variables
+with documentation.
+@item (scheme kwargs) Defining functions with flexible keyword arguments.
+@item (search basic) Classic search functions.
+@item (string completion) Building blocks for tab completion.
+@item (string soundex) The SOUNDEX string categorization algorithm.
+@item (string transform) Beyond SRFI-13.
+@item (string wrap) A versatile string formatter.
+@item (term ansi-color) Generate ANSI color escape sequences.
+@item (unit-test) A JUnit-style unit testing framework.
+@end itemize")
 
     ;; The whole is under GPLv3+, but some modules are under laxer
     ;; distribution terms such as LGPL and public domain.  See `COPYING' for
-- 
2.19.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34250: [PATCH] gnu: guile-lib: Add modules list to description.
  2019-01-29 20:28 [bug#34250] [PATCH] gnu: guile-lib: Add modules list to description swedebugia
@ 2021-07-13 13:30 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2021-07-13 13:30 UTC (permalink / raw)
  To: swedebugia; +Cc: 34250-done

Hi,

swedebugia <swedebugia@riseup.net> writes:

>>From 683a23a2bdd52dfdad01d30f6dd4e0d71a624809 Mon Sep 17 00:00:00 2001
> From: swedebugia <swedebugia@riseup.net>
> Date: Tue, 29 Jan 2019 21:16:15 +0100
> Subject: [PATCH] gnu: guile-lib: Add modules list to description.
>
> * gnu/packages/guile.scm (guile-lib)[description]: Add it.
> ---
>  gnu/packages/guile.scm | 32 +++++++++++++++++++++++++++++++-
>  1 file changed, 31 insertions(+), 1 deletion(-)

Applied as 5fa078ccfd62fc4ea80ac16dfa365e66afabe9a6.

Thank you!

Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-13 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 20:28 [bug#34250] [PATCH] gnu: guile-lib: Add modules list to description swedebugia
2021-07-13 13:30 ` bug#34250: " Maxim Cournoyer

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).