.plt files are mime encoded gziped tars AFAIK. There is a function called unmztar in setup/unpack.rkt that probably untars. However it is not provided by that module. Probably the best thing to do is write your own based on that code.
HTH, N. On Wed, Sep 1, 2010 at 1:04 AM, Ryan Golbeck <[email protected]> wrote: ... > Is anyone aware of some library functions for unpacking tarballs? ... _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

