> What I'd like to do is to create a personal catalog that represents the 
> packages I currently have installed, but it doesn't appear there's a super 
> easy `raco pkg` command to do that - I still need to research a bit.
>

raco pkg archive --help
Create catalog from installed packages

Usage:
raco pkg archive [ <option> ... ] <dest-dir> <pkg> [<pkgs>] ...
 where <option> is one of
  --include-deps : Include dependencies of specified packages
* --exclude <pkg> : Exclude <pkg> from new catalog
  --relative : Make source paths relative when possible
  --help, -h : Show this help
  -- : Do not treat any remaining argument as a switch (at this level)
 * Asterisks indicate options allowed multiple times.
 Multiple single-letter switches can be combined after one `-'; for
  example: `-h-' is the same as `-h --'
 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/1ce74a5d-ca53-42f6-a83e-666b77d4a4a1o%40googlegroups.com.

Reply via email to