home.social

#libalpm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #libalpm, aggregated by home.social.

  1. Ok, small announcement.

    With latest version of (6.1) the helpers like and break so does . They require latest patches... Wait for updates...

  2. Implementing #libalpm / #pacman compatible vercmp() in #rustlang tends to get a bit bizarre:

    "" < "1"
    but "" > "a"
    and "1.a001a.1" == "1.a1a.1"

    (this is all essentially #rpm behavior btw!)

    gitlab.archlinux.org/archlinux

    My thanks go out to @anthraxx for doing such a great job at implementing this for #repod a while back and making implementing this for alpm-types much much more straight forward.

    #archlinux #alpm