Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Potfile dependencies #46

Open
vknabel opened this issue Feb 3, 2023 · 0 comments
Open

Proposal: Potfile dependencies #46

vknabel opened this issue Feb 3, 2023 · 0 comments
Labels
proposal Lithia Evolution proposal or draft

Comments

@vknabel
Copy link
Owner

vknabel commented Feb 3, 2023

Introduction
Add the ability to declare dependencies within the Potfile.

Motivation
Every programming language needs a package manager. So should Lithia.

Proposed Solution

import pot.deps

deps.git "tests", "https://github.com/vknabel/lithia-tests.git", deps.Branch "main"

In the beginning only Branch and explicit Versions should be supported to reduce the implementation overhead.
Subsequent or nested potfiles might be ignored in the beginning.

@vknabel vknabel added the proposal Lithia Evolution proposal or draft label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Lithia Evolution proposal or draft
Projects
Status: New Issues
Development

No branches or pull requests

1 participant