diff options
| author | Aleix Conchillo FlaquƩ <[email protected]> | 2022-12-04 12:31:53 -0800 |
|---|---|---|
| committer | Aleix Conchillo FlaquƩ <[email protected]> | 2022-12-04 12:31:53 -0800 |
| commit | c3fdce1e01c8842f024cf823f500405b6049e3c9 (patch) | |
| tree | a3bbe5e6464621e37640fbe3b092470fe4f0bc28 /README.md | |
| parent | 35102e4408136149409af14bab628d55af3f4a68 (diff) | |
| download | guile-jwt-master.tar.gz | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,14 +11,15 @@ verify and generate JWT. It depends on the following Guile version and modules: -- Guile >= 2.0.10. -- Guile-Gcrypt >= ???. +- Guile >= 2.0.10 +- guile-gcrypt >= 0.4.0 +- guile-json >= 4.5.0 # Installation Download the latest tarball and untar it: -- [guile-jwt-0.2.0.tar.gz](http://download.savannah.gnu.org/releases/guile-jwt/guile-jwt-0.2.0.tar.gz) +- [guile-jwt-0.3.0.tar.gz](http://download.savannah.gnu.org/releases/guile-jwt/guile-jwt-0.3.0.tar.gz) If you are cloning the repository make sure you run this first: @@ -121,7 +122,7 @@ scheme@(guile-user)> (assoc-ref payload "test") # License -Copyright (C) 2018-2020 Aleix Conchillo Flaque <[email protected]> +Copyright (C) 2018-2022 Aleix Conchillo Flaque <[email protected]> guile-jwt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |
