[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26653: gnu: Add guile-sjson.
From: |
Christopher Allan Webber |
Subject: |
bug#26653: gnu: Add guile-sjson. |
Date: |
Tue, 25 Apr 2017 22:47:20 -0500 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
>> + (synopsis "s-expression based json reader/writer for Guile")
>
> The linter wants a capital letter for the first letter in the synopsis.
Fixed.
>> + (description "guile-sjson is a json reader/writer for Guile.
>> +It has a nice, simple s-expression based syntax.")
>> + (license license:lgpl3+)))
>> +
>> ;;; guile.scm ends here
>
> The rest looks good.
Woo woo! Pushed up!