Hello,

I have a minimal installation of Racket and want to install a package
(Greg's aws package to name it) without its documentation. Otherwise
packages are installed. In the "info.rkt" there are "deps" and
"build-deps"
(https://github.com/greghendershott/aws/blob/master/info.rkt). After
reading raco's documentation I thought something like

raco pkg install --binary-lib aws

would give me only the code and not install scribble-lib etc. But it
ends with an error:

Resolving "aws" via http://download.racket-lang.org/releases/6.2.1/catalog/
Resolving "aws" via http://pkgs.racket-lang.org
Downloading
https://github.com/greghendershott/aws/tarball/0167b4858f3ce4ee4574174699b5b1ceb1058c14
raco pkg install: cannot strip directory in place


Am I doing something wrong? Or is this the right way to come up with a
installation without documentation?

If not, the best way would be to seperate code/documentation in packages?

Kind regards,
Daniel

-- 
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to