IRC channel logs

2025-03-28.log

back to list of logs

<jfred>Hmm, is there a Guile base64 library in Guix anywhere? I'm not finding much in 'guix search' but maybe I've got the wrong search terms
<jfred>oh, guile-gcrypt has one
<ArneBab>jfred: also https://www.gnu.org/software/guile-gnome/docs/glib/html/Base64-Encoding.html and https://github.com/jacobrec/guile-lib/blob/master/base64.scm
<jfred>ArneBab: yeah, I found those, but it doesn't look like the version of guile-lib in guix has that module? unless I'm missing something
<ArneBab>those are two different projects, I think
<ArneBab>guix itself has base64: https://gitlab.opengeosys.org/ogs/inf/guix/-/blob/master/guix/base64.scm
<ArneBab>⇒ on guix: (use-modules (guix base64))
<old>is there something alike a transparent box? Something like srfi-111, but no need to call unbox to get the value. but you can still mutate it