unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] Guile-ICS 0.2.1 released
@ 2022-05-10 13:58 Artyom V. Poptsov
  2022-05-11  1:29 ` Nala Ginrut
  2022-05-14 20:34 ` Aleix Conchillo Flaqué
  0 siblings, 2 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2022-05-10 13:58 UTC (permalink / raw)
  To: Guile Users' Mailing List

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

Hello Guilers,

I'm pleased to announce Guile-ICS 0.2.1:
  https://github.com/artyom-poptsov/guile-ics/releases/tag/v0.2.1

See the full list of user-visible changes below.


* What is Guile-DSV?

Guile-ICS is an iCalendar format RFC5545 [1] parser for GNU Guile.


* List of user visible changes

Here's an excerpt from the NEWS file:

--8<---------------cut here---------------start------------->8---
* Changes in version 0.2.1 (2022-05-10)
** Guile-ICS now uses SRFI-64 that comes with Guile
** Guile-ICS now builds with Guile 3.0+
** =(ics version)=: New module
The module contains procedures that allow to get Guile-ICS version in various
forms.
** Add a GNU Guix recipe to the repository
Now the project can be built and installed as follows:
#+BEGIN_EXAMPLE shell
guix build -f ./guix.scm
guix package -f ./guix.scm
#+END_EXAMPLE
** =ics= command now handles =--version= option
** Generate a man-page from =ics= output.
--8<---------------cut here---------------end--------------->8---


Thanks and happy hacking!

- Artyom

References:
1: https://tools.ietf.org/html/rfc5545

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: [ANN] Guile-ICS 0.2.1 released
  2022-05-10 13:58 [ANN] Guile-ICS 0.2.1 released Artyom V. Poptsov
@ 2022-05-11  1:29 ` Nala Ginrut
  2022-05-14 20:34 ` Aleix Conchillo Flaqué
  1 sibling, 0 replies; 3+ messages in thread
From: Nala Ginrut @ 2022-05-11  1:29 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: Guile Users' Mailing List

Nice work!

On Tue, May 10, 2022, 22:01 Artyom V. Poptsov <poptsov.artyom@gmail.com>
wrote:

> Hello Guilers,
>
> I'm pleased to announce Guile-ICS 0.2.1:
>   https://github.com/artyom-poptsov/guile-ics/releases/tag/v0.2.1
>
> See the full list of user-visible changes below.
>
>
> * What is Guile-DSV?
>
> Guile-ICS is an iCalendar format RFC5545 [1] parser for GNU Guile.
>
>
> * List of user visible changes
>
> Here's an excerpt from the NEWS file:
>
> --8<---------------cut here---------------start------------->8---
> * Changes in version 0.2.1 (2022-05-10)
> ** Guile-ICS now uses SRFI-64 that comes with Guile
> ** Guile-ICS now builds with Guile 3.0+
> ** =(ics version)=: New module
> The module contains procedures that allow to get Guile-ICS version in
> various
> forms.
> ** Add a GNU Guix recipe to the repository
> Now the project can be built and installed as follows:
> #+BEGIN_EXAMPLE shell
> guix build -f ./guix.scm
> guix package -f ./guix.scm
> #+END_EXAMPLE
> ** =ics= command now handles =--version= option
> ** Generate a man-page from =ics= output.
> --8<---------------cut here---------------end--------------->8---
>
>
> Thanks and happy hacking!
>
> - Artyom
>
> References:
> 1: https://tools.ietf.org/html/rfc5545
>
> --
> Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
> Home page: https://memory-heap.org/~avp/
> CADR Hackerspace co-founder: https://cadrspace.ru/
> GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
>


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

* Re: [ANN] Guile-ICS 0.2.1 released
  2022-05-10 13:58 [ANN] Guile-ICS 0.2.1 released Artyom V. Poptsov
  2022-05-11  1:29 ` Nala Ginrut
@ 2022-05-14 20:34 ` Aleix Conchillo Flaqué
  1 sibling, 0 replies; 3+ messages in thread
From: Aleix Conchillo Flaqué @ 2022-05-14 20:34 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: Guile Users' Mailing List

For macOS users, this is now available (
https://github.com/aconchillo/homebrew-guile):

brew install guile-ics

On Tue, May 10, 2022, 6:59 AM Artyom V. Poptsov <poptsov.artyom@gmail.com>
wrote:

> Hello Guilers,
>
> I'm pleased to announce Guile-ICS 0.2.1:
>   https://github.com/artyom-poptsov/guile-ics/releases/tag/v0.2.1
>
> See the full list of user-visible changes below.
>
>
> * What is Guile-DSV?
>
> Guile-ICS is an iCalendar format RFC5545 [1] parser for GNU Guile.
>
>
> * List of user visible changes
>
> Here's an excerpt from the NEWS file:
>
> --8<---------------cut here---------------start------------->8---
> * Changes in version 0.2.1 (2022-05-10)
> ** Guile-ICS now uses SRFI-64 that comes with Guile
> ** Guile-ICS now builds with Guile 3.0+
> ** =(ics version)=: New module
> The module contains procedures that allow to get Guile-ICS version in
> various
> forms.
> ** Add a GNU Guix recipe to the repository
> Now the project can be built and installed as follows:
> #+BEGIN_EXAMPLE shell
> guix build -f ./guix.scm
> guix package -f ./guix.scm
> #+END_EXAMPLE
> ** =ics= command now handles =--version= option
> ** Generate a man-page from =ics= output.
> --8<---------------cut here---------------end--------------->8---
>
>
> Thanks and happy hacking!
>
> - Artyom
>
> References:
> 1: https://tools.ietf.org/html/rfc5545
>
> --
> Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
> Home page: https://memory-heap.org/~avp/
> CADR Hackerspace co-founder: https://cadrspace.ru/
> GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
>


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

end of thread, other threads:[~2022-05-14 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 13:58 [ANN] Guile-ICS 0.2.1 released Artyom V. Poptsov
2022-05-11  1:29 ` Nala Ginrut
2022-05-14 20:34 ` Aleix Conchillo Flaqué

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