diff options
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -4,12 +4,32 @@ Guix-web A web interface to the GNU Guix package manager written in GNU Guile and JavaScript. +Features +-------- + +* Convenient package searching interface +* View detailed descriptions of Guix packages +* JSON API + +Wishlist +-------- + +* Package installation/removal/rollback +* Profile viewer + Use --- Simply run `./pre-inst-env guix-web` and visit `localhost:8080` in your web browser. +Dependencies +------------ + +* [GNU Guile](https://gnu.org/s/guile) >= 2.0.5 +* [GNU Guix](https://gnu.org/s/guix) >= 0.6 +* [guile-json](https://github.com/aconchillo/guile-json) >= 0.3.1 + Copyright --------- |