Hi Guilers!

Until we have a proper guildhall, <https://gnu.org/s/guile/libraries/>
is a simple way to let people know about goodies available for Guile.

Please consider adding entries for your favorite packages or updating
existing entries!

The code for that page is here:

  
https://git.savannah.gnu.org/cgit/guile/guile-web.git/tree/website/apps/base/libraries-page.scm#n68

You can either send us a patch (as produced by ‘git format-patch’)
against this page, or just an entry like this:

  (define guile-lib
    (package #:name "Guile-lib"
             #:description "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\"."
             #:url "http://www.nongnu.org/guile-lib/";
             #:tags '("Guile 2.2" "Guile 2.0" "Guile 1.8")
             #:license "LGPL 2.1 or later"))

Thanks in advance.  :-)

Ludo’.

Reply via email to