chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Best way to track and isolate project dependencies?


From: Lassi Kortela
Subject: Best way to track and isolate project dependencies?
Date: Thu, 10 Sep 2020 18:50:31 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

Does Chicken support installing eggs into a project-specific directory, and using only those eggs for that project (ignoring system-wide ones)? I.e. something like Python's venv (https://docs.python.org/3/library/venv.html) and similar tools for other languages.

General-purpose libraries are shipped as eggs, which can depend on other eggs. Is the eggs facility intended only for these public libraries, or can it be used to track the dependencies of an application in development as well?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]