-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add lem-extesion-manager #1413
base: main
Are you sure you want to change the base?
Add lem-extesion-manager #1413
Conversation
I have to comment the library, but I think all the basic code is in place, and the package system can start working. Some improvements would be the ability to update git packages and quicklisp ones (both are quite easy to add). A lock file may also be nice, tho the idea is to keep the package manager light and easy to use |
Ping @cxxxr |
Sorry, I've been meaning to look at this sometime, but it's been on the back burner for a long time. |
The word “package” seems to be the unit of extension, but it overlaps with the term “package” in Common Lisp, so I found it difficult to understand. |
The README says to do it like this, but I'm worried that the information will be duplicated with asd.
|
What is |
So, with this PR I want to add https://github.com/lem-project/lem-extension-manager for the main Lem repository.
This would be a draft until I add the commands https://github.com/lem-project/lem-extension-manager/blob/main/main.lisp#L225 that are not used on the extension-manager to the main Lem codebase and I would also like to add some documentation.