I know simplicity is the name of the game here, but would you consider support for an optional lock file?
Could be something like:
# write out lockfile
vend freeze > lockefile.lisp
# read from lockfile
vend get -l lockfile.lisp
Personally I like the idea of reproducible dependencies that are not committed to the source tree.
I know simplicity is the name of the game here, but would you consider support for an optional lock file?
Could be something like:
Personally I like the idea of reproducible dependencies that are not committed to the source tree.