guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Let’s update the web site’s library page!


From: Ludovic Courtès
Subject: Let’s update the web site’s library page!
Date: Sat, 18 Mar 2017 14:23:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]