site

bvnf.space sources
Log | Files | Refs

commit 45030b3ce7b426ea2360d3e0f1e9e32c3049f80a
parent 2078a00f603c61d88e47b37dbc5d0ca8dd5c4312
Author: phoebos <ben@bvnf.space>
Date:   Fri, 30 Jun 2023 13:46:00 +0100

blog: link to kiss

Diffstat:
Mblog/009-fulldeps.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/blog/009-fulldeps.html b/blog/009-fulldeps.html @@ -15,8 +15,8 @@ <body> <h1>bliss-fulldepends</h1> -<p>I've been writing <a href="//git.bvnf.space/bliss/">an implementation of kiss - in Lua</a>, called bliss, and I just finished a <code>pkg.order</code> +<p>I've been writing an implementation of <a href="//kisslinux.org/wiki/package-manager">kiss</a> +in Lua, called <a href="//git.bvnf.space/bliss/">bliss</a>, and I just finished a <code>pkg.order</code> function, which performs a topological sort to order packages so that dependencies are built first. This function can also be used to get the full, recursive dependency list of a package, which I think is sort of interesting, so