toml 0.8
This commit is contained in:
parent
91ea498688
commit
99e8b1e8ed
4 changed files with 5 additions and 1 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use guix chicken chicken-r7rs chicken-rfc3339 chicken-coops chicken-test chicken-salmonella chicken-salmonella-html-report
|
2
toml.egg
2
toml.egg
|
@ -3,7 +3,7 @@
|
|||
(synopsis "A Chicken binding to read TOML configuration files")
|
||||
(category parsing)
|
||||
(license "MIT")
|
||||
(version "0.7")
|
||||
(version "0.8")
|
||||
(dependencies r7rs rfc3339 coops)
|
||||
(test-dependencies test)
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
;; -*- Scheme -*-
|
||||
(repo git "https://gitea.lyrion.ch/Chicken/toml.git")
|
||||
(uri targz "https://gitea.lyrion.ch/Chicken/toml/archive/{egg-release}.tar.gz")
|
||||
(release "0.8")
|
||||
(release "0.7")
|
||||
(release "0.6")
|
||||
|
|
|
@ -89,6 +89,8 @@ The repository of the C implementation being wrapped can be found at [[https://g
|
|||
|
||||
=== Version History
|
||||
|
||||
; 0.8 : updated the tomlc99 dependency
|
||||
|
||||
; 0.7 : fixed an issue with timestamp parsing
|
||||
|
||||
; 0.6 : first version of the wrapper
|
||||
|
|
Loading…
Reference in a new issue