Package "base64"
- Version:
- v1.0.1
- Released:
- 2235 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Marc Feeley <feeley at iro.umontreal.ca>
- Homepage:
- http://snow.iro.umontreal.ca
- Description:
- Base64 encoding and decoding.
- Keywords:
- conv i/o snow
- Package form:
(package* base64/v1.0.1 (provide: (define (base64-substring->u8vector str start end)) (define (base64-string->u8vector str)) (define* (subu8vector->base64-string u8vect start end (width _))) (define* (u8vector->base64-string u8vect (width _)))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Base64 encoding and decoding.") (keywords: conv i/o snow) (license: lgpl/v2.1) (require: fixnum/v1) (require: homovector/v1) (require: string/v1))
- Version:
- v1.0.0
- Released:
- 2269 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Marc Feeley <feeley at iro.umontreal.ca>
- Homepage:
- http://snow.iro.umontreal.ca
- Description:
- Base64 encoding and decoding.
- Keywords:
- conv i/o snow
- Package form:
(package* base64/v1.0.0 (provide: (define* (base64-substring->u8vector str start end)) (define* (base64-string->u8vector str)) (define* (subu8vector->base64-string u8vect start end (width _))) (define* (u8vector->base64-string u8vect (width _)))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Base64 encoding and decoding.") (keywords: conv i/o snow) (license: lgpl/v2.1) (require: fixnum/v1) (require: homovector/v1) (require: string/v1))