(define-package (blowfish)
(files "blowfish")
(parent ())
- ;; You'll have to import these from (gdbm), after a (global-
- ;; definitions gdbm/) declaration(?).
+ ;; You'll have to import these from (global-definitions blowfish/).
+ ;; They are currently bound in () by exports from (runtime blowfish).
#;(export #f
blowfish-available?
blowfish-cbc
(files "gdbm")
(parent ())
(initialization (initialize-package!))
- ;; You'll have to import these from (gdbm). They are currently
- ;; bound in () by exports from (runtime gdbm).
+ ;; You'll have to import these from (global-definitions gdbm/).
+ ;; They are currently bound in () by exports from (runtime gdbm).
#;(export #f
gdbm-available?
gdbm-close
(define-package (md5)
(files "md5")
(parent ())
- ;; You'll have to import these from (gdbm), after a (global-
- ;; definitions gdbm/) declaration(?).
+ ;; You'll have to import these from (global-definitions md5/). They
+ ;; are currently bound in () by exports from (runtime crypto).
#;(export #f
md5-available?
md5-file