unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] Guile-Daemon 0.1
@ 2016-07-22  7:55 Alex Kost
  2016-07-22  8:43 ` Nala Ginrut
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kost @ 2016-07-22  7:55 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]

Guile-Daemon is a small Guile program that loads your initial
configuration file, and then reads and evaluates Guile expressions that
you send to a FIFO file:
<https://github.com/alezost/guile-daemon>

————————————————————————————————————————————————————————————————
Git repo: git://github.com/alezost/guile-daemon.git

The release tarball:
https://github.com/alezost/guile-daemon/releases/download/v0.1/guile-daemon-0.1.tar.gz

MD5: 27ba8e047d2605735a33339acdb07644  guile-daemon-0.1.tar.gz
SHA256: 786312adb6fcdd1543185c60d998e99708354e69e50e0b15f910d205318220e9  guile-daemon-0.1.tar.gz

————————————————————————————————————————————————————————————————
Guile-Daemon can be installed with GNU Guix using the attached
"guile-daemon.scm" file:

  guix package --install-from-file=guile-daemon.scm


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: guile-daemon.scm --]
[-- Type: text/x-scheme, Size: 983 bytes --]

(use-modules
 (guix packages)
 (guix download)
 (guix licenses)
 (guix build-system gnu)
 (gnu packages guile)
 (gnu packages pkg-config))

(package
  (name "guile-daemon")
  (version "0.1")
  (source (origin
            (method url-fetch)
            (uri (string-append "https://github.com/alezost/" name
                                "/releases/download/v" version
                                "/" name "-" version ".tar.gz"))
            (sha256
             (base32
              "1s90h8qhblhhz4ahn3p5d573a24px6cdjq2w311ibpgwnsni4qvq"))))
  (build-system gnu-build-system)
  (native-inputs
   `(("pkg-config" ,pkg-config)))
  (inputs
   `(("guile" ,guile-2.0)))
  (home-page "https://github.com/alezost/guile-daemon")
  (synopsis "Evaluate code in a running Guile process")
  (description
   "Guile-Daemon is a small Guile program that loads your initial
configuration file, and then reads and evaluates Guile expressions that
you send to a FIFO file.")
  (license gpl3+))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANN] Guile-Daemon 0.1
  2016-07-22  7:55 [ANN] Guile-Daemon 0.1 Alex Kost
@ 2016-07-22  8:43 ` Nala Ginrut
  0 siblings, 0 replies; 2+ messages in thread
From: Nala Ginrut @ 2016-07-22  8:43 UTC (permalink / raw)
  To: Alex Kost, guile-user

Very cool projects! Thanks for working on them! ;-)

On Fri, 2016-07-22 at 10:55 +0300, Alex Kost wrote:
> Guile-Daemon is a small Guile program that loads your initial
> configuration file, and then reads and evaluates Guile expressions
> that
> you send to a FIFO file:
> <https://github.com/alezost/guile-daemon>
> 
> ————————————————————————————————————————————————————————————————
> Git repo: git://github.com/alezost/guile-daemon.git
> 
> The release tarball:
> https://github.com/alezost/guile-daemon/releases/download/v0.1/guile-
> daemon-0.1.tar.gz
> 
> MD5: 27ba8e047d2605735a33339acdb07644  guile-daemon-0.1.tar.gz
> SHA256:
> 786312adb6fcdd1543185c60d998e99708354e69e50e0b15f910d205318220e9  gui
> le-daemon-0.1.tar.gz
> 
> ————————————————————————————————————————————————————————————————
> Guile-Daemon can be installed with GNU Guix using the attached
> "guile-daemon.scm" file:
> 
>   guix package --install-from-file=guile-daemon.scm
> 




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-22  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22  7:55 [ANN] Guile-Daemon 0.1 Alex Kost
2016-07-22  8:43 ` Nala Ginrut

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