guile-user
[Top][All Lists]
Advanced

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

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


From: Amirouche
Subject: Re: Let’s update the web site’s library page!
Date: Sun, 19 Mar 2017 14:50:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0



Le 18/03/2017 à 14:23, Ludovic Courtès a écrit :
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"))

Can we create a database section and an entry for guile-wiredtiger:

(define guile-wiredtiger
  (package #:name "guile-wiredtiger"
#:description "guile-wiredtiger is a database library powered by wiredtiger. It comes with two high level abstraction: the EAV model and a graph database. The EAV database use logic extension of scheme microkanren to execute queries.
The graph database use functional streams for querying."
           #:url "https://framagit.org/a-guile-mind/guile-wiredtiger/";
           #:tags '("Guile 2.2")
           #:license "GPL 2 or later"))


Tx!



reply via email to

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