Up till now, the common operations across different package managers are mapped directly to Pacman commands, which is a good solution in the very beginning, but might constraint the scope of this project.
We wish to extract the syntax layer from those operations into a library, so that on day we might be able use a different front-end (eg. an apt-like one).
Up till now, the common operations across different package managers are mapped directly to Pacman commands, which is a good solution in the very beginning, but might constraint the scope of this project.
We wish to extract the syntax layer from those operations into a library, so that on day we might be able use a different front-end (eg. an
apt-like one).