[plt-scheme] issues using planet, digest.plt, crypto.plt

From: Jacob Matthews (jacobm at cs.uchicago.edu)
Date: Fri Mar 23 15:35:08 EDT 2007

On 3/23/07, Jens Axel Søgaard <jensaxel at soegaard.net> wrote:

> The info.ss file includes required-core-version,
> but perphaps I got the syntax wrong?
>
>    (module info (lib "infotab.ss" "setup")
>      (define name "Digest")
>      (define blurb
>        (list "Message digest algorithms (md5, sha1, ...) from libcrypto.
>               Incremental calculation supported."))
>      (define primary-file "digest.ss")
>      (define doc.txt "doc.txt")
>      (define categories '(datastructures))
>      (define version "1.2")
>      (define required-core-version "369.8"))

This looks correct to me. I'll treat this as a bug.

-jacob


Posted on the users mailing list.