guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get the package metadata as structured data?


From: David Craven
Subject: Re: How to get the package metadata as structured data?
Date: Fri, 5 Aug 2016 12:17:42 +0200

This should works, but it's pretty slow...

guix package --list-available | grep -o --regex "^[a-zA-Z0-9-]*" |
xargs -n1 guix package -s 1> guix-metadata.txt

time sh -c "guix package -s guix &> /dev/null"
sh -c "guix package -s guix &> /dev/null"  2.42s user 0.07s system
113% cpu 2.203 total



reply via email to

[Prev in Thread] Current Thread [Next in Thread]