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