unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ~vidak <vidak@riseup.net>
To: 54602@debbugs.gnu.org
Subject: [bug#54602] Germinal, a Common Lisp Gemini Server
Date: Mon, 28 Mar 2022 05:34:01 +0800	[thread overview]
Message-ID: <87mthbw052.fsf@riseup.net> (raw)

[-- Attachment #1: package source code --]
[-- Type: application/octet-stream, Size: 2026 bytes --]

(use-modules (guix packages)
	     (guix build-system asdf)
	     (guix build utils)
	     (guix git)
	     (guix git-download)
	     (gnu packages lisp)
	     (gnu packages lisp-xyz)
	     ((guix licenses) #:prefix license:))

(define-public germinal
  ;; No release.
  (let ((commit "5bfb371ea57dae8985c0e1c6f184f0338487d684"))
    (package
   (name "germinal")
   (version (git-version "1.0.0" "1" commit))
   (source
    (origin
     (method git-fetch)
     (uri (git-reference
	   (url "https://git.carcosa.net/jmcbray/germinal")
	   (commit commit)))
     (file-name (git-file-name "germinal" version))
     (sha256
      (base32 "12jypa8m10825lp5yxfcm1fyk3r4ziwcri7ndxa0m5dz0y7hggck"))))
   (build-system asdf-build-system/sbcl)

   (inputs `(("alexandria" ,sbcl-alexandria)
	     ("babel" ,sbcl-babel)
	     ("usocket" ,sbcl-usocket)
             ("bordeaux-threads" ,sbcl-bordeaux-threads)
             ("cl+ssl" ,sbcl-cl+ssl)
             ("str" ,sbcl-cl-str)
             ("trivial-mimes" ,sbcl-trivial-mimes)
             ("ppath" ,sbcl-ppath)
             ("osicat" ,sbcl-osicat)
             ("cl-interpol" ,sbcl-cl-interpol)
             ("quri" ,sbcl-quri)
             ("cl-ppcre" ,sbcl-cl-ppcre)
             ("cl-fad" ,sbcl-cl-fad)
             ("local-time" ,sbcl-local-time)
             ("uax-15" ,sbcl-uax-15)))
   (outputs '("out"))
   (arguments
    `(#:asd-systems '("germinal")))
   (synopsis "A gemini protocol server in Common Lisp.")
   (description
    " Germinal is a server for the Gemini Protocol, written in Common
Lisp.

It is named after the early 20th century Yiddish-language anarchist
newspaper Germinal. I wanted to name it after an anarchist publication
to convey the idea of people sharing information and ideas with each
other, in contrast to the way the web is used to push advertising from
corporations to people. And it happened that Germinal shares some
sounds with Gemini.")
   
   (home-page "https://git.carcosa.net/jmcbray/germinal")
   (license license:agpl3))))

germinal

[-- Attachment #2: Type: text/plain, Size: 639 bytes --]


Hello all,

I have written this package for Guix. It is a gemini protocol server
written in Common Lisp.

For me, it builds and installs, but I cannot seem to understand how to
run the software.

I understand that there are Guix system configurations/definitions for
'Agate' and 'gmnisrv', that allow one to use Guix to serve gemini
content.

(see: https://guix.gnu.org/manual/en/html_node/Web-Services.html )

Could anyone help me understand how I might be able to get this
software, Germinal, running on Guix in the same way as Agate and
gmnisrv?

Thanks in advance,

~vidak

=> https://zoinks.one/vidak

=> gemini://tilde.town/~vidak


             reply	other threads:[~2022-03-27 21:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-27 21:34 ~vidak [this message]
2022-04-05 18:41 ` [bug#54602] Germinal, a Common Lisp Gemini Server Ludovic Courtès

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://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87mthbw052.fsf@riseup.net \
    --to=vidak@riseup.net \
    --cc=54602@debbugs.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).