Hi Martin, Martin Becze skribis: > +(module-autoload! (current-module) > + '(semver) '(string->semver)) > +(module-autoload! (current-module) > + '(semver ranges) '(string->semver-range semver-range-contains?)) Sounds good. Could you please squash it with the commit that adds support for semver? Also, we may want to add guile-semver to ‘dependencies’ in ‘compiled-guix’ in (guix self). That way, a pulled guix will have guile-semver available, and thus ‘guix import crate’ will work out of the box. Thanks, Ludo’.