unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Thompson, David" <dthompson2@worcester.edu>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guile User <guile-user@gnu.org>
Subject: Re: Let’s update the web site’s library page!
Date: Mon, 20 Mar 2017 14:23:44 -0400	[thread overview]
Message-ID: <CAJ=Rwfb6t6OVna6xf12MTqSMYpoVeqVaT_vSamQVs52Vkfi-nQ@mail.gmail.com> (raw)
In-Reply-To: <87r31u90rh.fsf@gnu.org>

Hey Ludo,

On Sat, Mar 18, 2017 at 9:23 AM, Ludovic Courtès <ludo@gnu.org> wrote:
> 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.  :-)

Nice initiative!  Here are few snippets for some of my projects.  Thanks!

(define haunt
  (package #:name "Haunt"
           #:description "Haunt is a static site generator.  Haunt
features a functional build system and an extensible interface for
reading articles in any format."
           #:url "https://haunt.dthompson.us"
           #:tags '("Guile 2.2" "Guile 2.0")
           #:license "GPL 3 or later"))

(define guile-sdl2
  (package #:name "Guile-SDL2"
           #:description "Guile-SDL2 provides bindings for the SDL2 C
shared library.  The bindings are written in pure Scheme using Guile's
foreign function interface."
           #:url "https://dthompson.us/projects/guile-sdl2.html"
           #:tags '("Guile 2.2" "Guile 2.0")
           #:license "LGPL 3 or later"))

(define chickadee
  (package #:name "Chickadee"
           #:description "Chickadee is a game development toolkit for
Guile built on top of SDL2 and OpenGL."
           #:url "https://dthompson.us/projects/chickadee.html"
           #:tags '("Guile 2.2" "Guile 2.0")
           #:license "GPL 3 or later"))



  parent reply	other threads:[~2017-03-20 18:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-18 13:23 Let’s update the web site’s library page! Ludovic Courtès
2017-03-19 13:50 ` Amirouche
2017-03-20 16:37   ` Ludovic Courtès
2017-03-20 18:23 ` Thompson, David [this message]
2017-03-20 20:11   ` Ludovic Courtès
2017-03-24 16:57     ` Jan Wedekind
2017-03-24 19:43       ` Sirgazil de Alagris
2017-03-24 21:06         ` Jan Wedekind
2017-03-24 20:36       ` Ludovic Courtès
2017-03-24 21:08         ` Jan Wedekind
2017-03-24 22:42           ` Ludovic Courtès
2017-03-25  9:52             ` Jan Wedekind
2017-03-25 13:49 ` Matt Wette
     [not found] <mailman.60067.1489846274.22739.guile-user@gnu.org>
2017-03-19 17:24 ` Let?s update the web site?s " Artyom Poptsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ=Rwfb6t6OVna6xf12MTqSMYpoVeqVaT_vSamQVs52Vkfi-nQ@mail.gmail.com' \
    --to=dthompson2@worcester.edu \
    --cc=guile-user@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).