DEPENDENCIES 328 B

12345678
  1. - Runnable Hurd!
  2. - Clisp. <-- TODO replace with Scheme
  3. - CFFI (common-lisp.net/project/cffi/)
  4. - trivial-garbage (www.cliki.net/trivial-garbage?v=20)
  5. - flexi-streams (for translator's read-file & write-file)
  6. - cl-zip (for the zipfs example translator).
  7. - xlunit (to run the tests).
  8. - guile-reader (for parsing elisp code -- TODO)