Extra Dependancies #72
dougransom
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think about Optional Dependencies? Something like.
% Optional
dependencies([
% A git url to clone
dependency("foo", git("https://foo.git")),
%development tools to work on the project
dependency_extra("dev", "testing", [git("http://...testing.pl"]).
]).
Beta Was this translation helpful? Give feedback.
All reactions