From ea9a3097e49089f1aed8404a73db80ed38f5276f Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 5 Sep 2016 07:17:25 +0100 Subject: Add information about packaging and libsolv --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 73c46e9..466a206 100644 --- a/README +++ b/README @@ -25,6 +25,13 @@ software project. ### Guix package generation +The [packaging][3] library is used to handle requirements (what Guix would +consider an input). The dependency of every package in the build graph is +decided by the [libsolv][4] dependency solver. + +[3]: https://github.com/pypa/packaging +[4]: https://github.com/openSUSE/libsolv + A Guix package is a function of the following: - A sdist store -- cgit v1.2.3