>From 683a23a2bdd52dfdad01d30f6dd4e0d71a624809 Mon Sep 17 00:00:00 2001 From: swedebugia 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: address@hidden address@hidden (apicheck) Describe and verify library programming interfaces. address@hidden (config load) Loading configuration files. address@hidden (container async-queue) A thread-safe message queue. address@hidden (container nodal-tree) A tree consisting of nodes with attributes. address@hidden (container delay-tree) A nodal tree with lazily evaluated fields. address@hidden (debugging assert) Helpful assert macro. address@hidden (debugging time) A simple macro to time the execution of an expression. address@hidden (graph topological-sort) Routines to perform topological sorts. address@hidden (htmlprag) Neil Van Dyke's permissive (\"pragmatic\") HTML parser. address@hidden (io string) SLIB's IO routines dealing with strings. address@hidden (logging logger) A flexible logging system. address@hidden (logging port-log) A logger that outputs to a port. address@hidden (logging rotating-log) A logger that rotates its output files. address@hidden (match-bind) Nifty and concise regular expression routines. address@hidden (math minima) A golden-section minimum finder. address@hidden (math primes) Functions related to prime numbers and factorization. address@hidden (os process) Spawning processes and capturing their output. address@hidden (scheme documentation) Macros to define different kinds of variables +with documentation. address@hidden (scheme kwargs) Defining functions with flexible keyword arguments. address@hidden (search basic) Classic search functions. address@hidden (string completion) Building blocks for tab completion. address@hidden (string soundex) The SOUNDEX string categorization algorithm. address@hidden (string transform) Beyond SRFI-13. address@hidden (string wrap) A versatile string formatter. address@hidden (term ansi-color) Generate ANSI color escape sequences. address@hidden (unit-test) A JUnit-style unit testing framework. address@hidden 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