Aleix Conchillo Flaqué writes:
> Hi,
>
> I just release guile-json 0.1.0.
>
> https://github.com/aconchillo/guile-json
>
Nice. Looks like you have a small typo in README.org:
diff --git a/README.org b/README.org
index e7d9c91..a10d75a 100644
--- a/README.org
+++ b/README.org
@@ -93,7 +93,7
On Wed, Jan 30, 2013 at 10:19 AM, Ian Price wrote:
>
> I've uploaded it to my guildhall repo. Current users can
>
> guild update
> guild install json
>
> to obtain it. People who aren't using Guildhall can find instructions at
> https://github.com/ijp/guildhall/wiki/Getting-Started
>
Thanks I
On Wed, Jan 30, 2013 at 9:17 AM, Billy O'Connor wrote:
>
> Nice. Looks like you have a small typo in README.org:
>
Thanks! Fixed.
Aleix
Aleix Conchillo Flaqué writes:
> I just release guile-json 0.1.0.
>
> https://github.com/aconchillo/guile-json
I've uploaded it to my guildhall repo. Current users can
guild update
guild install json
to obtain it. People who aren't using Guildhall can find instructions at
https://githu
On Wed, 2013-01-30 at 01:48 -0800, Aleix Conchillo Flaqué wrote:
> Hi,
>
> I just release guile-json 0.1.0.
>
> https://github.com/aconchillo/guile-json
>
> This is my first guile related release, so comments are more than welcome.
>
> guile-json is a JSON module for Guile. It supports pars
Hi,
I just release guile-json 0.1.0.
https://github.com/aconchillo/guile-json
This is my first guile related release, so comments are more than welcome.
guile-json is a JSON module for Guile. It supports parsing and
building JSON documents according to the http:://json.org
specification. Th