This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from cgay/deps
Implement "minimal version selection" for dependencies
- Loading branch information
Showing
17 changed files
with
865 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# pacman | ||
|
||
A package manager for Dylan. (This is a library, not the name of an executable, | ||
so there is no conflict with the `pacman` package manager for Arch Linux.) | ||
A package manager for Dylan. (This is a library, not the name of an executable, so there | ||
is no conflict with the `pacman` package manager for Arch Linux.) | ||
|
||
Find, download, install, and uninstall any version of any Dylan package and its dependencies. | ||
Find, download, install, and uninstall any version of any Dylan package and its | ||
dependencies. | ||
|
||
It isn't normally necessary to use this library directly. See the | ||
[dylan-tool](https://github.com/cgay/dylan-tool) documentation instead. | ||
[dylan-tool](https://github.com/dylan-lang/dylan-tool) documentation instead. | ||
|
||
See [this document](https://docs.google.com/document/d/13G6I1P2v9sULeV38pjOy-5EGhJme7BDQ52jQ0gO1peM/edit?usp=sharing) | ||
for some design discussion. | ||
|
||
See also: the [pacman-catalog](http://github.com/cgay/pacman-catalog) repository | ||
See also: the [pacman-catalog](http://github.com/dylan-lang/pacman-catalog) repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.