[racket-dev] Package management
On Thu, Jun 27, 2013 at 3:17 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> The package system has a notion of "auto" packages, which are packages
> that were automatically installed to satisfy dependencies. Also, `raco
> pkg remove' supports an `--auto' flag for automatically removing auto
> packages that have no non-auto packages depending on them.
Note that this is also how the deb package manager (on
Debian/Ubuntu/etc) works, so we have good precedent here.
Sam