Language | Title | Body | |
---|---|---|---|
Changed | de | Neue | Der Befehl |
en | New | The |
Language | Title | Body | |
---|---|---|---|
New | de | Neuer Befehl | Mit dem neuen Befehl Dieser Befehl hilft in erster Linie den Entwicklern von Kanälen. Mit ihm kann vor einem Push sichergestellt werden, dass der Kanal nur Commits enthält, die mit autorisierten Schlüsseln signiert worden sind. Aber der Befehl kann auch helfen, wann immer Sie Git verwenden und ermöglichen wollen, dass Nutzer von Ihrem Repository geladenen Code authentifizieren können. Führen Sie |
en | New | The new This command is primarily useful to developers of channels. It allows them to ensure, before pushing, that the channel only contains commits signed with authorized keys. But this command is also useful anytime you use Git and want to allow people to authenticate code fetched from your repository. Run | |
es | Nueva orden | La nueva orden Esta orden es principalmente útil para desarrolladoras de canales. Permite asegurar, antes de subir nada al repositorio remoto, que el canal contiene únicamente revisiones firmadas por claves autorizadas. No obstante esta orden es útil siempre que use git y quiera que otras personas puedan verificar el código obtenido de su repositorio. Ejecute | |
fr | Nouvelle commande | La nouvelle commande Cette commande est avant tout utile aux personnes développant un canal. Elle leur permet de s'assurer, avant de pousser des changements, que le canal ne contient que des changements signés par des clefs autorisées. Mais cette commande peut aussi s'avérer utile dès que tu veux utiliser Git et permettre aux autres d'authentifier le code récupéré depuis ton dépôt. Lance |
Language | Title | Body | |
---|---|---|---|
New | de | Neue Paketumwandlungsoption | Mit der neuen Paketumwandlungsoption guix build guile-gcrypt --without-tests=automake Der hauptsächliche Nutzen liegt in der Beschleunigung von Entwicklungszyklen oder im Umgehen unzuverlässiger Testkataloge. Allerdings kann das Überspringen dazu führen, dass echte Probleme verborgen bleiben. Setzen Sie es mit Bedacht ein. Führen Sie |
en | New | The new guix build guile-gcrypt --without-tests=automake This is primarily useful as a way to speed up development cycles, or to work around flaky test suites---skipping tests can hide real issues, so use with care. Run | |
es | Nueva opción de transformación | La nueva opción de transformación de paquetes guix build guile-gcrypt --without-tests=automake Esto es principalmente útil como una forma de acelerar ciclos de desarrollo o de omitir temporalmente baterías de pruebas problemáticas---omitir las pruebas puede ocultar problemas reales, por lo que debe usarse con precaución. Ejecute | |
fr | Nouvelle option de transformation | La nouvelle option de transformation de paquets guix build guile-gcrypt --without-tests=automake Cette option est surtout intéressante pour raccourcir le cycle de développement ou pour contourner une suite de tests qui n'est pas fiable — sauter les tests peut cacher des vrais problèmes, à utiliser avec précaution donc. Voir |
Language | Title | Body | |
---|---|---|---|
New | de | Guix-Kochbuch jetzt als Info-Dokument verfügbar | Das neue Guix-Kochbuch wird nun von info guix-cookbook.de Das Kochbuch steht derzeit auf Deutsch und Englisch zur Verfügung. Sie können auch online darauf zugreifen. Ihre Beiträge werden gerne gesehen. Bitte kontaktieren Sie die Entwickler, um Ihre Rezepte mit uns zu teilen! |
en | Guix Cookbook now available as Info | The new Guix Cookbook is now fetched by info guix-cookbook The Cookbook is currently available in English and German. You can also find it on-line. Your contributions are welcome: get in touch with the developers to share your recipes! |
Language | Title | Body | |
---|---|---|---|
New | de | Neue Paketumwandlungsoption | Die neue Paketumwandlungsoption Zum Beispiel werden mit folgendem Befehl die Pakete guix build octave-cli \ --with-c-toolchain=fftw=gcc-toolchain@10 \ --with-c-toolchain=fftwf=gcc-toolchain@10 Führen Sie für mehr Informationen |
en | New | The new For example, the following command rebuilds the guix build octave-cli \ --with-c-toolchain=fftw=gcc-toolchain@10 \ --with-c-toolchain=fftwf=gcc-toolchain@10 Run | |
es | Nueva opción de transformación | La nueva opción de transformación de paquetes Por ejemplo, la siguiente orden reconstruye los paquetes guix build octave-cli \ --with-c-toolchain=fftw=gcc-toolchain@10 \ --with-c-toolchain=fftwf=gcc-toolchain@10 Ejecute | |
fr | Nouvelle option de transformation | La nouvelle option de transformation de paquets Par exemple, la commande ci-dessous recompile guix build octave-cli \ --with-c-toolchain=fftw=gcc-toolchain@10 \ --with-c-toolchain=fftwf=gcc-toolchain@10 Voir |
Language | Title | Body | |
---|---|---|---|
New | de | Logical Volume Manager (LVM) wird jetzt auf Guix System unterstützt | Auf Guix System erlaubt Ihnen die neue Variable (mapped-device (source "vg0") (target (list "vg0-alpha" "vg0-beta")) (type lvm-device-mapping)) Siehe |
en | Logical Volume Manager (LVM) now supported on Guix System | On Guix System, the new (mapped-device (source "vg0") (target (list "vg0-alpha" "vg0-beta")) (type lvm-device-mapping)) See | |
es | El sistema Guix ahora implementa también volúmenes lógicos LVM | En el sistema Guix, la nueva variable (mapped-device (source "vg0") (target (list "vg0-alfa" "vg0-beta")) (type lvm-device-mapping)) Véase |
Language | Title | Body | |
---|---|---|---|
New | de | GNU-C-Bibliothek aktualisiert | Die GNU-C-Bibliothek (glibc) wurde auf Version 2.31 aktualisiert. Um zuvor installierte Programme, die an glibc 2.29 gebunden worden sind, weiter benutzen zu können, müssen Sie Locale-Daten für Version 2.29 zusätzlich zu den Locale-Daten für 2.31 installieren: guix install glibc-locales glibc-locales-2.29 Auf Guix System genügt es, das |
en | GNU C Library upgraded | The GNU C Library (glibc) has been upgraded to version 2.31. To run previously-installed programs linked against glibc 2.29, you need to install locale data for version 2.29 in addition to locale data for 2.31: guix install glibc-locales glibc-locales-2.29 On Guix System, you can adjust the | |
es | Actualización de la biblioteca C de GNU | Se ha actualizado la biblioteca de C de GNU (glibc) a la versión 2.31. Para ejecutar programas instalados previamente que se encuentren enlazados con glibc 2.29, es necesario que instale los datos de localización de la versión 2.29 junto a los datos de localización de la versión 2.31: guix install glibc-locales glibc-locales-2.29 En el sistema Guix, puede ajustar el campo | |
fr | Mise à jour de la bibliothèque C de GNU | La bibliothèque C de GNU (glibc) a été mise à jour en version 2.31. Pour pouvoir lancer tes programmes déjà installés et liés à glibc 2.29, tu dois installer les données pour la version 2.29 en plus des données de régionalisation pour la version 2.31: guix install glibc-locales glibc-locales-2.29 Sur le système Guix, tu peux ajuster le champ | |
nl | GNU C-bibliotheek bijgewerkt | De GNU C-bibliotheek (glibc) werd bijgewerkt naar versie 2.31. Om gebruik te maken van reeds geïnstalleerde programma's die aan glibc 2.29 gebonden zijn, moet u de regionale informatie van versie 2.29 naast die van versie 2.31 installeren: guix install glibc-locales glibc-locales-2.29 Op Guix System kunt u het |
Language | Title | Body | |
---|---|---|---|
New | de |
| Mit dem Befehl Um dem entgegenzuwirken, stellt GUIX_EXECUTION_ENGINE=performance export GUIX_EXECUTION_ENGINE Führen Sie |
en |
| The To address that, GUIX_EXECUTION_ENGINE=performance export GUIX_EXECUTION_ENGINE Run | |
es |
| La orden Para estos casos GUIX_EXECUTION_ENGINE=performance export GUIX_EXECUTION_ENGINE Ejecute |
Language | Title | Body | |
---|---|---|---|
New | de | Paketumwandlungen betreffen jetzt auch implizite Eingaben | Paketumwandlungsoptionen wie guix install --with-input=python=python2 python-itsdangerous Ein weiteres Beispiel ist, mit einer anderen Version der GNU-C-Bibliothek zu veredeln ( guix build --with-graft=glibc=glibc@2.31 hello Führen Sie für mehr Informationen |
en | Package transformations now apply to implicit inputs | Package transformation options such as guix install --with-input=python=python2 python-itsdangerous Another example is grafting a different version of the GNU C Library ( guix build --with-graft=glibc=glibc@2.31 hello Run | |
es | Las transformaciones de paquetes ahora afectan también a las dependencias implícitas | Las opciones de transformación de paquetes como guix install --with-input=python=python2 python-itsdangerous Otro ejemplo podría ser el injerto de una versión diferente de la biblioteca de C de GNU ( guix build --with-graft=glibc=glibc@2.31 hello Ejecute | |
fr | Les transformations de paquets s'appliquent aux dépendances implicites | Les options de transformation de paquets telles que guix install --with-input=python=python2 python-itsdangerous Un autre exemple est la possibilité de greffer une version différente de la bibliothèque C GNU (la guix build --with-graft=glibc=glibc@2.31 hello Voir |
Language | Title | Body | |
---|---|---|---|
New | de | Paketumwandlungsoptionen werden nun in Profilen gesichert | Wenn Sie ein Paket in ein Profil installieren, werden nun Paketumwandlungsoptionen wie Führen Sie für mehr Informationen |
en | Package transformation options now recorded in profiles | When installing packages in a profile, package transformation options such as Run | |
es | Las opciones de transformación de paquetes ahora se quedan registradas en el perfil | Si durante la instalación de paquetes en un perfil se utilizaron opciones de transformación de paquetes, como por ejemplo Ejecute | |
fr | Options de transformation sauvegardées dans les profils | Lorsqu'on installe des paquets dans un profil, les options de transformation telles que Voir |
Language | Title | Body | |
---|---|---|---|
New | de | Neue Paketumwandlungsoption | Die neue Paketumwandlungsoption guix build coreutils --with-patch=glibc=./glibc-frob.patch Führen Sie für mehr Informationen |
en | New | The new guix build coreutils --with-patch=glibc=./glibc-frob.patch Run | |
fr | Nouvelle option de transformation | La nouvelle option de transformation de paquets guix build coreutils --with-patch=glibc=./glibc-frob.patch Voir |
Language | Title | Body | |
---|---|---|---|
New | de | Neue Paketumwandlungsoption | Die neue Paketumwandlungsoption Zum Beispiel würden Sie so Informationen zur Fehlersuche für die guix build --with-debug-info=glib inkscape Führen Sie für mehr Informationen |
en | New | The new For example, here is how you would obtain debug info for the guix build --with-debug-info=glib inkscape Run | |
es | Nueva opción de transformación | La nueva opción El siguiente ejemplo muestra como obtener información de depuración para la biblioteca guix build --with-debug-info=glib inkscape Ejecute | |
fr | Nouvelle option de transformation | La nouvelle option de transformation de paquets Voici par exemple comment obtenir des informations de déboguage pour la bibliothèque guix build --with-debug-info=glib inkscape Voir |
Language | Title | Body | |
---|---|---|---|
New | de |
| Der Befehl |
en |
| The | |
fr |
| La commande | |
nl |
| Het |
Language | Title | Body | |
---|---|---|---|
New | de | Bootstrapping jetzt mit noch kleinerem Seed | Der Paketgraph auf x86_64 und i686 hat jetzt eine noch kleinere Menge an binären Seeds als Wurzel. Das heißt, die ursprüngliche Menge an Binärdateien, aus denen heraus Pakete erstellt werden, machen nun ungefähr 60 MiB aus, ein Viertel der früheren Größe. Führen Sie |
en | Further reduced binary seed bootstrap | The package graph on x86_64 and i686 is now rooted in a further reduced set of binary seeds. The initial set of binaries from which packages are built now weighs in at approximately 60 MiB, a quarter of what it used to be. Run |
Language | Title | Body | |
---|---|---|---|
New | de | Das | Das |
en |
| The |
Language | Title | Body | |
---|---|---|---|
New | de | Liste der Substitutschlüssel auf Guix System ist jetzt deklarativ | Die Liste von autorisierten Substitutschlüsseln, die in Wir empfehlen, dass Sie Ihre Betriebssystemkonfiguration aktualisieren, damit dort alle autorisierten Substitutschlüssel ausdrücklich aufgeführt werden. Siehe Alternativ können Sie das |
en | List of substitute keys is now declarative on Guix System | The list of authorized substitute keys, available in We recommend updating your operating system configuration to explicitly list all the authorized substitute keys. See Alternatively, you can set the | |
es | Claves para sustituciones del sistema Guix en formato declarativo | El listado de claves autorizadas para la obtención de sustituciones, disponible en Le recomendamos que actualice su configuración del sistema operativo para que enumere explícitamente todas las claves que desea autorizar para la obtención de sustituciones. Véase También puede proporcionar el valor | |
fr | Liste des clefs de substituts désormais déclarative sur Guix System | La liste des clefs de substituts autorisées, stockée dans Nous recommandons de mettre à jour sa configuration de système d'exploitation pour y lister explicitement les clefs autorisées. Lancez Il est également possible de mettre le champs |
Language | Title | Body | |
---|---|---|---|
New | de |
| Der Befehl guix repl -- my-script,scm --option1 --option2 --option2=option-arg arg1 arg2 Weitere Informationen erhalten Sie mit |
en |
| The guix repl -- my-script,scm --option1 --option2=option-arg arg1 arg2 Run | |
es |
| La orden guix repl -- mi-guion.scm --opcion1 --opcion2=param-op2 param1 param2 Ejecute | |
fr |
| La commande guix repl -- my-script,scm --option1 --option2=option-arg arg1 arg2 Exécutez |
Language | Title | Body | |
---|---|---|---|
New | de | Neue Option | Der Befehl guix graph --path libreoffice libunistring Führen Sie |
en | New | The guix graph --path libreoffice libunistring Run | |
es | Nueva opción | La orden guix graph --path libreoffice libunistring Ejecute |
Language | Title | Body | |
---|---|---|---|
New | de | Neue Option | Anstelle der Befehlszeilenoption Mit der Option |
en | New | The The | |
es | Nueva opción | La opción La opción | |
fr | Nouvelle option | L'option La nouvelle option |
Language | Title | Body | |
---|---|---|---|
New | de | Guix läuft jetzt auf Guile 3.0 | Die Guix-Version, die Sie gerade gepullt haben, läuft auf Version 3.0 von GNU Guile (und nicht mehr auf Version 2.2). Guile 3.0 verbessert die Rechenleistung, indem native Maschinenbefehle „just in time“ erzeugt werden (JIT-Kompilierung). Der Wechsel sollte für Sie völlig transparent sein und Guix verhält sich gleich. Siehe https://gnu.org/software/guile für weitere Informationen zu Guile 3.0. |
en | Guix now runs on Guile 3.0 | The Guix revision you just pulled runs on version 3.0 of GNU Guile (previously it would run on version 2.2). Guile 3.0 improves performance through the use of just-in-time (JIT) native code generation. The switch should be entirely transparent to you. See https://gnu.org/software/guile for more information on Guile 3.0. | |
fr | Guix tourne maintenant sous Guile 3.0 | La révision de Guix que tu viens de récupérer tourne sous la version 3.0 de GNU Guile (Guix tournait avant sous la version 2.2). Guile 3.0 améliore la performance en générant du code natif à la volée (JIT). Le changement devrait être totalement transparent pour toi. Voir https://gnu.org/software/guile pour plus d'information sur Guile 3.0. | |
nl | Guix draait nu op Guile 3.0 | De Guix die u net heeft gepulld gebruikt versie 3.0 van GNU Guile (voorheen was dat versie 2.2). Guile 3.0 draait dezelfde programma's doorgaans sneller door ze ‘just-in-time’ (JIT) te vertalen naar machine-instructies. De omschakeling zou voor u volledig naadloos moeten zijn. Lees https://gnu.org/software/guile voor meer informatie over Guile 3.0. |
Language | Title | Body | |
---|---|---|---|
New | de |
| Die Befehle Diese Funktionalität ist auf den |
en |
| The This feature is currently limited to the | |
es |
| Las ordenes Esta característica está limitada actualmente al canal | |
fr |
| Les commandes Cette fonctionnalité n'est actuellement disponible que pour le canal |
Language | Title | Body | |
---|---|---|---|
New | de | Unterstützung für Systemstart von einem Btrfs-Unterlaufwerk hinzugefügt | Für die Erzeugung einer GRUB-Konfigurationsdatei aus einer Betriebssystemdeklaration kann jetzt ein Btrfs-Unterlaufwerk („Subvolume“) für die Partition mit |
en | Add support to boot from a Btrfs subvolume | The generation of the GRUB configuration file produced from an operating system declaration now takes into account the use of a Btrfs subvolume for the partition holding | |
es | Implementado el arranque desde un subvolumen de Btrfs | El fichero de configuración de GRUB producido por la declaración de sistema operativo ahora tiene en cuenta el uso de subvolúmenes de Btrfs en la partición que contiene | |
fr | Ajout du support pour démarrer depuis un sous-volume Btrfs | La génération du fichier de configuration de GRUB produite à partir de la déclaration d'un | |
nl | Nieuwe ondersteuning voor het opstarten vanaf een Btrfs-subvolume | Het opmaken van het GRUB-configuratiebestand op basis van een |
Language | Title | Body | |
---|---|---|---|
New | de | Rottlog-Dienst ist nun Teil der | Eine Instanz des |
en | Rottlog service added to | An instance of |
Language | Title | Body | |
---|---|---|---|
New | de | Substitutserver können jetzt im lokalen Netz erkannt werden | Mit dem |
en | Local substitute servers discovery is now supported | The | |
es | Los servidores de sustituciones se pueden descubrir localmente | El daemon | |
fr | La découverte des serveurs de substituts locaux est désormais supportée | Le |
Name | Version | |
---|---|---|
python-bagit | 1.7.0 | More information |
qtspell | 0.9.0 | More information |
rust-tokio-buf | 0.1.1 | More information |
rust-core-foundation-sys | 0.7.2 | More information |
rust-serde-urlencoded | 0.7.0 | More information |
sbcl-cluffer | 0.0.0-1.4aad29c | More information |
rust-wayland-sys | 0.23.6 | More information |
vinci | 1.0.5 | More information |
sbcl-clump | 0.0.0-1.1ea4dba | More information |
rust-glob | 0.3.0 | More information |
emacs-extmap | 1.1.1 | More information |
rust-arc-swap | 0.4.4 | More information |
sbcl-trivialib-type-unify | 0.1-1.62492eb | More information |
rust-grep-pcre2 | 0.1.4 | More information |
rust-cloudabi | 0.1.0 | More information |
ecl-map-set | 0.0.0-1.7b4b545 | More information |
r-rockchalk | 1.8.144 | More information |
python-pypandoc | 1.5 | More information |
rust-nettle-sys | 2.0.4 | More information |
libsoup-minimal | 2.72.0 | More information |
cl-mustache | 0.12.1 | More information |
rust-serde-codegen-internals | 0.14.2 | More information |
rust-trust-dns-openssl | 0.19.5 | More information |
rust-wayland-server | 0.21.13 | More information |
ecl-symbol-munger | 0.0.1-1.97598d4 | More information |
python-databricks-cli | 0.14.1 | More information |
python-django-compressor | 2.4 | More information |
rust-crc | 1.8.1 | More information |
ecl-fare-quasiquote | 1.0.1-1.640d39a | More information |
python-osc | 1.7.4 | More information |
python-ldap3 | 2.7 | More information |
gnome-arcade | 0.218.2 | More information |
rust-pathdiff | 0.1.0 | More information |
emacs-djvu | 1.1.1 | More information |
rust-onig | 5.0.0 | More information |
lcdf-typetools | 2.108 | More information |
rust-signature | 1.2.2 | More information |
texlive-csquotes | 51265 | More information |
lv2toweb | 0.4 | More information |
python-cson | 0.8 | More information |
emacs-pfuture | 1.9 | More information |
clitest | 0.3.0 | More information |
blanket | 0.3.1 | More information |
bcg729 | 1.1.1 | More information |
rust-tokio-io-pool | 0.1.6 | More information |
rust-tempfile | 3.1.0 | More information |
rust-plugin | 0.2.6 | More information |
ocaml4.07-ppx-compare | 0.11.1 | More information |
ruby-benchmark-ips | 2.8.2 | More information |
azimuth | 1.0.3 | More information |
rust-itertools | 0.8.2 | More information |
rust-tokio-rustls | 0.9.4 | More information |
gtranslator | 3.36.0 | More information |
node-env-variable | 0.0.4 | More information |
kexec-tools | 2.0.21 | More information |
emacs-form-feed | 0.2.2 | More information |
python-pep517 | 0.8.2 | More information |
rust-addr2line | 0.11.0 | More information |
node-stack-trace | 0.0.10-1.4fd379e | More information |
ruby-range-compressor | 1.0.0 | More information |
go-github.com-ulikunitz-xz | 0.5.8 | More information |
xlsxio | 0.2.29 | More information |
sbcl-stumpwm-kbd-layouts | 0.0.1-2.920f8fc | More information |
msamr | 1.1.3 | More information |
glibc-utf8-locales-2.29 | 2.29 | More information |
emacs-kanji | 1.0-0.5e9d5b7 | More information |
rtaudio | 5.1.0 | More information |
cl-livesupport | 0.0.0-1.71e6e41 | More information |
rust-webpki-roots | 0.20.0 | More information |
go-minisign | 0.1.0 | More information |
r-modeldata | 0.1.0 | More information |
sbcl-zpb-exif | 1.2.4 | More information |
rust-aom-sys | 0.2.1 | More information |
python-pymediainfo | 4.1 | More information |
python-httpx | 0.16.1 | More information |
rust-gleam | 0.6.19 | More information |
hexyl | 0.8.0 | More information |
guile2.2-lib | 0.2.6.1 | More information |
xournalpp | 1.0.20 | More information |
gmnisrv | 0-1.d484ba0 | More information |
python-alchemy-mock | 0.4.3 | More information |
wofi | 1.2.3 | More information |
r-dials | 0.0.9 | More information |
python-path-and-address | 2.0.1 | More information |
rust-unicode-normalization | 0.1.11 | More information |
ruby-given-core | 3.8.0 | More information |
sbcl-stumpwm-screenshot | 0.0.1-2.920f8fc | More information |
emacs-icomplete-vertical | 0.1 | More information |
ruby-yard-with-tests | 0.9.25 | More information |
rust-safemem | 0.3.3 | More information |
rust-rand-chacha | 0.1.1 | More information |
rust-bzip2 | 0.3.3 | More information |
python-pytest-black | 0.3.8 | More information |
rust-fuchsia-zircon-sys | 0.3.3 | More information |
r-conquer | 1.0.2 | More information |
cl-coroutine | 0.1-1.de098f8 | More information |
sbcl-lambda-fiddle | 1.0.0-1.d16bba5 | More information |
codec2 | 0.9.2 | More information |
rust-webpki-roots | 0.16.0 | More information |
rust-wasm-bindgen-test-macro | 0.3.19 | More information |
rust-tokio-core | 0.1.17 | More information |
ecl-trivial-package-local-nicknames | 0.2 | More information |
libfastjson | 0.99.8 | More information |
emacs-browse-kill-ring | 2.0.0-0.1ef72cc | More information |
abe | 1.1 | More information |
emacs-evil-tmux-navigator | 0.1.5 | More information |
rust-mach-o-sys | 0.1.1 | More information |
tap-lv2 | 0.0-1.cab6e0d | More information |
sdl2-cs | B1-1.1a35564 | More information |
guile2.2-redis | 1.3.0 | More information |
rust-brotli-decompressor | 2.3.1 | More information |
sbcl-dbus | 20190408-1.24b452d | More information |
emacs-window-purpose | 1.7-1.f642196 | More information |
ocaml4.07-ppx-sexp-conv | 0.11.2 | More information |
cl-simple-neural-network | 3.1 | More information |
rust-strum | 0.18.0 | More information |
yeganesh | 2.4 | More information |
rust-heapless | 0.5.5 | More information |
rust-proc-macro-error-attr | 0.4.12 | More information |
qpdfview | 0.4.18 | More information |
sbcl-cl-qrencode | 0.1.2 | More information |
rust-capnp-rpc | 0.10.0 | More information |
rust-linked-hash-map | 0.3.0 | More information |
cl-clx-truetype | 0.0.1-1.c6e10a9 | More information |
rust-packed-simd | 0.3.3 | More information |
ruby-slim | 4.1.0 | More information |
libratbag | 0.14 | More information |
mswebrtc | 1.1.1 | More information |
ecl-fast-http | 0.2.0-2.502a377 | More information |
rust-serde-bytes | 0.11.5 | More information |
rust-half | 1.6.0 | More information |
go-github-com-willf-bitset | 1.1.10 | More information |
ghc-mtl-compat | 0.2.2 | More information |
rust-time | 0.1.43 | More information |
rust-stb-truetype | 0.3.1 | More information |
rust-wasm-bindgen-console-logger | 0.1.1 | More information |
dbus-cxx | 0.12.0 | More information |
rust-fs2 | 0.4.3 | More information |
rust-trust-dns-https | 0.3.4 | More information |
ruby-rugged | 1.1.0 | More information |
python-colour | 0.1.5 | More information |
malcontent | 0.8.0 | More information |
rust-rctree | 0.3.3 | More information |
rust-redox-users | 0.3.4 | More information |
nanomsg | 1.1.5 | More information |
rust-h2 | 0.2.6 | More information |
emacs-eglot | 1.7 | More information |
rust-ena | 0.13.1 | More information |
java-eclipse-aether-impl | 1.0.2 | More information |
python-zope-copy | 4.2 | More information |
rust-generic-array | 0.12.3 | More information |
pep-engine | 2.0.6 | More information |
rust-bindgen | 0.51.1 | More information |
r-partykit | 1.2-10 | More information |
rust-serde-codegen | 0.4.3 | More information |
rust-napi-derive | 0.5.1 | More information |
go-github-com-gorilla-securecookie | 1.1.1 | More information |
font-ipa-mj-mincho | 006.01 | More information |
font-iosevka-term-slab | 4.0.3 | More information |
rust-typed-arena | 1.4.1 | More information |
perl-text-haml | 0.990118 | More information |
cl-trivialib-type-unify | 0.1-1.62492eb | More information |
guile2.2-gnutls | 3.6.12 | More information |
emacs-dart-mode | 1.0.5 | More information |
pypy3 | 7.3.1 | More information |
python-stestr | 3.0.1 | More information |
python2-gamera | 3.4.4 | More information |
emacs-lsp-java | 2.2 | More information |
r-profilemodel | 0.6.0 | More information |
python-mailman-hyperkitty | 1.1.0 | More information |
sbcl-command-line-arguments | 2.0.0-1.fbac862 | More information |
rust-libgit2-sys | 0.10.0 | More information |
rust-fxhash | 0.2.1 | More information |
rust-proc-macro2 | 1.0.24 | More information |
python-crashtest | 0.3.1 | More information |
libinstpatch | 1.1.5 | More information |
java-eclipse-aether-util | 1.0.2 | More information |
qgis | 3.12.1 | More information |
rust-adler32 | 1.1.0 | More information |
j4-dmenu-desktop | 2.18 | More information |
gnome-builder | 3.36.1 | More information |
python-pytaglib | 1.4.6 | More information |
rust-ref-cast | 1.0.2 | More information |
r-metafor | 2.4-0 | More information |
r-muhaz | 1.2.6.1 | More information |
sbcl-claw-support | 1.0.0 | More information |
emacs-imenu-list | 0.8 | More information |
ghc-scalpel-core | 0.6.0 | More information |
cl-green-threads | 0.3-1.fff5ebe | More information |
rust-float-cmp | 0.4.0 | More information |
ghc-http-reverse-proxy | 0.6.0 | More information |
rust-predicates | 0.9.1 | More information |
rr | 5.4.0 | More information |
rust-memoffset | 0.2.1 | More information |
python-opentsne | 0.4.4 | More information |
go-github-com-willf-bloom | 2.0.3 | More information |
rust-string-cache | 0.8.0 | More information |
rust-csv | 0.14.7 | More information |
rust-byte-unit | 4.0.9 | More information |
texlive-symbol | 51265 | More information |
rust-constant-time-eq | 0.1.5 | More information |
maven-surefire-plugin | 3.0.0-M4 | More information |
rust-bytes | 0.3.0 | More information |
java-sonatype-aether-spi | 1.7 | More information |
ocaml4.07-spawn | 0.13.0 | More information |
rust-path-clean | 0.1.0 | More information |
rust-wayland-protocols | 0.21.13 | More information |
kmail | 20.04.1 | More information |
ecl-trivia | 0.0.0-2.37698b4 | More information |
bcachefs-tools | 0.1-2.db931a4 | More information |
rust-pretty-env-logger | 0.3.1 | More information |
drip | 0.2.4-1.a4bd00d | More information |
rust-base-x | 0.2.6 | More information |
go-github-com-tv42-httpunix | 0.0.0-0.2ba4b9c | More information |
rust-glib-sys | 0.9.1 | More information |
rust-security-framework-sys | 0.3.3 | More information |
sbcl-quicksearch | 0.01.04-1.fb02ecf | More information |
r-tidypredict | 0.4.8 | More information |
go-github-com-twpayne-go-vfs | 1.5.0 | More information |
rust-fallible-streaming-iterator | 0.1.9 | More information |
rust-peg-macros | 0.6.2 | More information |
wf-recorder | 0.2.1 | More information |
python-cfn-lint | 0.41.0 | More information |
rust-language-tags | 0.2.2 | More information |
ecl-quantile-estimator | 0.0.1 | More information |
r-fastshap | 0.0.5 | More information |
r-inum | 1.0-1 | More information |
rust-blobby | 0.3.0 | More information |
ghc-haskeline | 0.8.0.0 | More information |
guile-filesystem | 0.1.0 | More information |
rust-bindgen | 0.55.1 | More information |
hackneyed-x11-cursors | 0.8.1-1.9423cef | More information |
rust-env-logger | 0.7.1 | More information |
unicode-cldr-common | 36.0 | More information |
ghc-bower-json | 1.0.0.1 | More information |
rust-phf-shared | 0.7.24 | More information |
libtifiles2 | 1.1.7 | More information |
rust-cssparser-macros | 0.3.6 | More information |
rust-security-framework-sys | 2.0.0 | More information |
kdepim-apps-libs | 20.04.1 | More information |
routino | 3.3.2 | More information |
r-rfast | 2.0.1 | More information |
ecl-function-cache | 1.0.3 | More information |
rust-autocfg | 0.1.7 | More information |
perl-digest-crc | 0.22 | More information |
ecl-cl-async | 0.6.1-1.f6423e4 | More information |
rust-escargot | 0.3.1 | More information |
rust-winreg | 0.7.0 | More information |
rust-crossbeam-epoch | 0.7.2 | More information |
rust-ring | 0.13.5 | More information |
rust-approx | 0.1.1 | More information |
mycli | 1.22.2 | More information |
js-xmldom-sre | 0.1.32 | More information |
ecl-cl-pdf | 0-1.752e337 | More information |
xdialog | 2.3.1 | More information |
r-reordercluster | 1.0 | More information |
rust-stfu8 | 0.2.4 | More information |
cl-mysql | 0.1-1.ab56c27 | More information |
python-potr | 1.0.2 | More information |
facter | 4.0.47 | More information |
go-github-com-russross-blackfriday | 2.0.1 | More information |
emacs-ddskk | 16.3 | More information |
maven-file-management | 3.0.0 | More information |
rust-demo-hack | 0.0.5 | More information |
python-forbiddenfruit | 0.1.3 | More information |
aws-checksums | 0.1.10 | More information |
anubis | 4.2.90 | More information |
python-cfgv | 3.1.0 | More information |
r-cpp11 | 0.2.4 | More information |
lmdbxx | 0.9.14.0 | More information |
rust-crypto-mac | 0.7.0 | More information |
sbcl-function-cache | 1.0.3 | More information |
sbcl-uax-15 | 0.1-1.e7439a9 | More information |
ecl-eager-future2 | 0.0.0-1.54df8ef | More information |
r-fhtest | 1.5 | More information |
emacs-python-black | 1.0.0 | More information |
ruby-varint | 0.1.1 | More information |
kleopatra | 20.04.1 | More information |
armips | 0.11.0 | More information |
wol | 0.7.1 | More information |
ghc-these | 1.0.1 | More information |
r-nbconvertr | 1.3.2 | More information |
rust-bit-set | 0.4.0 | More information |
libindicator | 12.10.1 | More information |
sbcl-cl-coroutine | 0.1-1.de098f8 | More information |
ocaml4.07-expect | 0.0.6 | More information |
rust-untrusted | 0.6.2 | More information |
python-secretstorage | 3.1.2 | More information |
ecl-trivial-backtrace | 0.0.0-1.ca81c01 | More information |
ecl-array-operations | 0.0.0-0.75cbc3b | More information |
sbcl-sxql | 0.1.0-1.5aa8b73 | More information |
veusz | 3.3.1 | More information |
kblog | 20.04.1 | More information |
emacs-feature-mode | 20190801-1.11ae167 | More information |
rust-globwalk | 0.5.0 | More information |
cl-com.gigamonkeys.binary-data | 0.0.0-0.22e9089 | More information |
python-trytond-product | 5.6.1 | More information |
python-flake8-pie | 0.5.0 | More information |
cdrdao | 1.2.4 | More information |
ruby-yard-tomdoc | 0.7.1 | More information |
go-github-com-golang-freetype | 0.0.0-1.e2365df | More information |
purescript | 0.13.8 | More information |
rust-wasm-bindgen-backend | 0.2.69 | More information |
lv2lint | 0.8.0 | More information |
tarlz | 0.17 | More information |
emacs-ob-erlang | 20180827-1.f1a8c66 | More information |
guile2.2-haunt | 0.2.4 | More information |
python-daemux | 0.1.0 | More information |
python-check-manifest | 0.37 | More information |
rust-security-framework | 1.0.0 | More information |
sbcl-misc-extensions | 3.3-1.101c051 | More information |
ecl-com.gigamonkeys.binary-data | 0.0.0-0.22e9089 | More information |
rust-futures-preview | 0.3.0-alpha.17 | More information |
go-github-com-kylelemons-godebug | 1.1.0 | More information |
sbcl-trivial-shell | 0.2.0-1.e02ec19 | More information |
rust-libsqlite3-sys | 0.20.1 | More information |
r-projpred | 2.0.2 | More information |
rust-phf-codegen | 0.8.0 | More information |
rust-ref-cast-impl | 1.0.2 | More information |
go-github-com-subosito-gotenv | 1.2.0 | More information |
rust-parking-lot-core | 0.7.2 | More information |
dune-alugrid-openmpi | 2.7.0-git-81d35682 | More information |
rust-pom | 3.2.0 | More information |
perl-datetime-format-iso8601 | 0.08 | More information |
libvnc | 0.9.13 | More information |
rust-precomputed-hash | 0.1.1 | More information |
rust-new-debug-unreachable | 1.0.3 | More information |
rust-ed25519-dalek | 1.0.1 | More information |
python-cli-helpers | 2.0.1 | More information |
julia-compat | 3.9.1 | More information |
rust-capnp-futures | 0.10.1 | More information |
perl-data-integer | 0.006 | More information |
sbcl-supertrace | 0.1.0-1.66d22c3 | More information |
rust-mio-uds | 0.6.7 | More information |
cl-zpng | 1.2.2 | More information |
rust-gl-generator | 0.10.0 | More information |
rust-afl | 0.8.0 | More information |
fbset | 2.1 | More information |
7kaa | 2.15.4p1 | More information |
aha | 0.5.1 | More information |
rust-memchr | 1.0.2 | More information |
lesspipe | 1.85 | More information |
xmltoman | 0.4 | More information |
rust-metal | 0.14.0 | More information |
python-trustme | 0.6.0 | More information |
ghc-torrent | 10000.1.1 | More information |
tennix | 1.3.1 | More information |
rust-futures-macro | 0.3.8 | More information |
rust-nix | 0.15.0 | More information |
ruby-coveralls | 0.8.23 | More information |
gpredict | 2.2.1 | More information |
cl-png-read | 0.3.1-1.ec29f38 | More information |
cl-custom-hash-table | 0.3-1.f269831 | More information |
python-telethon | 1.17.5 | More information |
ecl-parachute | 1.1.1-0.ca04dd8 | More information |
gmic | 2.9.2 | More information |
go-github-com-imdario-mergo | 0.3.10 | More information |
r-restrserve | 0.4.0 | More information |
yggdrasil | 0.3.15 | More information |
python-translationstring | 1.3 | More information |
ruby-single-cov | 1.3.2 | More information |
rust-generator | 0.6.20 | More information |
p2c | 2.01 | More information |
kicad-i18l | 5.1.6 | More information |
ghc-turtle | 1.5.15 | More information |
authenticator | 3.32.2 | More information |
cl-exponential-backoff | 0-1.8d9e844 | More information |
python-zarr | 2.4.0 | More information |
rust-rand-os | 0.1.3 | More information |
rust-traitobject | 0.1.0 | More information |
sbcl-hu.dwim.common | 2015-07-09 | More information |
rust-named-pipe | 0.4.1 | More information |
rust-mysqlclient-sys | 0.2.4 | More information |
agi-bio | 0-1.b5c6f3d | More information |
rust-threadpool | 1.7.1 | More information |
rust-fuchsia-cprng | 0.1.1 | More information |
mailman | 3.3.2 | More information |
fpc | 3.2.0 | More information |
rust-getrandom | 0.1.14 | More information |
r-bsgenome-hsapiens-ucsc-hg38 | 1.4.1 | More information |
rust-redox-termios | 0.1.1 | More information |
rust-dtoa | 0.4.4 | More information |
rust-semver | 0.11.0 | More information |
r-clusterr | 1.2.2 | More information |
rust-zstd-sys | 1.4.17+zstd.1.4.5 | More information |
python2-selectors2 | 2.0.1 | More information |
ecl-constantfold | 0.1-1.0ff1d97 | More information |
xa | 2.3.11 | More information |
rust-regex-syntax | 0.4.2 | More information |
r-ggpmisc | 0.3.7 | More information |
rust-tempdir | 0.3.7 | More information |
rust-clang-sys | 0.28.1 | More information |
python-zope-deprecation | 4.4.0 | More information |
font-mplus-testflight | 063a | More information |
python-argon2-cffi | 20.1.0 | More information |
rust-proc-macro-crate | 0.1.5 | More information |
lsp-dsp-lib | 0.5.8 | More information |
guile2.2-dsv | 0.3.0 | More information |
rust-base64 | 0.9.3 | More information |
libnice | 0.1.18 | More information |
cl-mmap | 1.0.0-0.ba2e98c | More information |
rust-envmnt | 0.6.0 | More information |
rust-instant | 0.1.4 | More information |
rust-sleef-sys | 0.1.2 | More information |
python-deeptools | 3.4.3 | More information |
sbcl-clx-truetype | 0.0.1-1.c6e10a9 | More information |
rust-smallvec | 1.4.1 | More information |
python-jeepney | 0.4.3 | More information |
rust-quickcheck | 0.4.1 | More information |
go-github-com-masterminds-semver | 3.1.0 | More information |
rust-encoding-rs | 0.8.26 | More information |
r-mlr3learners | 0.4.3 | More information |
python-beren | 0.7.0 | More information |
fdroidcl | 0.5.0 | More information |
pantheon-calculator | 1.5.5 | More information |
rust-cgmath | 0.17.0 | More information |
python-hupper | 1.10.2 | More information |
perl-scalar-string | 0.003 | More information |
rust-paste | 0.1.18 | More information |
rust-lmdb-rkv-sys | 0.11.0 | More information |
rust-stable-deref-trait | 1.2.0 | More information |
rust-futures-sink | 0.3.8 | More information |
ghc-html-conduit | 1.3.2.1 | More information |
rust-napi-sys | 0.4.7 | More information |
python-bonsai | 1.2.0 | More information |
rust-vec-map | 0.8.2 | More information |
ruby-spinach | 0.11.0 | More information |
rust-url | 1.7.2 | More information |
akonadi-notes | 20.04.1 | More information |
texlive-units | 51265 | More information |
lttng-ust | 2.11.0 | More information |
rust-ctor | 0.1.15 | More information |
emacs-helm-selector | 0.5 | More information |
libkleo | 20.04.1 | More information |
granite | 5.5.0 | More information |
rust-shared-library | 0.1.9 | More information |
rust-dwrote | 0.9.0 | More information |
sbcl-cl-log | 1.0.1 | More information |
go-github-com-saracen-walker | 0.1.1 | More information |
qiv | 2.3.1 | More information |
emacs-gitlab-snip-helm | 0.0.2 | More information |
r-wdman | 0.2.5 | More information |
r-lgr | 0.4.1 | More information |
pegtl | 2.8.3 | More information |
perl-config-inifiles | 3.000002 | More information |
stockfish | 12 | More information |
python-authres | 1.2.0 | More information |
rust-stdweb | 0.4.20 | More information |
rust-tokio-test | 0.3.0 | More information |
maven-install-plugin | 3.0.0-M1 | More information |
cachefilesd | 0.10.10 | More information |
rust-gfx-gl | 0.6.1 | More information |
praat | 6.1.30 | More information |
rust-gettext-sys | 0.19.9 | More information |
gupnp | 1.2.4 | More information |
rust-utf8-width | 0.1.4 | More information |
rust-rand-xoshiro | 0.4.0 | More information |
rust-hash32-derive | 0.1.0 | More information |
ecl-xmls | 3.0.2-1.18546f0 | More information |
python-isbnlib | 3.10.4 | More information |
rust-winit | 0.20.0-alpha6 | More information |
rust-crossbeam-channel | 0.3.9 | More information |
mediastreamer2 | 2.16.1 | More information |
python-dparse | 0.5.1 | More information |
rust-clang-sys | 0.26.4 | More information |
rust-xcb | 0.9.0 | More information |
rust-rustc-ap-graphviz | 654.0.0 | More information |
python-myhdl | 0.11 | More information |
cl-csv | 1.0.6-2.68ecb5d | More information |
r-zvcv | 2.1.0 | More information |
rust-match-cfg | 0.1.0 | More information |
go-github-com-microcosm-cc-bluemonday | 1.0.3 | More information |
font-juliamono | 0.025 | More information |
rust-caps | 0.3.3 | More information |
emacs-erc-scrolltoplace | 0.1.0 | More information |
python-bashlex | 0.14 | More information |
perl-text-patch | 1.8 | More information |
cantata | 2.4.2 | More information |
ecl-cl+ssl | 0.0.0-1.701e645 | More information |
python-py3dns | 3.2.1 | More information |
rust-try-from | 0.3.2 | More information |
python-wsproto | 0.15.0 | More information |
rust-lock-api | 0.3.4 | More information |
lua-resty-core | 0.1.18 | More information |
r-dot | 0.1 | More information |
rust-intervaltree | 0.2.4 | More information |
rust-tokio-macros | 0.2.5 | More information |
libcaption | 0.7 | More information |
rust-derive-builder-core | 0.2.0 | More information |
guile2.2-xapian | 0.1.0 | More information |
go-gopkg-in-warnings | 0.1.2 | More information |
cl-array-operations | 0.0.0-0.75cbc3b | More information |
sbcl-cl-csv | 1.0.6-2.68ecb5d | More information |
cl-clesh | 0.0.0-1.44e96e0 | More information |
poke | 0.0.0-0.d33317a | More information |
pedansee | 0.0.3 | More information |
go-github-com-puerkitobio-goquery | 1.5.1 | More information |
rust-scoped-tls | 0.1.2 | More information |
rust-want | 0.3.0 | More information |
guile2.2-config | 0.4.2 | More information |
rust-glium | 0.25.1 | More information |
xdg-desktop-portal-gtk | 1.7.1 | More information |
r-rpf | 1.0.5 | More information |
rust-hyper-rustls | 0.21.0 | More information |
libgovirt | 0.3.6 | More information |
rust-rustdoc-stripper | 0.1.16 | More information |
lua5.1-cqueues | 20171014 | More information |
rust-paste-impl | 0.1.18 | More information |
rust-onig | 6.1.1 | More information |
sbcl-exponential-backoff | 0-1.8d9e844 | More information |
gotestsum | 0.4.0 | More information |
go-github-com-muesli-termenv | 0.7.0 | More information |
r-lisreltor | 0.1.4 | More information |
linphoneqt | 4.1.1 | More information |
guile-zstd | 0.1.1 | More information |
rust-float-cmp | 0.3.0 | More information |
texlive-logreq | 51265 | More information |
rust-md5 | 0.3.8 | More information |
go-github-com-pbnjay-memory | 0.0.0-1.974d429 | More information |
rust-wide | 0.4.6 | More information |
rnnoise | 0.91 | More information |
mailcap | 2.1.49 | More information |
libxmlb | 0.1.15 | More information |
rust-ctrlc | 3.1.3 | More information |
go-github-com-spf13-cobra | 1.0.0 | More information |
rust-float-cmp | 0.5.3 | More information |
ghc-jira-wiki-markup | 1.0.0 | More information |
ecl-supertrace | 0.1.0-1.66d22c3 | More information |
emacs-polymode-markdown | 0.2.2 | More information |
rust-utf8-ranges | 1.0.4 | More information |
python-legacy-api-wrap | 1.2 | More information |
rust-rustc-tools-util | 0.2.0 | More information |
rust-loom | 0.1.1 | More information |
ecl-1am | 0.0-1.8b1da94 | More information |
python-trytond-stock-lot | 5.6.0 | More information |
rust-scrypt | 0.2.0 | More information |
go-github-com-stretchr-objx | 0.2.0 | More information |
r-bsgenome-hsapiens-ncbi-grch38 | 1.3.1000 | More information |
rust-bytemuck-derive | 1.0.0 | More information |
rspamd | 2.6 | More information |
emacs-monky | 0.1 | More information |
rust-rand | 0.6.5 | More information |
fd | 8.1.1 | More information |
wolf-shaper | 0.1.8 | More information |
rust-serde-macros | 0.4.4 | More information |
ecl-cl-base32 | 0.1-1.8cdee06 | More information |
rust-rustc-std-workspace-alloc | 1.0.0 | More information |
ghc-mountpoints | 1.0.2 | More information |
perl-hook-lexwrap | 0.26 | More information |
ghc-pipes | 4.3.13 | More information |
dune-configurator | 2.7.1 | More information |
rust-rand-core | 0.2.2 | More information |
emacs-promise | 1.1 | More information |
djview | 4.12 | More information |
java-sonatype-aether-test-util | 1.7 | More information |
cl-hu.dwim.common | 2015-07-09 | More information |
cl-deeds | 1.1.1-1.f5df54e | More information |
rust-nodrop | 0.1.14 | More information |
emacs-libyaml | 0-1.703e0d4 | More information |
rust-model | 0.1.2 | More information |
chicken-srfi-69 | 0.4.1 | More information |
tinyalsa | 1.1.1 | More information |
virtaal | 0.7.1 | More information |
ktsuss | 2.1 | More information |
circos | 0.69-9 | More information |
rust-doc-comment | 0.3.1 | More information |
rust-dirs-sys-next | 0.1.1 | More information |
rust-afl | 0.5.2 | More information |
stb-sprintf | 1.09 | More information |
ecl-mt19937 | 1.1 | More information |
rust-pretty-assertions | 0.4.1 | More information |
sbcl-parachute | 1.1.1-0.ca04dd8 | More information |
rust-md5 | 0.6.1 | More information |
rust-open | 1.4.0 | More information |
rust-raw-window-handle | 0.3.3 | More information |
go-github-com-marten-seemann-chacha20 | 0.2.0 | More information |
ocaml4.07-ppx-optcomp | 0.11.0 | More information |
rust-genmesh | 0.6.2 | More information |
perl-pdf-api2 | 2.038 | More information |
emacs-cort | 3.0.5-1.495c397 | More information |
rnp | 0.13.1-0.203224f | More information |
rust-gobject-sys | 0.10.0 | More information |
rust-servo-arc | 0.1.1 | More information |
ecl-3bz | 0.0.0-0.d611908 | More information |
rust-sval-derive | 0.4.7 | More information |
python-docusign-esign | 3.1.0 | More information |
rust-ntest-timeout | 0.3.3 | More information |
rust-compiler-error | 0.1.1 | More information |
ganeti-instance-guix | 0.6 | More information |
rust-tokio-test | 0.2.1 | More information |
rust-dogged | 0.2.0 | More information |
sbcl-clawk | 4-1.3a91634 | More information |
r-rainbow | 3.6 | More information |
rust-dirs-next | 1.0.2 | More information |
rust-stackvector | 1.0.6 | More information |
python-kerberos | 1.3.0 | More information |
atop | 2.5.0 | More information |
python-numcodecs | 0.6.4 | More information |
rust-sha1 | 0.2.0 | More information |
cozy | 0.7.6 | More information |
python-canonicaljson | 1.4.0 | More information |
kiwix-desktop | 2.0.5 | More information |
emacs-switch-buffer-functions | 0.0.1 | More information |
ecl-check-it | 0.1.0-1.b79c910 | More information |
autotrace | 0.40.0-20190624.59 | More information |
r-kegggraph | 1.50.0 | More information |
picolisp | 19.12 | More information |
perl-crypt-passwdmd5 | 1.40 | More information |
r-parallelly | 1.21.0 | More information |
rust-idna | 0.1.5 | More information |
kopete | 20.04.1 | More information |
python2-text-unidecode | 1.3 | More information |
r-shapforxgboost | 0.0.4 | More information |
sbcl-simple-neural-network | 3.1 | More information |
rust-exitfailure | 0.5.1 | More information |
r-janeaustenr | 0.1.5 | More information |
guile2.2-filesystem | 0.1.0 | More information |
rust-win-crypto-ng | 0.2.1 | More information |
r-sparsematrixstats | 1.2.0 | More information |
rust-pest-generator | 2.1.1 | More information |
ocaml4.07-utop | 2.4.3 | More information |
rust-linked-hash-map | 0.5.3 | More information |
python-pathspec | 0.7.0 | More information |
clojure-tools-cli | 0.4.2 | More information |
fcitx5-gtk | 5.0.1 | More information |
emacs-edn | 1.1.2-1.be9e32d | More information |
libkgapi | 20.04.1 | More information |
ecl-dbus | 20190408-1.24b452d | More information |
ogmtools | 1.5 | More information |
rust-procedural-masquerade | 0.1.7 | More information |
ocaml4.07-pcre | 7.4.1 | More information |
libpepadapter | 2.0.2 | More information |
rust-tokio-timer | 0.2.11 | More information |
gccmakedep | 1.0.3 | More information |
fcitx5-lua | 5.0.1 | More information |
rust-tracing-core | 0.1.17 | More information |
rust-assert-cli | 0.6.3 | More information |
java-surefire-logger-api | 3.0.0-M4 | More information |
rust-ct-logs | 0.3.0 | More information |
linux-libre-riscv64-generic | 5.10.4 | More information |
cl-documentation-utils | 1.2.0-0.98630dd | More information |
sbcl-flexichain | 1.5.1 | More information |
java-eclipse-aether-test-util | 1.0.2 | More information |
rust-bindgen | 0.49.4 | More information |
gupnp-igd | 1.2.0 | More information |
bcachefs-tools-static | 0.1-2.db931a4 | More information |
sbcl-do-urlencode | 0.0.0-1.1998464 | More information |
emacs-delight | 1.7 | More information |
python-easygui | 0.98.1 | More information |
ruby-rubocop-ast | 0.3.0 | More information |
ecl-local-time | 1.0.6-1.6279270 | More information |
rust-pango-sys | 0.10.0 | More information |
perl-data-section-simple | 0.07 | More information |
rust-trust-dns-rustls | 0.19.5 | More information |
fakechroot | 2.20.1 | More information |
dovecot-pigeonhole | 0.5.11 | More information |
rust-rand-pcg | 0.1.2 | More information |
perl-test-subcalls | 1.10 | More information |
rust-security-framework-sys | 1.0.0 | More information |
sbcl-cl-colors2 | 0.2.1-1.795aede | More information |
rust-synstructure | 0.12.3 | More information |
rttr | 0.9.6 | More information |
rust-iovec | 0.1.4 | More information |
rust-globset | 0.4.5 | More information |
guile2.2-git | 0.4.0 | More information |
ecl-livesupport | 0.0.0-1.71e6e41 | More information |
rust-gfx | 0.18.2 | More information |
libgrss | 0.7.0 | More information |
usbguard | 0.7.8 | More information |
rust-blake2 | 0.8.1 | More information |
python-pytest-toolbox | 0.4 | More information |
emacs-toc-org | 1.1.0 | More information |
sbcl-ltk | 0.992 | More information |
rust-hmac | 0.8.1 | More information |
python-liblarch | 3.0.1 | More information |
libantlr3c | 3.4 | More information |
python-pytest-check-links | 0.3.0 | More information |
gnome-latex | 3.36.0 | More information |
python-pyopengl-accelerate | 3.1.5 | More information |
pulseaudio-qt | 1.2 | More information |
dee | 1.2.7 | More information |
r-scatterpie | 0.1.5 | More information |
mscgen | 0.20 | More information |
rust-sourcemap | 6.0.1 | More information |
cl-jpeg | 2.8-1.ec55703 | More information |
rust-tokio | 0.1.22 | More information |
python-restructuredtext-lint | 1.3.0 | More information |
python-rq-scheduler | 0.10.0 | More information |
cl-geco | 2.1.1 | More information |
rust-encoding-index-korean | 1.20141219.5 | More information |
python-imageio | 2.8.0 | More information |
emacs-pabbrev | 4.2.1 | More information |
rust-tokio-codec | 0.1.1 | More information |
python-privy | 6.0.0 | More information |
rust-zstd | 0.5.3+zstd.1.4.5 | More information |
dpkg | 1.20.5 | More information |
rust-clicolors-control | 1.0.1 | More information |
rust-serde-test | 0.9.15 | More information |
python-hypothesmith | 0.1.2 | More information |
python-priority | 1.3.0 | More information |
foobillard++ | 3.43-r170 | More information |
lure | 1.1 | More information |
r-icens | 1.62.0 | More information |
sdl-pango | 0.1.2 | More information |
cwltool | 3.0.20201121085451 | More information |
rust-png | 0.15.3 | More information |
rust-html5ever | 0.23.0 | More information |
libsoundio | 2.0.0 | More information |
guile-struct-pack | 1.1.1 | More information |
audacious | 4.0.5 | More information |
python-tortoise-orm | 0.16.7 | More information |
rust-slab | 0.4.2 | More information |
rust-fixedbitset | 0.2.0 | More information |
python-transient | 0.12 | More information |
python-trytond-purchase-request | 5.6.0 | More information |
wev | 1.0.0 | More information |
java-surefire-api | 3.0.0-M4 | More information |
ghc-aeson-better-errors | 0.9.1.0 | More information |
rust-uuid | 0.7.4 | More information |
rust-escargot | 0.5.0 | More information |
sbcl-enchant | 0.0.0-1.6af162a | More information |
python-django-netfields | 1.2.2 | More information |
rust-swc | 1.2.24 | More information |
emacs-kakoune | 0.1-0.d73d14e | More information |
r-survmisc | 0.5.5 | More information |
u-boot-pinebook-pro-rk3399 | 2020.10 | More information |
akonadi-search | 20.04.1 | More information |
cl-ascii-table | 0.0.0-1.d9f5e77 | More information |
rust-bytecount | 0.6.0 | More information |
sbcl-repl-utilities | 0.0.0-1.e0de9c9 | More information |
cl-opticl-core | 0.0.0-0.b7cd13d | More information |
kaddressbook | 20.04.1 | More information |
font-vazir | 22.1.0 | More information |
python-mechanize | 0.4.5 | More information |
hackrf | 2018.01.1-0.43e6f99 | More information |
esbuild | 0.8.27 | More information |
java-sonatype-aether-api | 1.7 | More information |
faac | 1.30 | More information |
rust-hex-literal | 0.1.4 | More information |
grip | 4.5.2-1.27a4d6d | More information |
rust-pnacl-build-helper | 1.4.11 | More information |
rust-unindent | 0.1.6 | More information |
r-semver | 0.2.0 | More information |
rust-bitflags | 0.5.0 | More information |
rust-az | 1.0.0 | More information |
r-bisquerna | 1.0.4 | More information |
rust-trust-dns-openssl | 0.6.3 | More information |
rust-lexical-core | 0.7.4 | More information |
rust-openssl | 0.10.30 | More information |
go-github-com-gorilla-csrf | 1.7.0 | More information |
emacs-standard-dirs | 2.0.0 | More information |
lldb | 11.0.0 | More information |
rust-glib | 0.9.3 | More information |
python-django-logging-json | 1.15 | More information |
dune-grid-openmpi | 2.7.0 | More information |
emacs-py-isort | 2016.1 | More information |
lua-tablepool | 0.01 | More information |
libestr | 0.1.11 | More information |
kontactinterface | 20.04.1 | More information |
rust-futf | 0.1.4 | More information |
go-github-com-cheggaaa-pb | 3.0.4 | More information |
cl-async | 0.6.1-1.f6423e4 | More information |
r-rhdf5filters | 1.2.0 | More information |
ecl-trivial-indent | 1.0.0-0.2d01694 | More information |
ocaml4.07-ppx-optional | 0.11.0 | More information |
rust-unicode-xid | 0.0.4 | More information |
rust-glib | 0.8.2 | More information |
rust-tokio-reactor | 0.1.9 | More information |
ruby-cucumber-messages | 12.2.0 | More information |
rust-typeable | 0.1.2 | More information |
emacs-evil-goggles | 0.0.1-0.08a2205 | More information |
ada-ed | 1.11.2 | More information |
sbcl-xmls | 3.0.2-1.18546f0 | More information |
cl-make-hash | 1.0.2-1.ae0909c | More information |
ocaml4.07-ppx-assert | 0.11.0 | More information |
rust-nalgebra | 0.21.1 | More information |
rust-walkdir | 1.0.7 | More information |
qtwebengine | 5.14.2 | More information |
python-requests-ftp | 0.3.1 | More information |
rust-flate2 | 1.0.14 | More information |
exercism | 3.0.13 | More information |
ecl-rove | 0.9.6 | More information |
rust-backtrace | 0.3.35 | More information |
cl-lex | 1.1.3-1.f2dbbe2 | More information |
rust-aead | 0.3.2 | More information |
python-port-for | 0.4 | More information |
sbcl-constantfold | 0.1-1.0ff1d97 | More information |
rust-futures-channel-preview | 0.3.0-alpha.19 | More information |
spandsp | 0.0.6 | More information |
rust-environment | 0.1.1 | More information |
rust-vecmath | 1.0.0 | More information |
lsp-plugins | 1.1.26 | More information |
xwrits | 2.26 | More information |
guile-sodium | 0.1.0 | More information |
rust-dashmap | 3.11.10 | More information |
gnuradio-osmosdr | 0.2.2 | More information |
rust-xz2 | 0.1.6 | More information |
hitch | 1.7.0 | More information |
ecl-documentation-utils-extensions | 0.0.0-1.f67f8a0 | More information |
perl-crypt-unixcrypt_xs | 0.11 | More information |
maven-aether-provider | 3.0 | More information |
python-random-user-agent | 1.0.1 | More information |
emacs-chronometrist | 0.5.6 | More information |
rust-lock-api | 0.4.1 | More information |
libdc1394 | 2.2.6 | More information |
python-filelock | 3.0.12 | More information |
ocaml4.07-sqlite3 | 4.4.1 | More information |
python-trytond-account | 5.6.1 | More information |
rust-nasm-rs | 0.1.7 | More information |
libgnt | 2.14.0 | More information |
paprefs | 1.1 | More information |
mergerfs | 2.31.0 | More information |
ocaml4.07-jane-street-headers | 0.11.0 | More information |
texlive-todonotes | 51265 | More information |
node-long-stack-traces | 0.1.2 | More information |
guile-packrat | 0.1.1 | More information |
ruby-middleware | 0.1.0 | More information |
libcamera | 0.0.0 | More information |
font-opendyslexic | 0.91.12 | More information |
sbcl-make-hash | 1.0.2-1.ae0909c | More information |
rust-fragile | 0.3.0 | More information |
didjvu | 0.9 | More information |
rust-png | 0.16.6 | More information |
python-flufl-bounce | 3.0.1 | More information |
rust-libgit2-sys | 0.12.17+1.1.0 | More information |
ghc-semialign | 1 | More information |
go-github-com-fogleman-gg | 1.3.0 | More information |
perl-data-float | 0.013 | More information |
rust-termios | 0.2.2 | More information |
emacs-svg-icon | 0.1-1.ebc2b8d | More information |
mjpegtools | 2.1.0 | More information |
guile3.0-pfds | 0.3 | More information |
rust-capnpc | 0.10.2 | More information |
emacs-project | 0.5.3 | More information |
go-github-com-spf13-jwalterweatherman | 1.1.0 | More information |
emacs-dmenu | 0.1-0.e8cc9b2 | More information |
emacs-persp-mode | 2.9.8 | More information |
libtmcg | 1.3.18 | More information |
sbcl-gtype | 0.1-2.2442e32 | More information |
heads-dev-cpio | 0.1 | More information |
emacs-no-littering | 1.2.0 | More information |
emacs-org-beautify-theme | 0.4 | More information |
r-ibreakdown | 1.3.1 | More information |
libcloudproviders | 0.3.1 | More information |
guile-r6rs-protobuf | 0.9 | More information |
rust-memsec | 0.5.7 | More information |
rust-reqwest | 0.9.24 | More information |
wla-dx | 9.11 | More information |
sbcl-stumpwm-numpad-layouts | 0.0.1-2.920f8fc | More information |
rust-locale-config | 0.3.0 | More information |
python-mypy-extensions | 0.4.3 | More information |
hledger | 1.14.2 | More information |
fcitx5-material-color-theme | 0.1 | More information |
sbcl-array-utils | 1.1.1-0.f90eb90 | More information |
rkdeveloptool | 1.3-0.6e92ebc | More information |
emacs-treemacs | 2.8 | More information |
sbcl-zpb-ttf | 1.0.3 | More information |
ruby-regexp-property-values | 1.0.0 | More information |
python-symengine | 0.6.1 | More information |
go-github-com-aymerick-douceur | 0.2.0 | More information |
go-github-com-fsnotify-fsnotify | 1.4.9 | More information |
go-github-com-muesli-reflow-indent | 0.1.0 | More information |
ocaml4.07-ppx-hash | 0.11.1 | More information |
rust-semver-parser | 0.7.0 | More information |
rust-base58 | 0.1.0 | More information |
rust-termios | 0.3.1 | More information |
bcmatroska2 | 0.23 | More information |
rust-cpp-demangle | 0.2.16 | More information |
konversation | 1.7.7 | More information |
gnome-shell-extension-clipboard-indicator | 34 | More information |
font-openmoji | 12.4.0 | More information |
rust-objc-id | 0.1.1 | More information |
pstoedit | 3.75 | More information |
rust-phf-macros | 0.8.0 | More information |
rust-siphasher | 0.3.2 | More information |
rust-tar | 0.4.26 | More information |
rust-tokio-openssl | 0.4.0 | More information |
ghc-say | 0.1.0.1 | More information |
emacs-map | 2.1 | More information |
rust-regex | 1.4.2 | More information |
rust-sha2 | 0.8.2 | More information |
rust-rustc-ap-serialize | 654.0.0 | More information |
rust-euclid | 0.20.10 | More information |
rust-petgraph | 0.4.13 | More information |
rust-criterion-cycles-per-byte | 0.1.2 | More information |
emacs-tramp | 2.5.0 | More information |
cl-prometheus | 0.4.1 | More information |
rust-defmac | 0.2.1 | More information |
cl-fset | 1.3.2-1.6d2f9de | More information |
rust-objc-test-utils | 0.0.2 | More information |
ocaml-reactivedata | 0.2.2 | More information |
rust-aho-corasick | 0.5.3 | More information |
rust-ct-logs | 0.6.0 | More information |
python-android-stringslib | 0.1.2 | More information |
sbcl-lquery | 3.2.1-1.8048111 | More information |
emacs-multi | 2.0.1 | More information |
dune-localfunctions-openmpi | 2.7.0 | More information |
r-karyoploter | 1.16.0 | More information |
r-matrixcalc | 1.0-3 | More information |
java-surefire-booter | 3.0.0-M4 | More information |
ghc-network-multicast | 0.3.2 | More information |
perl-lwpx-paranoidagent | 1.12 | More information |
cl-pdf | 0-1.752e337 | More information |
python-poetry-core | 1.0.0 | More information |
sbcl-acclimation | 0.0.0-1.4d51150 | More information |
rust-futures | 0.1.29 | More information |
cl-clx-xembed | 0.1-1.a5c4b84 | More information |
perl-crypt-des | 2.07 | More information |
rust-parking-lot | 0.10.2 | More information |
ruby-gimme | 0.5.0-1.4e71f02 | More information |
boost-with-python3 | 1.72.0 | More information |
rust-pocket-resources | 0.3.2 | More information |
asciidoc-py3 | 9.0.1 | More information |
tuxmath | 2.0.3 | More information |
rust-sct | 0.3.0 | More information |
python-asyncssh | 2.3.0 | More information |
java-antlr4-runtime | 4.1 | More information |
ecl-cl-qrencode | 0.1.2 | More information |
rust-ws2-32-sys | 0.2.1 | More information |
ocaml4.07-splittable-random | 0.11.0 | More information |
python-pamela | 1.0.0 | More information |
rust-webpki | 0.18.1 | More information |
vim-dispatch | 1.8 | More information |
rust-aes-soft | 0.4.0 | More information |
ecl-mk-string-metrics | 0.1.2 | More information |
python-rfc6555 | 0.0.0-1.1a181b4 | More information |
pamtester | 0.1.2 | More information |
shiru-lv2 | 0.0-1.08853f9 | More information |
farstream | 0.2.9 | More information |
rust-parking-lot | 0.9.0 | More information |
ocaml-csexp | 1.3.2 | More information |
emacs-flycheck-elm | 0-0.1b60050 | More information |
ccextractor | 0.88 | More information |
rust-pistoncore-input | 0.28.0 | More information |
sbcl-olc | 1.0-0.517e27f | More information |
schroedinger | 1.0.11 | More information |
raspi-arm64-chainloader | 0.1 | More information |
tao | 1.0-beta-10May2006 | More information |
libbpf | 0.0.9 | More information |
dune-uggrid-openmpi | 2.7.0 | More information |
presage | 0.9.1 | More information |
rust-bencher | 0.1.5 | More information |
rust-arg-enum-proc-macro | 0.3.0 | More information |
r-iml | 0.10.0 | More information |
sbcl-uuid | 2012.12.26-1.e7d6680 | More information |
libmpeg3 | 1.8 | More information |
r-fourcseq | 1.24.0 | More information |
python-readme-renderer | 26.0 | More information |
hexer | 1.0.6 | More information |
rust-bitstream-io | 0.8.5 | More information |
hss | 1.8 | More information |
rust-sval | 0.4.7 | More information |
ecl-cxml | 0.0.0-1.00b22bf | More information |
ocaml4.07-core-kernel | 0.11.1 | More information |
rust-webpki-roots | 0.14.0 | More information |
dune-typetree-openmpi | 2.7.0 | More information |
r-xmisc | 0.2.1 | More information |
rust-matrixmultiply | 0.1.15 | More information |
rust-pin-project | 1.0.2 | More information |
cl-quicksearch | 0.01.04-1.fb02ecf | More information |
rust-unicode-bidi | 0.3.4 | More information |
libbraille | 0.19.0 | More information |
cl-cont | 0.3.8-1.fc1fa7e | More information |
ruby-ptools | 1.3.5 | More information |
libflame | 5.2.0 | More information |
gdl-minimal | 3.34.0 | More information |
rust-rust-base58 | 0.0.4 | More information |
rtmpdump | 2.4-0.c5f04a5 | More information |
seahorse-adventures | 1.3 | More information |
sbcl-calispel | 0.1-1.e9f2f9c | More information |
ghc-cborg-json | 0.2.2.0 | More information |
sbcl-trivial-download | 0.3-1.d247206 | More information |
rust-syn | 0.15.44 | More information |
rust-memchr | 2.3.3 | More information |
rust-anyhow | 1.0.34 | More information |
rust-glib-sys | 0.10.1 | More information |
r-workflows | 0.2.1 | More information |
rust-rand | 0.5.6 | More information |
rust-blake2-rfc | 0.2.18 | More information |
python-codacy-coverage | 1.3.11 | More information |
lean | 3.23.0 | More information |
emacs-ac-geiser | 0.1-0.93818c9 | More information |
libvisual | 0.4.0 | More information |
cl-cluffer | 0.0.0-1.4aad29c | More information |
rust-dialoguer | 0.6.2 | More information |
libime | 1.0.2 | More information |
guile-avahi | 0.4.0-1.6d43caf | More information |
rust-trust-dns-proto | 0.7.4 | More information |
ecl-clamp | 0.3-1.02b8f39 | More information |
soci | 4.0.1 | More information |
python-pywinrm | 0.4.1 | More information |
rust-tracing-futures | 0.2.4 | More information |
python-colorlog | 4.1.0 | More information |
ruby-kramdown-parser-gfm | 1.1.0 | More information |
ruby-chandler | 0.9.0 | More information |
rust-tokio-executor | 0.2.0-alpha.6 | More information |
rust-curve25519-dalek | 3.0.0 | More information |
rust-bit-set | 0.5.1 | More information |
reproc | 14.1.0 | More information |
rust-console-log | 0.1.2 | More information |
python-pem | 20.1.0 | More information |
python-pairtools | 0.3.0 | More information |
r-imputeyn | 1.3 | More information |
java-plexus-java | 0.9.10 | More information |
rust-lyon-geom | 0.14.1 | More information |
rust-gio | 0.9.1 | More information |
libebur128 | 1.2.4 | More information |
rust-deflate | 0.7.20 | More information |
rust-num-integer | 0.1.43 | More information |
ecl-collectors | 0.1-1.13acef2 | More information |
cl-fastcgi | 0.2-1.d576d20 | More information |
cl-command-line-arguments | 2.0.0-1.fbac862 | More information |
ladspa-bs2b | 0.9.1 | More information |
ecl-smart-buffer | 0.0.1-1.09b9a9a | More information |
pokerth | 1.1.2 | More information |
python-persistent | 4.6.4 | More information |
ecl-geco | 2.1.1 | More information |
perl-locale-maketext-lexicon | 1.00 | More information |
rust-odds | 0.2.26 | More information |
go-github-com-danwakefield-fnmatch | 0.0.0-0.cbb64ac | More information |
r-semplot | 1.1.2 | More information |
guix-simplyblack-sddm-theme | 0.1 | More information |
go-github-com-magiconair-properties | 1.8.4 | More information |
guile-irc | 0.3.0-0.375d3bd | More information |
rust-lalrpop-util | 0.19.1 | More information |
js-commander | 6.2.1 | More information |
ruby-prawn-svg | 0.30.0 | More information |
rust-number-prefix | 0.3.0 | More information |
rust-lzw | 0.10.0 | More information |
ldns | 1.7.1 | More information |
freedink-engine | 109.6 | More information |
rust-serial-test-derive | 0.1.0 | More information |
rust-serde-cbor | 0.11.1 | More information |
rust-rand | 0.7.3 | More information |
rust-console | 0.7.7 | More information |
sbcl-static-dispatch | 0.3 | More information |
rust-diffs | 0.3.0 | More information |
unoconv | 0.9.0 | More information |
libqb | 1.9.1 | More information |
ecl-optima | 1.0-1.373b245 | More information |
rust-sysctl | 0.1.4 | More information |
egl-wayland | 1.1.5 | More information |
cl-moptilities | 0.3.13-1.a436f16 | More information |
rust-derive-more | 0.99.11 | More information |
rust-libgit2-sys | 0.7.11 | More information |
ecl-mmap | 1.0.0-0.ba2e98c | More information |
rust-pin-project-lite | 0.1.11 | More information |
cl-specialized-function | 0.0.0-2.dee56d2 | More information |
rcm | 1.3.3 | More information |
jfsutils-static | 1.1.15 | More information |
python2-smmap | 3.0.1 | More information |
piper | 0.5.1 | More information |
rust-matches | 0.1.8 | More information |
rust-goblin | 0.1.3 | More information |
r-flock | 0.7 | More information |
go-github-com-mattn-go-zglob | 0.0.3 | More information |
rust-ascii | 0.9.3 | More information |
ecl-zpb-ttf | 1.0.3 | More information |
rust-quasi-macros | 0.32.0 | More information |
cl-defpackage-plus | 1.0-0.5492e27 | More information |
python2-random2 | 1.0.1 | More information |
ghc-data-fix | 0.2.0 | More information |
rust-ansi-term | 0.12.1 | More information |
rust-palette | 0.5.0 | More information |
rust-delta-e | 0.2.1 | More information |
js-context-menu | 0.6.1 | More information |
rust-memsec | 0.6.0 | More information |
ecl-lack | 0.1.0-1.abff8ef | More information |
rust-bitflags | 0.8.2 | More information |
rust-block-cipher | 0.7.1 | More information |
rust-libsqlite3-sys | 0.15.0 | More information |
rust-lzma-sys | 0.1.17 | More information |
maven-shared-incremental | 1.1 | More information |
hyperledger-iroha-ed25519 | 2.0.2 | More information |
inspircd | 3.8.1 | More information |
cl-enchant | 0.0.0-1.6af162a | More information |
ruby-cucumber-create-meta | 1.0.0 | More information |
ocaml4.07-compiler-libs | 0.11.0 | More information |
r-warp | 0.2.0 | More information |
kiwix-lib | 9.4.1 | More information |
rust-rustc-rayon | 0.3.0 | More information |
rust-openssl-sys-extras | 0.7.14 | More information |
rust-rustls | 0.12.0 | More information |
khelpcenter | 20.04.1 | More information |
rust-tokio-util | 0.3.1 | More information |
freedink-data | 1.08.20190120 | More information |
r-shinystan | 2.5.0 | More information |
go-github-com-mitchellh-copystructure | 1.0.0 | More information |
liferea | 1.12.9 | More information |
rust-rustls | 0.15.2 | More information |
frozen-bubble | 2.2.1-1.d6a0291 | More information |
belr | 0.1.3 | More information |
python-pyzbar | 0.1.8 | More information |
r-mlr3misc | 0.6.0 | More information |
python-robber | 1.1.5 | More information |
ecl-qbase64 | 0.3.0 | More information |
barrage | 1.0.5 | More information |
python-nestedtext | 1.0.0 | More information |
emacs-csound-mode | 0.2.1 | More information |
visidata | 2.1 | More information |
mergerfs-tools | 0.0-2.480296e | More information |
android-libcutils | 7.1.2_r36 | More information |
rust-utf-8 | 0.7.5 | More information |
rust-simba | 0.1.5 | More information |
ecl-deploy | 1.0.0-1.59fd497 | More information |
cl-clamp | 0.3-1.02b8f39 | More information |
python-boltons | 20.0.0 | More information |
r-qgam | 1.3.2 | More information |
rust-num-bigint | 0.1.44 | More information |
rust-tracing-attributes | 0.1.11 | More information |
ecl-clunit2 | 0.2.4-1.5e28343 | More information |
rust-rand-xorshift | 0.1.1 | More information |
rust-bincode | 1.3.1 | More information |
bsnes | 115 | More information |
python-httmock | 1.3.0 | More information |
dune-subgrid | 2.7.0-git-2103a363 | More information |
rust-errno-dragonfly | 0.1.1 | More information |
rust-libloading | 0.3.4 | More information |
rust-tokio-fs | 0.1.6 | More information |
ruby-ruby-prof | 1.4.1 | More information |
ksshaskpass | 5.19.5 | More information |
emacs-pretty-hydra | 0.2.2 | More information |
perl-term-readline-gnu | 1.36 | More information |
python-versioneer | 0.19 | More information |
rust-gio-sys | 0.9.1 | More information |
sbcl-gtwiwtg | 0.1.1 | More information |
plover | 3.1.1 | More information |
astroid | 0.15 | More information |
w-scan | 20170107 | More information |
xcb-imdkit | 1.0.1 | More information |
rust-futures-core-preview | 0.3.0-alpha.19 | More information |
sbcl-cl-fastcgi | 0.2-1.d576d20 | More information |
raspi-arm-chainloader | 0.1 | More information |
rust-shader-version | 0.6.0 | More information |
rust-shared-child | 0.3.4 | More information |
linux-libre-arm64-generic | 5.10.4 | More information |
python-blurhash | 1.1.4 | More information |
rust-cgl | 0.3.2 | More information |
python-globber | 0.2.1 | More information |
gron | 0.6.0 | More information |
r-parsnip | 0.1.4 | More information |
powerstat | 0.02.22 | More information |
korganizer | 20.04.1 | More information |
emacs-gn-mode | 0.4.1 | More information |
rust-wasi | 0.5.0 | More information |
go-github-com-charmbracelet-glamour | 0.2.0 | More information |
rust-linkify | 0.4.0 | More information |
python-httptools | 0.1.1 | More information |
cl-clml | 0.0.0-0.95505b5 | More information |
python-gitlab | 1.15.0 | More information |
opensmtpd-filter-dkimsign | 0.2.arch2 | More information |
ecl-chipz | 0.8-1.75dfbc6 | More information |
rust-proc-macro-hack-impl | 0.4.2 | More information |
r-archivist | 2.3.4 | More information |
rust-assert-cmd | 1.0.1 | More information |
rust-string-cache-codegen | 0.5.1 | More information |
r-sgloptim | 1.3.8 | More information |
rust-iso8601 | 0.1.1 | More information |
transcode | 1.1.7 | More information |
vala-language-server | 0.48.1 | More information |
rust-structopt-derive | 0.4.5 | More information |
rust-nettle | 7.0.0 | More information |
libnl-python3 | 3.5.0 | More information |
python-robot-detection | 0.4 | More information |
kget | 20.04.1 | More information |
rust-float-ord | 0.2.0 | More information |
ruby-treetop | 1.6.10 | More information |
flatzebra | 0.1.7 | More information |
cl-colors2 | 0.2.1-1.795aede | More information |
rust-miow | 0.3.6 | More information |
python2-rfc6555 | 0.0.0-1.1a181b4 | More information |
python-mamba | 0.11.2 | More information |
fldigi | 4.1.16 | More information |
rust-brotli | 3.3.0 | More information |
rust-core-foundation-sys | 0.8.2 | More information |
rust-pin-project-auxiliary-macro | 0.0.0 | More information |
liburing | 0.7 | More information |
kuserfeedback | 1.0.0 | More information |
ecl-cl-vectors | 0.1.5 | More information |
rust-palette-derive | 0.5.0 | More information |
flux | 1.4.4 | More information |
emacs-flycheck-rust | 1.1 | More information |
yoyo-migrations | 7.2.0 | More information |
emacs-diredfl | 0.4 | More information |
rust-bindgen | 0.53.3 | More information |
hsetroot | 1.0.5 | More information |
rust-parking-lot | 0.7.1 | More information |
emacs-4clojure | 0.2.1-1.4eccf8c | More information |
rust-mio | 0.6.21 | More information |
kcov | 38 | More information |
guile3.0-newt | 0.0.2 | More information |
spatialite-tools | 5.0.0 | More information |
ocaml4.07-ppx-let | 0.11.0 | More information |
python-matrix-synapse-ldap3 | 0.1.4 | More information |
rust-generic-array | 0.8.3 | More information |
packcc | 1.2.5-19-g58d1b9d | More information |
libexpected | 1.0.0 | More information |
emacs-counsel | 0.13.1 | More information |
go-github-com-chris-ramon-douceur | 0.2.0 | More information |
rust-stacker | 0.1.6 | More information |
mutest | 0.0.0 | More information |
rust-httparse | 1.3.3 | More information |
ocaml4.07-stdio | 0.11.0 | More information |
rust-pretty-env-logger | 0.4.0 | More information |
sbcl-cl-project | 0.3.1-1.1511070 | More information |
rust-proptest | 0.7.2 | More information |
remake | 4.3-1.5 | More information |
ndisc6 | 1.0.4 | More information |
hunspell-dict-it-it | 6.4.6.2 | More information |
ecl-cl-libuv | 0.1.6-1.32100c0 | More information |
rust-nasm-rs | 0.2.0 | More information |
guile2.2-bytestructures | 1.0.9 | More information |
rust-quickcheck | 0.7.2 | More information |
go-golang-org-x-xerrors | 0.0.0-0.5ec99f8 | More information |
ecl-xsubseq | 0.0.1-1.5ce430b | More information |
rust-openssl-probe | 0.1.2 | More information |
font-fontna-yasashisa-antique | 0 | More information |
rust-jemalloc-sys | 0.3.2 | More information |
gromacs | 2020.2 | More information |
rust-try-lock | 0.2.2 | More information |
ecl-prometheus | 0.4.1 | More information |
rust-memmap | 0.6.2 | More information |
rust-futures-executor | 0.3.8 | More information |
rust-discard | 1.0.4 | More information |
python-pyotp | 2.4.1 | More information |
rust-gtk | 0.8.1 | More information |
mpdris2 | 0.8 | More information |
ebusd | 3.4 | More information |
rust-vte | 0.3.3 | More information |
rust-http-req | 0.5.4 | More information |
python-django-debug-toolbar-alchemy | 0.1.5 | More information |
rust-goblin | 0.0.23 | More information |
ghc-scalpel | 0.6.0 | More information |
emacs-unkillable-scratch | 1.0.0-0.b24c2a7 | More information |
font-meera-inimai | 2.0 | More information |
rust-bit-vec | 0.4.4 | More information |
djvu2pdf | 0.9.2 | More information |
sbcl-cl-environments | 0.2.3-1.0b22154 | More information |
rust-predicates-core | 1.0.0 | More information |
rust-block-padding | 0.2.0 | More information |
libfreenect-examples | 0.6.1 | More information |
python-croniter | 0.3.34 | More information |
python-django-haystack | 2.8.1 | More information |
emacs-rime | 1.0.3 | More information |
rust-clipboard-win | 2.1.2 | More information |
okular | 20.12.0 | More information |
rust-term-grid | 0.1.7 | More information |
rust-void | 1.0.2 | More information |
java-asm-tree | 8.0.1 | More information |
rust-rustversion | 0.1.4 | More information |
rust-syn | 1.0.53 | More information |
rust-console | 0.11.3 | More information |
python-watchgod | 0.6 | More information |
ecl-make-hash | 1.0.2-1.ae0909c | More information |
python-simpleeval | 0.9.10 | More information |
bash-ctypes | 1.2 | More information |
zbackup | 1.4.4 | More information |
rust-output-vt100 | 0.1.2 | More information |
ecl-cl-progress-bar | 0.0.0-1.9374170 | More information |
glibc-locales-2.29 | 2.29 | More information |
r-adapr | 2.0.0 | More information |
rust-http | 0.2.1 | More information |
rust-tokio-sync | 0.2.0-alpha.6 | More information |
ecl-pzmq | 0.0.0-1.7c7390e | More information |
perl-http-lite | 2.44 | More information |
ocaml4.07-ppx-tools | 5.1+4.06.0 | More information |
synapse | 1.24.0 | More information |
r-mlecens | 0.1-4 | More information |
rust-svd-parser | 0.9.0 | More information |
rust-cmake | 0.1.44 | More information |
sbcl-png-read | 0.3.1-1.ec29f38 | More information |
cl-change-case | 0.1.0-1.5ceff2a | More information |
emacs-vcsh | 0.4.4 | More information |
rust-winapi-x86-64-pc-windows-gnu | 0.4.0 | More information |
rust-resize | 0.3.1 | More information |
diff-so-fancy | 1.3.0 | More information |
rust-average | 0.9.4 | More information |
java-surefire-common-java5 | 3.0.0-M4 | More information |
ocaml-dot-merlin-reader | 3.4.2 | More information |
rust-make-cmd | 0.1.0 | More information |
emacs-helm-wordnut | 0.1-1.9681a95 | More information |
sbcl-cl-mysql | 0.1-1.ab56c27 | More information |
rust-ron | 0.4.2 | More information |
ghc-wai-cors | 0.2.7 | More information |
python-userspacefs | 2.0.2 | More information |
cl-quantile-estimator | 0.0.1 | More information |
perl-test-distribution | 2.00 | More information |
rust-criterion-plot | 0.3.1 | More information |
rust-dlib | 0.4.1 | More information |
ruby-css-parser | 1.7.1 | More information |
liquid-dsp | 1.3.2 | More information |
python-dateparser | 0.7.6 | More information |
lighttpd | 1.4.57 | More information |
guile2.2-colorized | 0.1 | More information |
lua5.1-lgi | 0.9.2 | More information |
augustus | 1.4.1a | More information |
ztoolkit-rsvg | 0.1.1 | More information |
rust-lscolors | 0.6.0 | More information |
cl-libuv | 0.1.6-1.32100c0 | More information |
emacs-org-fragtog | 0.3.0 | More information |
spectacle-analyzer | 1.0 | More information |
sbcl-mt19937 | 1.1 | More information |
rust-sha2 | 0.9.2 | More information |
ecl-gtwiwtg | 0.1.1 | More information |
rust-libc-print | 0.1.13 | More information |
rust-smallvec | 0.6.13 | More information |
maven-archiver | 3.5.0 | More information |
python-importmagic | 0.1.7 | More information |
ecl-trivia.trivial | 0.0.0-2.37698b4 | More information |
cl-utm-ups | 1.0-0.780f1d8 | More information |
rust-trust-dns-https | 0.19.5 | More information |
emacs-mmt | 0.2.0 | More information |
cl-datafly | 0.1-1.adece27 | More information |
rust-user32-sys | 0.2.0 | More information |
ocaml4.09-findlib | 1.8.1 | More information |
rust-version-sync | 0.8.1 | More information |
gash-utils | 0.1.0 | More information |
cl-z85 | 1.0-1.85b3951 | More information |
r-rgreat | 1.22.0 | More information |
rust-sha1-asm | 0.4.3 | More information |
rust-selectors | 0.22.0 | More information |
sbcl-opticl-core | 0.0.0-0.b7cd13d | More information |
rust-crypto-mac | 0.4.0 | More information |
superstarfighter | 0.6.4 | More information |
rust-rawpointer | 0.1.0 | More information |
r-apeglm | 1.12.0 | More information |
sbcl-cl-cont | 0.3.8-1.fc1fa7e | More information |
emacs-fancy-battery | 0.2 | More information |
cl-opticl | 0.0.0-0.e868441 | More information |
peek | 1.5.1 | More information |
python-txacme | 0.9.2 | More information |
rust-criterion | 0.2.11 | More information |
rust-jobserver | 0.1.19 | More information |
guile2.2-webutils | 0.1-0.8541904 | More information |
rust-core-affinity | 0.5.10 | More information |
python-pifpaf | 2.5.0 | More information |
python-css-html-js-minify | 2.5.5 | More information |
rust-semver | 0.9.0 | More information |
sbcl-symbol-munger | 0.0.1-1.97598d4 | More information |
python-pyprind | 2.11.2 | More information |
python-retrying | 1.3.3 | More information |
rust-clang-sys | 0.11.1 | More information |
geary | 3.34.1 | More information |
atomicparsley | 20200701.154658.b0d6223 | More information |
ocaml4.07-ppx-custom-printf | 0.11.0 | More information |
rust-alloc-no-stdlib | 2.0.1 | More information |
hashcash | 1.22 | More information |
rust-wayland-protocols | 0.23.6 | More information |
rust-insta | 0.8.1 | More information |
python-distlib | 0.3.0 | More information |
python-locust | 1.4.1 | More information |
emacs-org-pretty-table | 0.0.1-0.1331c60 | More information |
rust-filetime | 0.2.8 | More information |
lua-penlight | 1.7.0 | More information |
rust-crossbeam-utils | 0.6.6 | More information |
rust-env-logger | 0.3.5 | More information |
gita | 0.10.10-1.62eb3d6 | More information |
rust-tower-layer | 0.3.0 | More information |
python-flufl-lock | 4.0 | More information |
ghc-only | 0.1 | More information |
cl-deflate | 1.0.3 | More information |
perl-compress-bzip2 | 2.28 | More information |
ecl-cl-uglify-js | 0.1-1.429c5e1d8 | More information |
cl-emb | 0.4.3-1.fd86521 | More information |
python-text-unidecode | 1.3 | More information |
ocaml4.07-sexplib0 | 0.11.0 | More information |
go-github-com-go-git-go-billy | 5.0.0 | More information |
python-pytest-asyncio | 0.10.0 | More information |
r-rsample | 0.0.8 | More information |
python-aiosmtpd | 1.2.2 | More information |
sbcl-archive | 0.9-1.631271c | More information |
rust-rustc-ap-rustc-data-structures | 654.0.0 | More information |
rust-pretty-assertions | 0.6.1 | More information |
rust-globwalk | 0.8.0 | More information |
ghc-hledger-lib | 1.14.1 | More information |
python-hicmatrix | 12 | More information |
perl-class-mix | 0.006 | More information |
r-stopwords | 2.1 | More information |
rust-syn | 0.14.9 | More information |
r-mlr3 | 0.9.0 | More information |
virtualpg | 1.0.2 | More information |
nvc | 1.5.0 | More information |
emacs-monokai-theme | 3.5.3 | More information |
rust-uuid | 0.8.1 | More information |
ghc-llvm-hs | 9.0.1 | More information |
stumpish | 0.0.1-2.920f8fc | More information |
rust-serde-json | 1.0.60 | More information |
lua-resty-signal | 0.02 | More information |
rust-yaml-rust | 0.3.5 | More information |
numix-gtk-theme | 2.6.7 | More information |
spirv-cross | 2020-05-19 | More information |
go-github-com-go-ldap-ldap | 3.1.7 | More information |
cl-salza2 | 2.0.9 | More information |
rust-ordermap | 0.3.5 | More information |
python-ntlm-auth | 1.4.0 | More information |
rust-regex-syntax | 0.6.21 | More information |
libmms | 0.6.4 | More information |
ecl-cl-jpeg | 2.8-1.ec55703 | More information |
rust-derivative | 2.1.1 | More information |
guile2.2-ssh | 0.13.1 | More information |
watchexec | 1.14.0 | More information |
sameboy | 0.13.6 | More information |
rust-digest | 0.9.0 | More information |
libilbc | 2.0.2 | More information |
rust-parking-lot-core | 0.8.0 | More information |
rust-web-sys | 0.3.37 | More information |
rust-glutin-gles2-sys | 0.1.3 | More information |
sbcl-clamp | 0.3-1.02b8f39 | More information |
r-ggm | 2.5 | More information |
nuspell | 3.1.2 | More information |
python2-ipyparallel | 6.2.4 | More information |
rust-interpolate-name | 0.2.3 | More information |
python-safety | 1.9.0 | More information |
perl-crypt-eksblowfish | 0.009 | More information |
eglexternalplatform | 1.1 | More information |
r-tam | 3.5-19 | More information |
rust-encoding-index-tradchinese | 1.20141219.5 | More information |
queen-de | 1.0 | More information |
opencore-amr | 0.1.5 | More information |
sbcl-cl-async | 0.6.1-1.f6423e4 | More information |
r-tokenizers | 0.2.1 | More information |
icu4c-build-root | 66.1 | More information |
emacs-swiper | 0.13.1 | More information |
choqok | 1.7.0 | More information |
r-msmstests | 1.28.0 | More information |
python-msgpack-numpy | 0.4.6.post0 | More information |
python-boto | 2.49.0 | More information |
cl-retrospectiff | 0.2-0.c2a69d7 | More information |
rust-parity-tokio-ipc | 0.4.0 | More information |
rust-wayland-sys | 0.21.13 | More information |
rust-diesel-derives | 1.4.1 | More information |
rust-memmap | 0.7.0 | More information |
go-github-com-emirpasic-gods | 1.12.0 | More information |
rust-ipnet | 2.3.0 | More information |
cl-static-dispatch | 0.3 | More information |
srt | 1.4.2 | More information |
ecl-enchant | 0.0.0-1.6af162a | More information |
hunspell-dict-pl | 20200327 | More information |
ffmpeg-jami | 4.3.1 | More information |
rust-content-inspector | 0.2.4 | More information |
rust-compiletest-rs | 0.3.22 | More information |
ghc-project-template | 0.2.0.1 | More information |
gupnp-dlna | 0.10.5 | More information |
ruby-parallel-tests | 3.0.0 | More information |
python-xlsxwriter | 1.3.7 | More information |
rust-which | 3.1.1 | More information |
r-regsem | 1.6.2 | More information |
chicken-srfi-1 | 0.5.1 | More information |
python-zope-hookable | 5.0.1 | More information |
rust-form-urlencoded | 1.0.0 | More information |
cl-flexichain | 1.5.1 | More information |
emacs-rocket-chat | 0.0.0-1.96fe27a | More information |
linux-libre-arm64-generic | 5.4.86 | More information |
rust-ppv-lite86 | 0.2.8 | More information |
cl-1am | 0.0-1.8b1da94 | More information |
rust-tokio-signal | 0.2.7 | More information |
emacs-caps-lock | 1.0 | More information |
rust-pulldown-cmark | 0.4.1 | More information |
astromenace | 1.4.1 | More information |
python-txsni | 0.1.9-0.5014c14 | More information |
rust-directories | 3.0.1 | More information |
rust-bindgen | 0.52.0 | More information |
rust-rusttype | 0.8.2 | More information |
guile3.0-mailutils | 3.10 | More information |
rust-rust-hawktracer-sys | 0.4.2 | More information |
guile-srfi-180 | 0-0.9188bf9 | More information |
emacs-dracula-theme | 1.7.0 | More information |
rust-hyper-old-types | 0.11.0 | More information |
python-django-mailman3 | 1.3.4 | More information |
rust-tokio-tcp | 0.1.3 | More information |
widelands | 21 | More information |
lib3ds | 1.3.0 | More information |
r-mixsqp | 0.3-43 | More information |
python-doc8 | 0.8.0 | More information |
libstemmer | 2.0.0 | More information |
rust-const-fn | 0.4.2 | More information |
rust-rand-pcg | 0.2.1 | More information |
sbcl-cl-z85 | 1.0-1.85b3951 | More information |
r-qgraph | 1.6.5 | More information |
r-tea | 1.1 | More information |
rust-cookie | 0.12.0 | More information |
rust-ahash | 0.3.8 | More information |
rust-shlex | 0.1.1 | More information |
r-coverageview | 1.28.0 | More information |
go-github-com-go-sql-driver-mysql | 1.5.0 | More information |
vo-aacenc | 0.1.3 | More information |
rust-strsim | 0.5.2 | More information |
kdav | 20.04.3 | More information |
megatools | 1.10.3 | More information |
emacs-shx | 1.5.0 | More information |
ecl-repl-utilities | 0.0.0-1.e0de9c9 | More information |
rust-maplit | 1.0.2 | More information |
ghc-dav | 1.3.4 | More information |
go-github-com-hjson-hjson-go | 3.1.0 | More information |
rust-if-chain | 1.0.0 | More information |
rust-rustc-test | 0.3.0 | More information |
python-owslib | 0.19.2 | More information |
r-remoter | 0.4-0 | More information |
python-pytest-aiohttp | 0.3.0 | More information |
libappindicator | 12.10.0 | More information |
rust-cargo-metadata | 0.6.4 | More information |
r-rcppziggurat | 0.1.6 | More information |
zlfo | 0.1.3 | More information |
rust-termcolor | 1.1.0 | More information |
rust-rustls-native-certs | 0.4.0 | More information |
ecl-cl-project | 0.3.1-1.1511070 | More information |
krb5-auth-dialog | 3.26.1 | More information |
tunctl | 1.5 | More information |
python-block-tracing | 1.0.1 | More information |
ocaml4.07-gen | 0.5.2 | More information |
cl-asdf | 3.3.4 | More information |
xtitle | 0.4.4 | More information |
ocaml4.07-ppx-inline-test | 0.12.0 | More information |
lldpd | 1.0.7 | More information |
vim-eunuch | 1.2-1.33e875b | More information |
ripmime | 1.4.0.10-1.a556ffe | More information |
ghc-csv | 0.1.2 | More information |
ruby-prawn-icon | 2.5.0 | More information |
rust-std-prelude | 0.2.12 | More information |
python-uvicorn | 0.11.8 | More information |
directfb | 1.7.7 | More information |
rust-xml-rs | 0.8.3 | More information |
rust-syn | 0.11.11 | More information |
rust-nodrop-union | 0.1.11 | More information |
python-lcov-cobertura | 1.6 | More information |
emacs-objed | 0.8.3 | More information |
sbcl-prometheus | 0.4.1 | More information |
python2-openpyxl | 2.6.4 | More information |
wildmidi | 0.4.3 | More information |
guile-websocket | 0.1 | More information |
ghc-prettyprinter-ansi-terminal | 1.1.1.2 | More information |
rust-num-bigint-dig | 0.6.0 | More information |
libkexiv2 | 20.12.0 | More information |
go-github-com-coreos-go-semver | 0.3.0 | More information |
rust-r2d2 | 0.8.9 | More information |
rust-same-file | 0.1.3 | More information |
python2-pytidylib | 0.3.2 | More information |
opencog | 0.1.4-1.ceac905 | More information |
kcalendarsupport | 20.04.1 | More information |
rust-difference | 1.0.0 | More information |
libvisual-plugins | 0.4.0 | More information |
emacs-twittering-mode | 3.1.0 | More information |
python-d2to1 | 0.2.12.post1 | More information |
python-dpath | 2.0.1 | More information |
gphotofs | 0.5.0 | More information |
cl-documentation-utils-extensions | 0.0.0-1.f67f8a0 | More information |
readosm | 1.1.0a | More information |
go-github-com-kevinburke-ssh-config | 1.0 | More information |
sbcl-cl-emb | 0.4.3-1.fd86521 | More information |
rust-num-enum-derive | 0.4.3 | More information |
purple-mattermost | 1.2-0.158ce20 | More information |
rust-rustc-version | 0.2.3 | More information |
rust-libz-sys | 1.1.1 | More information |
python-django-sekizai | 2.0.0 | More information |
r-slider | 0.1.5 | More information |
tng | 1.8.2 | More information |
rust-derive-builder | 0.9.0 | More information |
flrig | 1.3.52 | More information |
guile-laesare | 1.0.0 | More information |
font-iosevka-term | 4.0.3 | More information |
rust-ord-subset | 3.1.1 | More information |
rust-handlebars | 2.0.4 | More information |
rust-packed-simd-2 | 0.3.4 | More information |
flite | 2.1 | More information |
wolf-spectrum | 1.0.0 | More information |
rust-data-url | 0.1.0 | More information |
guile3.0-commonmark | 0.1.2 | More information |
cl-trivia.trivial | 0.0.0-2.37698b4 | More information |
rust-quickcheck | 0.9.2 | More information |
texlive-fpl | 51265 | More information |
ecl-jonathan | 0.1.0-1.1f448b4 | More information |
rust-crossbeam-channel | 0.4.2 | More information |
rust-line-drawing | 0.7.0 | More information |
robin-map | 0.6.3 | More information |
rust-urlocator | 0.1.3 | More information |
go-gopkg-in-ini-v1 | 1.56.0 | More information |
sbcl-spatial-trees | 0-1.81fdad0 | More information |
rust-scan-fmt | 0.2.5 | More information |
rust-term | 0.4.6 | More information |
python-hg-evolve | 10.0.1 | More information |
python-venusian | 3.0.0 | More information |
cl-antik-base | 0.0.0-1.e4711a6 | More information |
python2-pygraphviz | 1.5 | More information |
cl-blackbird | 0.5.2-1.d361f81 | More information |
rust-sourcefile | 0.1.4 | More information |
ocaml4.07-sexplib | 0.11.0 | More information |
hdt-cpp | 1.3.3 | More information |
ecl-deeds | 1.1.1-1.f5df54e | More information |
mspdebug | 0.25 | More information |
python-baycomp | 1.0.2 | More information |
qtmips | 0.7.3 | More information |
sbcl-asdf-finalizers | 0.0.0-1.7f537f6 | More information |
tarsplitter | 2.2.0 | More information |
sbcl-stumpwm-mem | 0.0.1-2.920f8fc | More information |
go-github-com-spf13-cast | 1.3.1 | More information |
ghc-sourcemap | 0.1.6 | More information |
r-rbibutils | 2.0 | More information |
rust-log | 0.3.9 | More information |
rust-phf-generator | 0.7.24 | More information |
jc | 1.13.4 | More information |
ecl-cl-environments | 0.2.3-1.0b22154 | More information |
rust-pango | 0.9.1 | More information |
attention | 0-1.87d4367 | More information |
guile2.0-shepherd | 0.8.1 | More information |
emacs-sly-stepper | 0.0.0-1.cd7fd00 | More information |
python-pytidylib | 0.3.2 | More information |
rust-git2 | 0.9.1 | More information |
rust-odds | 0.3.1 | More information |
rust-shell-words | 1.0.0 | More information |
rust-ipnetwork | 0.17.0 | More information |
sphinxbase | 5prealpha | More information |
emacs-ivy-posframe | 0.5.5 | More information |
rust-tabwriter | 1.2.1 | More information |
r-transphylo | 1.4.4 | More information |
cl-plump | 2.0.0-1.34f890f | More information |
kicad-footprints | 5.1.6 | More information |
rust-walkdir | 2.3.1 | More information |
r-pasilla | 1.14.0 | More information |
rust-nom | 2.2.1 | More information |
rust-compiler-builtins | 0.1.26 | More information |
sbcl-uffi | 2.1.2 | More information |
font-iosevka-etoile | 4.0.3 | More information |
rust-hash32 | 0.1.1 | More information |
rust-multi-default-trait-impl | 0.1.2 | More information |
sbcl-type-r | 0.0.0-1.83c89e3 | More information |
rust-vswhom | 0.1.0 | More information |
emacs-ryo-modal | 0.4-0.3a54312 | More information |
r-snowballc | 0.7.0 | More information |
perl-alien-sdl | 1.446 | More information |
rust-generic-array | 0.13.2 | More information |
texlive-hyphen-pali | 51265 | More information |
rust-piston-gfx-texture | 0.40.0 | More information |
emacs-meson-mode | 0.3 | More information |
rust-gdk-pixbuf-sys | 0.10.0 | More information |
ocaml4.07-lablgtk | 2.18.10 | More information |
fulcrum | 1.1.1 | More information |
cl-trivial-shell | 0.2.0-1.e02ec19 | More information |
sbcl-generic-cl | 0.7.1-1.8e5a814 | More information |
opensp | 1.5.2 | More information |
rust-gfx-device-gl | 0.16.2 | More information |
sbcl-antik | 0.0.0-1.e4711a6 | More information |
perl-digest-md4 | 1.9 | More information |
rust-fern | 0.5.9 | More information |
r-laplacesdemon | 16.1.4 | More information |
gnome-getting-started-docs | 3.32.2 | More information |
rust-data-encoding | 2.3.1 | More information |
rust-blobby | 0.1.2 | More information |
rust-sanakirja | 0.10.3 | More information |
rust-tracing-subscriber | 0.1.6 | More information |
go-github-com-shurcool-sanitized-anchor-name | 1.0.0 | More information |
rust-num-rational | 0.1.42 | More information |
guile2.2-simple-zmq | 0.0.0-5.f8b7d81 | More information |
ecl-type-i | 0.1-2.d34440a | More information |
meanwhile | 1.1.1 | More information |
guix-build-coordinator | 0-12.c33d3f5 | More information |
python-speg | 0.3 | More information |
python-requests_ntlm | 1.1.0 | More information |
rust-syn-test-suite | 0.0.0+test | More information |
rust-semver | 0.10.0 | More information |
python-epc | 0.0.5 | More information |
qalculate-gtk | 3.8.0 | More information |
gnuradio | 3.8.0.0 | More information |
ecl-envy | 0.1-1.956321b | More information |
sbcl-hu.dwim.defclass-star | 2015-07-09 | More information |
sbcl-cl-pdf | 0-1.752e337 | More information |
rust-gir-format-check | 0.1.1 | More information |
rust-fluid | 0.4.1 | More information |
rust-afl | 0.4.3 | More information |
rust-ref-cast-impl | 0.2.7 | More information |
ecl-ningle | 0.3.0-1.50bd4f0 | More information |
rust-git2 | 0.11.0 | More information |
ocaml4.07-ppx-here | 0.11.0 | More information |
slimevolley | 2.4.2 | More information |
xmoto | 0.6.1 | More information |
guile-webutils | 0.1-0.8541904 | More information |
guile3.0-lib | 0.2.6.1 | More information |
ghcid | 0.8.7 | More information |
python-uvloop | 0.14.0 | More information |
opensbi-qemu-sifive-u | 0.8 | More information |
rust-fsevent | 0.4.0 | More information |
rust-piston2d-graphics | 0.35.0 | More information |
r-ppcor | 1.1 | More information |
ghc-spoon | 0.3.1 | More information |
emacs-toml-mode | 0.1.3-0.f6c6181 | More information |
emacs-plantuml-mode | 1.4.1 | More information |
rust-bytes | 0.6.0 | More information |
ecl-static-vectors | 1.8.4 | More information |
r-aws-s3 | 0.3.21 | More information |
passwordsafe | 3.99.2 | More information |
python-py-cpuinfo | 5.0.0 | More information |
ufo2map | 2.6.0_dev-0.a542a87 | More information |
rust-pango | 0.8.0 | More information |
perl-sdl | 2.548 | More information |
rust-libloading | 0.5.2 | More information |
python-get-version | 2.1 | More information |
ruby-test-queue | 0.4.2 | More information |
rust-tokio-mockstream | 1.1.0 | More information |
rust-markup5ever | 0.9.0 | More information |
jack-select | 1.5.0 | More information |
rust-cairo-sys-rs | 0.9.2 | More information |
ecl-clack | 2.0.0-1.e3e0328 | More information |
jfs_fsck-static | 1.1.15 | More information |
ruby-colorize | 0.8.1 | More information |
cl-qrencode | 0.1.2 | More information |
cl-check-it | 0.1.0-1.b79c910 | More information |
fcitx5-configtool | 5.0.1 | More information |
manuskript | 0.11.0 | More information |
python-pytest-env | 0.6.2 | More information |
cl-external-program | 0.0.6-1.5888b8f | More information |
intervaltree | 0.0.0-1.b90527f | More information |
rust-dav1d-sys | 0.3.2 | More information |
python-pyramid | 1.10.4 | More information |
rust-security-framework | 0.3.4 | More information |
ghc-doclayout | 0.3 | More information |
firefox-decrypt | 0.7.0 | More information |
glyr | 1.0.10 | More information |
rust-assert-fs | 0.11.3 | More information |
ghc-cborg | 0.2.2.0 | More information |
python-stone | 3.2.1 | More information |
rust-target-build-utils | 0.3.1 | More information |
guile2.2-squee | 0-1.7dcd22b | More information |
ecl-trivial-types | 0.0.1 | More information |
haproxy | 2.1.7 | More information |
node-oop | 0.0.0-1.f9d87cd | More information |
guile3.0-gi | 0.3.0 | More information |
rust-speculate | 0.1.2 | More information |
python-dictdiffer | 0.8.1 | More information |
sbcl-cl-libuv | 0.1.6-1.32100c0 | More information |
osinfo-db-tools | 1.8.0 | More information |
ecl-opticl-core | 0.0.0-0.b7cd13d | More information |
cl-generic-cl | 0.7.1-1.8e5a814 | More information |
emacs-scala-mode | 1.1.0 | More information |
emacs-emacsql-sqlite3 | 1.0.2 | More information |
guile2.2-readline | 2.2.7 | More information |
emacs-password-generator | 1.01 | More information |
rust-proptest-derive | 0.1.2 | More information |
go-github-com-google-renameio | 0.1.0 | More information |
gmni | 0-0.d8f0870 | More information |
rust-num | 0.2.1 | More information |
rust-pest-derive | 2.1.0 | More information |
rust-serial-test-derive | 0.4.0 | More information |
guile3.0-present | 0.3.0 | More information |
rust-wayland-scanner | 0.21.13 | More information |
rust-blake2b-simd | 0.5.10 | More information |
rust-winapi-util | 0.1.5 | More information |
ecl-cl-async-future | 0.4.4.1-1.ee36c22 | More information |
r-invgamma | 1.1 | More information |
emacs-company-box | 0.0.1-0.be37a9a | More information |
ganeti | 3.0.0beta1-24-g024cc9fa2 | More information |
python-tenacity | 6.1.0 | More information |
r-rcdd | 1.2-2 | More information |
rust-foreign-types | 0.5.0 | More information |
bcm2835 | 1.64 | More information |
rust-thread-id | 2.0.0 | More information |
ecl-custom-hash-table | 0.3-1.f269831 | More information |
rust-thrussh-libsodium | 0.1.4 | More information |
python-sphinx-autobuild | 0.7.1 | More information |
rust-humansize | 1.1.0 | More information |
ghc-lucid | 2.9.12 | More information |
python-json-logger | 0.1.11 | More information |
rust-quote | 0.6.13 | More information |
pasystray | 0.7.1 | More information |
rust-criterion-plot | 0.4.3 | More information |
emacs-ivy-clipmenu | 0.0.1-1.d2071f2 | More information |
rust-pulldown-cmark | 0.1.2 | More information |
rust-approx | 0.3.2 | More information |
rust-glutin | 0.21.2 | More information |
ruby-protobuf | 3.10.3 | More information |
rust-cgl | 0.2.3 | More information |
liblinphone | 3.12.0 | More information |
multimon-ng | 1.1.9 | More information |
rust-core-foundation | 0.6.4 | More information |
rust-same-file | 1.0.6 | More information |
libnode | 10.20.0 | More information |
rust-treeline | 0.1.0 | More information |
ruby-fast-gettext | 2.0.3 | More information |
sbcl-cl-base32 | 0.1-1.8cdee06 | More information |
ocaml4.07-sedlex | 2.1 | More information |
r-etrunct | 0.1 | More information |
rust-ntest | 0.3.3 | More information |
mariadb-connector-c | 3.1.11 | More information |
sbcl-vom | 0.1.4-1.1aeafeb | More information |
rust-env-logger | 0.4.3 | More information |
python2-pyatspi | 2.34.0 | More information |
fcft | 2.3.2 | More information |
go-github-com-gedex-inflector | 0.0.0-1.16278e9 | More information |
rust-tendril | 0.4.1 | More information |
rust-users | 0.9.1 | More information |
ocaml4.07-zed | 2.0.3 | More information |
emacs-fountain-mode | 3.3.3 | More information |
cl-spatial-trees | 0-1.81fdad0 | More information |
python-fuzzywuzzy | 0.18.0 | More information |
openjpeg-data | 2020.05.19 | More information |
rust-docopt | 1.1.0 | More information |
rust-tokio-threadpool | 0.1.14 | More information |
go-github-com-alcortesm-tgz | 0.0.1-1.9c5fe88 | More information |
ode | 0.16.2 | More information |
rust-simd | 0.1.1 | More information |
kimap | 20.04.1 | More information |
java-surefire-common-junit4 | 3.0.0-M4 | More information |
go-github-com-masterminds-goutils | 1.1.0 | More information |
r-goftest | 1.2-2 | More information |
python-nbsphinx | 0.7.1 | More information |
rust-static-map-macro | 0.2.1 | More information |
boost-python2 | 1.72.0 | More information |
rust-mio-extras | 2.0.6 | More information |
ghc-hjsmin | 0.2.0.4 | More information |
minidjvu | 0.8 | More information |
rust-num | 0.3.0 | More information |
rust-wayland-commons | 0.23.6 | More information |
rust-miniz-oxide | 0.2.2 | More information |
libgravatar | 20.04.1 | More information |
emacs-company-posframe | 0.1.0-2.4bfb8bc | More information |
regrader | 1.0.0 | More information |
presentty | 0.2.1 | More information |
rust-pretty-assertions | 0.2.1 | More information |
rust-csv | 1.1.3 | More information |
rust-pulse | 0.5.3 | More information |
aws-c-common | 0.4.63 | More information |
python-junit-xml | 1.9-0.4bd08a2 | More information |
rust-locale | 0.2.2 | More information |
ghc-wai-handler-launch | 3.0.3.1 | More information |
rust-futures-timer | 0.1.1 | More information |
guile3.0-guix | 1.2.0-8.7624ebb | More information |
emacs-buffer-move | 0.6.2 | More information |
ecl-fset | 1.3.2-1.6d2f9de | More information |
sbcl-clss | 0.3.1-1.2a8e861 | More information |
sbcl-maidenhead | 1.0-0.b756d23 | More information |
dex | 0.9.0 | More information |
rust-tokio-tls | 0.3.1 | More information |
rust-gzip-header | 0.3.0 | More information |
ocaml-mdx | 1.7.0 | More information |
cl-envy | 0.1-1.956321b | More information |
guile2.2-pfds | 0.3 | More information |
rust-predicates | 1.0.5 | More information |
texlive-inconsolata | 51265 | More information |
rust-racer-cargo-metadata | 0.1.1 | More information |
gnome-color-manager | 3.32.0 | More information |
font-sarasa-gothic | 0.12.7 | More information |
go-github-com-nwidger-jsoncolor | 0.3.0 | More information |
python-aws-xray-sdk | 2.6.0 | More information |
python-roifile | 2020.5.28 | More information |
beancount | 2.2.3 | More information |
antlr4 | 4.8 | More information |
miniasm | 0.3 | More information |
ecl-cl-cookie | 0.9.10-1.cea55ae | More information |
pass-tomb | 1.2 | More information |
rust-aes-gcm | 0.6.0 | More information |
rust-net2 | 0.2.33 | More information |
knotes | 20.04.1 | More information |
rust-dirs-sys | 0.3.5 | More information |
ghc-language-javascript | 0.7.0.0 | More information |
phockup | 1.5.9 | More information |
rust-error-chain | 0.11.0 | More information |
rust-sval | 0.5.2 | More information |
rust-arbitrary | 0.2.0 | More information |
rust-dispatch | 0.1.4 | More information |
rust-synstructure-test-traits | 0.1.0 | More information |
rust-proc-macro-hack | 0.5.19 | More information |
python-flake8-pyi | 20.5.0 | More information |
rust-hyper | 0.13.7 | More information |
saga | 7.6.2 | More information |
cl-sycamore | 0.0.20120604 | More information |
rust-serde-urlencoded | 0.5.5 | More information |
rust-gio | 0.8.1 | More information |
guile3.0-colorized | 0.1 | More information |
rust-libm | 0.1.4 | More information |
rust-pest-meta | 2.1.2 | More information |
emacs-simple-modeline | 1.2-1.38973de | More information |
rust-phf | 0.7.24 | More information |
kmailcommon | 20.04.1 | More information |
rust-itertools | 0.9.0 | More information |
r-mboost | 2.9-3 | More information |
rust-plist | 1.0.0 | More information |
libqalculate | 3.8.0 | More information |
go-github-com-surge-glog | 0.0.0-1.2578deb | More information |
emacs-kana | 1.0.0-0.b239c3c | More information |
rust-tokio-mock-task | 0.1.1 | More information |
rust-gtk-rs-lgpl-docs | 0.1.18 | More information |
rust-assert-matches | 1.3.0 | More information |
rust-either | 1.5.3 | More information |
bjumblr | 1.4.2 | More information |
scantailor-advanced | 1.0.16-3d1e74e | More information |
rust-cty | 0.2.1 | More information |
osinfo-db | 20201011 | More information |
rust-progrs | 0.1.1 | More information |
ecl-cl-sqlite | 0.2.1 | More information |
chicken-iset | 2.2 | More information |
redsea | 0.18 | More information |
guile-ac-d-bus | 1.0.0-beta.0 | More information |
lmfit | 8.2.2 | More information |
r-rticles | 0.17 | More information |
python-certipy | 0.1.3 | More information |
nheko | 0.7.2 | More information |
rust-rust-hawktracer | 0.7.0 | More information |
ghc-cryptonite-conduit | 0.2.2 | More information |
r-spatstat-utils | 1.17-0 | More information |
sbcl-utm-ups | 1.0-0.780f1d8 | More information |
sequoia | 0.20.0 | More information |
ecl-cl-annot | 0.0.0-1.c99e69c | More information |
tuir | 1.29.0 | More information |
udevil | 0.4.4 | More information |
cl-form-fiddle | 1.1.0-0.e0c2359 | More information |
mypaint | 2.0.1 | More information |
ecl-cl-cffi-gtk | 0.11.2-2.e9a46df | More information |
rust-x11-dl | 2.18.5 | More information |
python-git-hammer | 0.3.1 | More information |
rust-failure | 0.1.7 | More information |
emacs-gdscript-mode | 1.4.0 | More information |
rust-indexmap | 1.6.1 | More information |
ghc-basic-prelude | 0.7.0 | More information |
rust-wasm-bindgen-futures | 0.4.19 | More information |
rust-core-foundation | 0.9.1 | More information |
r-perfmeas | 1.2.1 | More information |
qrcodegen-cpp | 1.6.0 | More information |
rust-float-cmp | 0.8.0 | More information |
sbcl-qmynd | 1.0.0-1.7e56daf | More information |
emacs-eshell-toggle | 0.10.0-1.ddfbe0a | More information |
emacs-dvc | 0.0.0-1.591 | More information |
cl-hu.dwim.common-lisp | 2015-07-09 | More information |
sbcl-cl-ascii-table | 0.0.0-1.d9f5e77 | More information |
liblouis | 3.15.0 | More information |
emacs-org-journal | 2.1.1 | More information |
ecl-simple-neural-network | 3.1 | More information |
rust-thread-local | 0.3.6 | More information |
go-github-com-errata-ai-vale | 2.4.0 | More information |
cl-constantfold | 0.1-1.0ff1d97 | More information |
swi-prolog | 8.3.10 | More information |
rust-psm | 0.1.10 | More information |
go-github-com-google-goterm | 0.0.1-1.fc88cf8 | More information |
xnec2c | 4.1.1 | More information |
rust-cesu8 | 1.1.0 | More information |
guile2.2-wisp | 1.0.3 | More information |
cl-trivial-download | 0.3-1.d247206 | More information |
rust-cairo-rs | 0.8.1 | More information |
rust-keccak | 0.1.0 | More information |
guile3.0-readline | 3.0.2 | More information |
ecl-cl-autowrap | 1.0-1.ae846d6 | More information |
python-hpack | 3.0.0 | More information |
rust-noop-proc-macro | 0.2.1 | More information |
rust-proptest | 0.9.6 | More information |
musl-cross | 0.1-3.a8a6649 | More information |
queen | 1.1 | More information |
rust-strsim | 0.6.0 | More information |
nbd | 3.20 | More information |
rust-toml | 0.2.1 | More information |
texlive-mathpazo | 51265 | More information |
kpimcommon | 20.04.1 | More information |
python-dropbox | 11.0.0 | More information |
dune-functions-openmpi | 2.7.0 | More information |
ecl-cl-fastcgi | 0.2-1.d576d20 | More information |
r-paradox | 0.6.0 | More information |
ruby-mkmf-lite | 0.3.2 | More information |
emacs-message-x | 1.23-0.5524de7 | More information |
python-pep-adapter | 2.0.5 | More information |
wireguard-tools | 1.0.20200827 | More information |
ecl-defpackage-plus | 1.0-0.5492e27 | More information |
rust-wait-timeout | 0.2.0 | More information |
rust-string | 0.2.1 | More information |
rust-errno | 0.2.4 | More information |
r-dygraphs | 1.1.1.6 | More information |
icedove | 78.6.0 | More information |
sbcl-clunit2 | 0.2.4-1.5e28343 | More information |
sbcl-stumpwm-stumptray | 0.0.1-2.920f8fc | More information |
java-javaparser | 3.16.1 | More information |
nfs4-acl-tools | 0.3.7 | More information |
rust-locale-config | 0.2.3 | More information |
ghc-protolude | 0.2.3 | More information |
sbcl-1am | 0.0-1.8b1da94 | More information |
r-latex2exp | 0.4.0 | More information |
guile2.2-rsvg | 2.18.1-0.05c6a2f | More information |
libosmo-dsp | 0.4.0 | More information |
cl-parachute | 1.1.1-0.ca04dd8 | More information |
python-re-assert | 1.1.0 | More information |
font-iosevka-curly-slab | 4.0.3 | More information |
emacs-html-to-hiccup | 1-0.50a52e2 | More information |
ecl-marshal | 1.3.0-1.eff1b15 | More information |
ghc-tabular | 0.2.2.7 | More information |
emacs-major-mode-hydra | 0.2.2 | More information |
rust-winapi | 0.2.8 | More information |
rust-ident-case | 1.0.1 | More information |
cl-nodgui | 0.0.5-1.bc59ed9 | More information |
rust-android-glue | 0.2.3 | More information |
rust-read-color | 1.0.0 | More information |
oil | 0.8.5 | More information |
rust-encoding-index-simpchinese | 1.20141219.5 | More information |
ocaml4.07-bin-prot | 0.11.0 | More information |
rust-lyon-path | 0.14.0 | More information |
lua-resty-shell | 0.03 | More information |
rust-tiff | 0.5.0 | More information |
r-tidymodels | 0.1.2 | More information |
mosquitto | 1.6.12 | More information |
ghc-repline | 0.2.0.0 | More information |
emacs-org-roam | 1.2.2 | More information |
ecl-myway | 0.1.0-1.2862300 | More information |
ecl-slime-swank | 2.26 | More information |
rust-security-framework | 2.0.0 | More information |
cl-numcl | 0.1.0-2.3e8d40b | More information |
ruby-ffi-rzmq | 2.0.7 | More information |
ruby-rubocop-performance | 1.7.1 | More information |
libxmlplusplus | 3.2.0 | More information |
guile2.2-guix | 1.2.0-8.7624ebb | More information |
maven-common-artifact-filters | 3.1.0 | More information |
openssh-sans-x | 8.4p1 | More information |
rust-security-framework | 0.2.4 | More information |
emacs-trashed | 1.9.0 | More information |
rust-addr2line | 0.9.0 | More information |
rust-servo-freetype-sys | 4.0.5 | More information |
r-hardhat | 0.1.5 | More information |
rust-console | 0.13.0 | More information |
r-mlr3measures | 0.3.0 | More information |
rust-glib | 0.10.3 | More information |
ghc-cassava-megaparsec | 2.0.1 | More information |
rust-regex-syntax | 0.3.9 | More information |
emacs-dired-git-info | 0.3.1-0.91d57e3 | More information |
guile2.2-syntax-highlight | 0.1 | More information |
ecl-lisp-namespace | 0.1-1.28107ca | More information |
ecl-numcl | 0.1.0-2.3e8d40b | More information |
rust-atty | 0.2.14 | More information |
emacs-glsl-mode | 2.4-0.b071120 | More information |
svt-hevc | 1.4.3 | More information |
sbcl-specialized-function | 0.0.0-2.dee56d2 | More information |
ghc-optional-args | 1.0.2 | More information |
go-github-com-emersion-go-imap-idle | 0.0.0-0.2704abd | More information |
python-brotli | 1.0.9 | More information |
emacs-eshell-syntax-highlighting | 0.2 | More information |
rust-tokio-rustls | 0.13.1 | More information |
sbcl-cl-autowrap | 1.0-1.ae846d6 | More information |
r-versions | 0.3 | More information |
rust-quickcheck | 0.8.5 | More information |
rust-smithay-client-toolkit | 0.6.4 | More information |
ruby-hocon | 1.3.1 | More information |
akonadi | 20.04.1 | More information |
rust-hashbrown | 0.5.0 | More information |
emacs-async-await | 1.1 | More information |
ebook-tools | 0.2.2 | More information |
ruby-hydra | 0.0-0.5abfa37 | More information |
midori | 9.0 | More information |
r-useful | 1.2.6 | More information |
emacs-lsp-lua-emmy | 0.1.0-1.ab53fb2 | More information |
guile2.0-filesystem | 0.1.0 | More information |
rust-console | 0.9.2 | More information |
guile3.0-squee | 0-1.7dcd22b | More information |
poezio | 0.13.1 | More information |
rust-pin-project | 0.4.22 | More information |
python-bottleneck | 1.3.2 | More information |
python-curio | 1.2 | More information |
emacs-helm-switch-to-repl | 0.1.1 | More information |
r-ash | 1.0-15 | More information |
guile-srfi-158 | 0.0.1 | More information |
gdc-toolchain | 10.2.0 | More information |
libxmlplusplus | 2.40.1 | More information |
rust-as-slice | 0.1.4 | More information |
rust-image | 0.21.3 | More information |
gcc | 10.2.0 | More information |
rust-piston-texture | 0.8.0 | More information |
rust-foreign-types-shared | 0.2.0 | More information |
kbdd | 0.7.1 | More information |
rust-pistoncore-glutin-window | 0.63.0 | More information |
gnome-online-miners | 3.34.0 | More information |
rust-jemalloc-sys | 0.1.8 | More information |
python-pytest-vcr | 1.0.2-1.4d6c7b3 | More information |
sbcl-cl-vectors | 0.1.5 | More information |
r-aws | 2.5 | More information |
rust-num-complex | 0.3.0 | More information |
r-iheatmapr | 0.5.1 | More information |
r-metrics | 0.1.4 | More information |
python-trytond-stock | 5.6.1 | More information |
ecl-salza2 | 2.0.9 | More information |
python-distlib | 0.3.1 | More information |
rust-itertools | 0.5.10 | More information |
emacs-orderless | 0.5 | More information |
rust-wayland-scanner | 0.23.6 | More information |
rust-lalrpop-util | 0.17.2 | More information |
rust-tower-util | 0.3.1 | More information |
emacs-powershell | 0.3-0.d1b3f95 | More information |
python-hyperkitty | 1.3.3 | More information |
abseil-cpp | 20200225.2 | More information |
r-rle | 0.9.2 | More information |
ocaml4.07-ppx-enumerate | 0.11.1 | More information |
libthai | 0.1.28 | More information |
rust-bstr | 0.2.12 | More information |
sbcl-cl-freetype2 | 1.1-0.96058da | More information |
axel | 2.17.10 | More information |
python-cmd2 | 1.0.2 | More information |
rust-quick-error | 1.2.3 | More information |
java-sonatype-aether-util | 1.7 | More information |
java-picocli | 4.3.2 | More information |
linux-libre-mips64el-fuloong2e | 5.10.4 | More information |
sbcl-deploy | 1.0.0-1.59fd497 | More information |
ecl-documentation-utils | 1.2.0-0.98630dd | More information |
r-kutils | 1.70 | More information |
python-pytelegrambotapi | 3.7.4 | More information |
opensbi-qemu-virt | 0.8 | More information |
cgoban | 1.9.14 | More information |
ocaml4.07-typerep | 0.11.0 | More information |
rust-scroll-derive | 0.10.1 | More information |
rust-sequoia-rfc2822 | 0.9.0 | More information |
ecl-cl-interpol | 0.2.6-1.1fd288d | More information |
sbcl-trivial-package-local-nicknames | 0.2 | More information |
cl-lquery | 3.2.1-1.8048111 | More information |
mrg | 0.1.4 | More information |
rust-console-error-panic-hook | 0.1.6 | More information |
cl-olc | 1.0-0.517e27f | More information |
rust-plotters | 0.2.12 | More information |
java-surefire-junit4 | 3.0.0-M4 | More information |
r-oenb | 0.0.1 | More information |
rust-tempfile | 2.2.0 | More information |
libtgvoip | 2.4.4 | More information |
rust-byteorder | 0.5.3 | More information |
rust-target-lexicon | 0.10.0 | More information |
rust-grep-cli | 0.1.5 | More information |
r-fds | 1.8 | More information |
rust-numtoa | 0.1.0 | More information |
go-github-com-alecthomas-repr | 0.0.1-1.4184120 | More information |
rust-jemallocator | 0.3.2 | More information |
perl-sql-abstract-classic | 1.91 | More information |
go-github-com-pmezard-go-difflib | 1.0.0 | More information |
rust-serde-cbor | 0.10.2 | More information |
rust-bytes | 0.4.12 | More information |
python-geopy | 2.0.0 | More information |
racket-minimal | 7.9 | More information |
rust-cast | 0.2.3 | More information |
nyacc | 1.03.0 | More information |
go-github-com-go-git-go-git-fixtures | 4.0.1 | More information |
cl-trivial-package-local-nicknames | 0.2 | More information |
rust-rustc-ap-rustc-index | 654.0.0 | More information |
emacs-helm-clojuredocs | 0.3-1.5a7f0f2 | More information |
go-github-com-emersion-go-sasl | 0.0.0-0.240c840 | More information |
rust-rdrand | 0.4.0 | More information |
rust-block-padding | 0.1.4 | More information |
ruby-cuke-modeler | 3.1.0 | More information |
gnome-commander | 1.10.3 | More information |
cl-sxql | 0.1.0-1.5aa8b73 | More information |
makepasswd | 0.5.4-1.3545d57 | More information |
rust-rawpointer | 0.2.1 | More information |
guile3.0-picture-language | 0.0.1-2.bf4600b | More information |
rust-trust-dns-rustls | 0.6.4 | More information |
cl-mcclim | 0.9.7-1.04cc542 | More information |
rust-which | 1.0.5 | More information |
rust-rayon-core | 1.7.1 | More information |
paperview | 0.0.1-1.9f8538e | More information |
python-validators | 0.14.2 | More information |
guile3.0-semver | 0.1.1 | More information |
curseofwar | 1.3.0 | More information |
rust-num-derive | 0.2.5 | More information |
rust-serde-big-array | 0.1.5 | More information |
kicad-packages3d | 5.1.6 | More information |
rust-lmdb-rkv | 0.14.0 | More information |
cl-antik | 0.0.0-1.e4711a6 | More information |
guile2.2-cairo | 1.11.1 | More information |
taisei | 1.3.1 | More information |
python-nose-random | 1.0.0 | More information |
python2-validators | 0.14.2 | More information |
python-covdefaults | 1.1.0 | More information |
rust-syntex-pos | 0.58.1 | More information |
rust-hyper-rustls | 0.17.1 | More information |
lib2geom | 1.0-3.17e0d21 | More information |
python-contextvars | 2.4 | More information |
rust-want | 0.2.0 | More information |
python-trytond-company | 5.6.0 | More information |
rust-pcre2 | 0.2.3 | More information |
rust-bitflags | 1.2.1 | More information |
ecl-hunchentoot | 1.2.38 | More information |
shakespeare-spl | 1.2.1 | More information |
gnu-arch | 1.3.5 | More information |
rust-pest | 2.1.1 | More information |
r-ztype | 0.1.0 | More information |
emacs-beancount | 2.2.3 | More information |
python-pysnptools | 0.4.11 | More information |
symengine | 0.6.0 | More information |
ruby-deep-merge | 1.2.1 | More information |
cl-clunit2 | 0.2.4-1.5e28343 | More information |
rust-pad | 0.1.6 | More information |
rust-openssl | 0.7.14 | More information |
python-autoflake | 1.3.1 | More information |
ecl-utm-ups | 1.0-0.780f1d8 | More information |
guile3.0-simple-zmq | 0.0.0-5.f8b7d81 | More information |
msopenh264 | 1.2.1 | More information |
qemacs | 0.3.3 | More information |
mercury | 20.06.1 | More information |
rust-bytes | 0.5.4 | More information |
libnma | 1.8.28 | More information |
guile3.0-config | 0.4.2 | More information |
rust-subtle | 1.0.0 | More information |
ecl-trivial-benchmark | 2.0.0-1.42d7673 | More information |
perl-lwp-useragent-cached | 0.08 | More information |
ecl-cl-lex | 1.1.3-1.f2dbbe2 | More information |
java-tunnelvisionlabs-antlr4 | 4.7.4 | More information |
java-asm-util | 8.0.1 | More information |
ecl-green-threads | 0.3-1.fff5ebe | More information |
rust-itertools-num | 0.1.3 | More information |
ghc-cassava | 0.5.2.0 | More information |
ecl-cl-inflector | 0.2-1.f1ab169 | More information |
maradns | 3.5.0007 | More information |
flamp | 2.2.05 | More information |
ecl-hu.dwim.common | 2015-07-09 | More information |
ghc-prettyprinter | 1.2.1.1 | More information |
python-translation-finder | 1.7 | More information |
rust-permutohedron | 0.2.4 | More information |
rust-ascii | 1.0.0 | More information |
java-hamcrest-library | 1.3 | More information |
ecl-clss | 0.3.1-1.2a8e861 | More information |
rust-nom | 3.2.1 | More information |
kristall | 0.3-1.204b08a | More information |
rust-git2 | 0.13.15 | More information |
python-daemonize | 2.5.0 | More information |
rust-metadeps | 1.1.2 | More information |
rust-winapi | 0.3.9 | More information |
emacs-qml-mode | 0.4 | More information |
rust-fixedbitset | 0.1.9 | More information |
rust-pcre2-sys | 0.2.5 | More information |
python-flask-restx | 0.2.0 | More information |
ocaml4.09-csexp | 1.3.2 | More information |
ruby-standard | 0.4.7 | More information |
rust-fst | 0.4.0 | More information |
gopkg-in-errgo-fmt-errors | 2.1.0 | More information |
r-rstatix | 0.6.0 | More information |
ldacbt | 2.0.2.3 | More information |
sbcl-zstd | 1.0-1.d144582 | More information |
rust-cachedir | 0.1.1 | More information |
python-sge | 1.7 | More information |
rust-tokio-tls | 0.2.1 | More information |
perl-test2-suite | 0.000072 | More information |
rust-encoding-index-singlebyte | 1.20141219.5 | More information |
rust-proc-macro2 | 0.3.8 | More information |
rust-proc-macro-error | 1.0.4 | More information |
rust-unicode-segmentation | 1.6.0 | More information |
go-gotest-tools-internal-source | 2.3.0 | More information |
sbcl-green-threads | 0.3-1.fff5ebe | More information |
emacs-next-pgtk | 28.0.50-0.d46a223 | More information |
rust-siphasher | 0.2.3 | More information |
go-github-com-ddevault-go-libvterm | 0.0.0-0.b7d861d | More information |
rust-mint | 0.5.4 | More information |
guile-lzlib | 0.0.2 | More information |
rust-peeking-take-while | 0.1.2 | More information |
r-crochet | 2.3.0 | More information |
ruby-rspec-given | 3.8.0 | More information |
rust-wasm-bindgen-test-macro | 0.2.50 | More information |
cl-zpb-ttf | 1.0.3 | More information |
r-brms | 2.14.4 | More information |
rust-headers | 0.2.3 | More information |
rust-gdi32-sys | 0.2.0 | More information |
emacs-keycast | 1.0.4 | More information |
rust-tokio-rustls | 0.10.3 | More information |
rust-quasi | 0.32.0 | More information |
rust-matrixmultiply | 0.2.3 | More information |
zrtpcpp | 4.6.6 | More information |
sbcl-cl-tga | 0.0.0-0.4dc2f7b | More information |
r-yardstick | 0.0.7 | More information |
libticables2 | 1.3.5 | More information |
rust-schannel | 0.1.16 | More information |
ghc-assoc | 1.0.1 | More information |
guile-srfi-145 | 0.0.1 | More information |
rust-gobject-sys | 0.9.1 | More information |
emacs-selectrum | 3.0 | More information |
cl-xmls | 3.0.2-1.18546f0 | More information |
ocaml4.07-gsl | 1.24.0 | More information |
python-xarray | 0.15.1 | More information |
rust-fsevent-sys | 2.0.1 | More information |
python-trytond-stock-supply | 5.6.1 | More information |
ghc-easytest | 0.2.1 | More information |
rust-duct | 0.13.0 | More information |
ecl-opticl | 0.0.0-0.e868441 | More information |
lf | 13 | More information |
megacmd | 1.1.0 | More information |
kxstitch | 2.2.0 | More information |
go-github-com-fatih-color | 1.8.0 | More information |
rust-term-size | 1.0.0-beta1 | More information |
ocaml4.07-ppx-base | 0.11.0 | More information |
go-github-com-klauspost-cpuid | 1.2.3 | More information |
bpftrace | 0.11.4 | More information |
rust-thin-slice | 0.1.1 | More information |
cl-gsll | 0.0.0-1.1a8ada2 | More information |
python2-zipp | 1.0.0 | More information |
mm-common | 1.0.2 | More information |
rust-syslog | 3.3.0 | More information |
rust-piston-float | 1.0.0 | More information |
webssh | 1.5.3 | More information |
rust-lazy-static | 0.1.16 | More information |
emacs-quickrun | 2.3.1 | More information |
rust-strsim | 0.9.3 | More information |
rust-memchr | 0.1.11 | More information |
ecl-clesh | 0.0.0-1.44e96e0 | More information |
rust-unicase | 2.6.0 | More information |
python-devtools | 0.6 | More information |
ksystemlog | 20.04.1 | More information |
rust-encoding | 0.2.33 | More information |
python2-pyfaidx | 0.5.8 | More information |
python-gorilla | 0.3.0 | More information |
libhangul | 0.1.0 | More information |
esound | 0.2.41 | More information |
rust-argon2rs | 0.2.5 | More information |
ecl-clx-xembed | 0.1-1.a5c4b84 | More information |
rust-openssl-sys | 0.7.17 | More information |
libccd | 2.1 | More information |
rust-rust-argon2 | 0.7.0 | More information |
sdcv | 0.5.3 | More information |
rust-difference | 2.0.0 | More information |
ruby-sys-filesystem | 1.3.4 | More information |
r-kmer | 1.1.2 | More information |
rust-partial-io | 0.3.1 | More information |
foot | 1.5.4 | More information |
go-github-com-xanzy-ssh-agent | 0.2.1 | More information |
r-pcatools | 2.2.0 | More information |
rust-andrew | 0.2.1 | More information |
rust-pangocairo | 0.8.0 | More information |
python-trytond-analytic-account | 5.6.0 | More information |
guile3.0-opengl | 0.1.0 | More information |
rust-openssl-sys | 0.9.58 | More information |
sbcl-defpackage-plus | 1.0-0.5492e27 | More information |
python-bitstruct | 8.9.0 | More information |
rust-lab | 0.8.1 | More information |
r-mscoreutils | 1.2.0 | More information |
python-evdev | 1.3.0 | More information |
python2-fuzzywuzzy | 0.18.0 | More information |
rust-regex | 0.2.11 | More information |
lua5.2-ossl | 20170903 | More information |
rust-zoneinfo-compiled | 0.4.8 | More information |
r-oai | 0.3.0 | More information |
dragonfly-reverb | 3.2.1 | More information |
sbcl-stumpwm-ttf-fonts | 0.0.1-2.920f8fc | More information |
rust-dirs | 3.0.1 | More information |
java-surefire-common-junit3 | 3.0.0-M4 | More information |
kldap | 20.04.1 | More information |
perl-crypt-cbc | 2.33 | More information |
node-color-name | 1.1.3 | More information |
rust-trust-dns-resolver | 0.11.1 | More information |
rust-cexpr | 0.2.3 | More information |
jsonrpc-glib | 3.34.0 | More information |
rust-ufmt-macros | 0.1.1 | More information |
rust-line-wrap | 0.1.1 | More information |
iqa | 1.1.2 | More information |
rust-parking-lot | 0.8.0 | More information |
lodepng | 20200215-1.48e5364 | More information |
go-github-com-google-go-github | 26.1.3 | More information |
ecl-kmrcl | 1.111-1.4a27407 | More information |
ecl-sxql | 0.1.0-1.5aa8b73 | More information |
python-watchdog | 0.9.0 | More information |
guile3.0-mcron | 1.2.0 | More information |
rust-string-cache-shared | 0.3.0 | More information |
rust-block-buffer | 0.7.3 | More information |
ocaml4.07-gsl | 1.19.3 | More information |
emacs-elegant-agenda-mode | 0.1.0-1.c72f42e | More information |
r-forge | 0.2.0 | More information |
emacs-mwim | 0.4-0.b4f3edb | More information |
rust-bzip2 | 0.4.1 | More information |
fullswof-2d | 1.09.01 | More information |
rust-pango-sys | 0.9.1 | More information |
go-gotest-tools-internal-format | 2.3.0 | More information |
python-keyrings.alt | 3.4.0 | More information |
python-jose | 3.2.0 | More information |
perl-config-grammar | 1.13 | More information |
rust-encoding-index-japanese | 1.20141219.5 | More information |
python-yq | 2.11.1 | More information |
rust-libsqlite3-sys | 0.18.0 | More information |
python-unpaddedbase64 | 1.1.0 | More information |
fogpad | 1.0.0 | More information |
rust-st-map | 0.1.4 | More information |
rust-derive-builder-core | 0.9.0 | More information |
ecl-cl-csv | 1.0.6-2.68ecb5d | More information |
opendoas | 6.8 | More information |
rust-x86 | 0.33.0 | More information |
rust-thread-id | 3.3.0 | More information |
ruby-sorcerer | 2.0.1 | More information |
rust-typed-headers | 0.1.1 | More information |
kmessagelib | 20.04.1 | More information |
gpsd | 3.21 | More information |
ronn-ng | 0.9.1 | More information |
rust-xml5ever | 0.16.1 | More information |
emacs-inf-janet | 0.1.0-1.df46651 | More information |
rust-syntect | 3.3.0 | More information |
sbcl-livesupport | 0.0.0-1.71e6e41 | More information |
libticonv | 1.1.5 | More information |
dear-imgui | 1.79 | More information |
cl-archive | 0.9-1.631271c | More information |
rust-serde-big-array | 0.2.0 | More information |
emacs-habitica | 1.0-1.c45c602 | More information |
python2-pyqtwebengine | 5.14.0 | More information |
ruby-pry-stack-explorer | 0.5.1 | More information |
lure-es | 1.1 | More information |
libavif | 0.8.4 | More information |
python-flake8-bugbear | 20.1.4 | More information |
curlpp | 0.8.1 | More information |
python-cloudscraper | 1.2.48 | More information |
python2-parallel | 1.6.4.4 | More information |
rust-inflector | 0.11.4 | More information |
ecl-serapeum | 0.0.0-3.c5e352a | More information |
rust-ascii-canvas | 2.0.0 | More information |
go-etcd-io-bbolt | 1.3.5 | More information |
emacs-slime-volleyball | 1.1.7 | More information |
exfatprogs | 1.0.4 | More information |
apache-thrift | 0.13.0 | More information |
rust-onig-sys | 69.6.0 | More information |
rust-gdk-sys | 0.10.0 | More information |
rust-rand-isaac | 0.2.0 | More information |
guile-mkdir-p | 1.0.1 | More information |
rust-terminal-size | 0.1.13 | More information |
cl-qmynd | 1.0.0-1.7e56daf | More information |
r-adapsamp | 1.1.1 | More information |
rust-tinyvec | 0.3.4 | More information |
rust-sct | 0.6.0 | More information |
emacs-modalka | 0.1.5 | More information |
rust-gdk | 0.13.2 | More information |
emacs-company-reftex | 0.1.0 | More information |
r-rxnat | 1.0.14 | More information |
rust-socket2 | 0.3.18 | More information |
ruby-binding-of-caller | 0.8.0 | More information |
rust-demo-hack-impl | 0.0.5 | More information |
sysprof | 3.36.0 | More information |
python-voluptuous | 0.11.7 | More information |
sbcl-fset | 1.3.2-1.6d2f9de | More information |
rust-raw-cpuid | 8.1.2 | More information |
get-iplayer | 3.26 | More information |
rust-winutil | 0.1.1 | More information |
python-sop | 0.2.0 | More information |
rust-ufmt | 0.1.0 | More information |
xarchiver | 0.5.4.16 | More information |
rust-unicode-width | 0.1.8 | More information |
lld | 11.0.0 | More information |
r-stam | 0.0-1 | More information |
rust-syntex | 0.58.1 | More information |
rust-is-executable | 0.1.2 | More information |
fiano-fmap | 5.0.0 | More information |
rust-tokio | 0.3.5 | More information |
rust-num-cpus | 1.13.0 | More information |
rust-cookie-store | 0.7.0 | More information |
r-altmeta | 3.2 | More information |
ecl-lw-compat | 1.0.0-1.aabfe28 | More information |
rust-rspec | 1.0.0-beta.4 | More information |
sbcl-pngload | 2.0.0 | More information |
python-tifffile | 2020.6.3 | More information |
sbcl-dissect | 1.0.0-1.cffd384 | More information |
thin-provisioning-tools | 0.8.5 | More information |
python-cantools | 33.1.1 | More information |
kidentitymanagement | 20.04.1 | More information |
rust-rustc-std-workspace-std | 1.0.1 | More information |
guile3.0-ics | 0.2.0 | More information |
cl-claw-support | 1.0.0 | More information |
rust-predicates-tree | 0.9.0 | More information |
ruby-cucumber-html-formatter | 7.0.0 | More information |
ecl-lquery | 3.2.1-1.8048111 | More information |
rust-rgb | 0.8.20 | More information |
rust-is-macro | 0.1.8 | More information |
ruby-spectroscope | 0.1.0 | More information |
emacs-xclip | 1.10 | More information |
cl-dbi | 0.9.4-1.31c4686 | More information |
ecl-datafly | 0.1-1.adece27 | More information |
ecl-kebab | 0.1-1.e7f7764 | More information |
stb-rect-pack | 1.00 | More information |
jgmenu | 4.1.0 | More information |
rust-color-quant | 1.0.1 | More information |
r-dae | 3.1-32 | More information |
ruby-fakefs | 1.2.2 | More information |
gnome-boxes | 3.36.6 | More information |
ruby-pry-byebug | 3.9.0 | More information |
sbcl-clml | 0.0.0-0.95505b5 | More information |
ecl-iolib | 0.8.3-2.7f5ea3a | More information |
rust-measureme | 0.7.1 | More information |
rust-zip | 0.5.6 | More information |
rust-parity-wasm | 0.40.3 | More information |
go-github-com-alecthomas-assert | 0.0.1-1.405dbfe | More information |
rust-test-assembler | 0.1.5 | More information |
cl-xmlspam | 0.0.0-1.ea06abc | More information |
r-perm | 1.0-0.0 | More information |
rust-pq-sys | 0.4.6 | More information |
ruby-regexp-parser | 2.0.0 | More information |
cl-osicat | 0.7.0-1.de0c18a | More information |
ssss | 0.5 | More information |
java-plexus-digest | 1.2 | More information |
rust-rustc-std-workspace-core | 1.0.0 | More information |
r-lpme | 1.1.1 | More information |
rust-bindgen | 0.54.1 | More information |
emacs-psc-ide | 0.1.0-1.7fc2b84 | More information |
go-github-com-bmatcuk-doublestar | 1.3.0 | More information |
emacs-org-generate | 1.0.0 | More information |
rust-tokio-net | 0.2.0-alpha.4 | More information |
rust-grep-matcher | 0.1.4 | More information |
ecl-clump | 0.0.0-1.1ea4dba | More information |
baloo-widgets | 20.04.1 | More information |
gqrx | 2.13.5 | More information |
cl-bordeaux-fft | 1.0.1-0.4a1f560 | More information |
rust-rand-distr | 0.2.2 | More information |
perl-crypt-mysql | 0.04 | More information |
java-tunnelvisionlabs-antlr4-runtime-annotations | 4.7.4 | More information |
rust-version-check | 0.1.5 | More information |
sbcl-cl-mustache | 0.12.1 | More information |
go-github-com-cespare-xxhash | 2.1.0 | More information |
rust-tiff | 0.2.2 | More information |
rust-futures-sink-preview | 0.3.0-alpha.19 | More information |
ruby-unindent | 1.0 | More information |
r-mi | 1.0 | More information |
julius | 1.5.1 | More information |
qmapshack | 1.14.0 | More information |
node-statsd-parser | 0.0.4 | More information |
pamixer | 1.4 | More information |
emacs-janet-mode | 0.1.0-1.2f5bcab | More information |
rust-tokio-executor | 0.1.7 | More information |
ecl-lambda-fiddle | 1.0.0-1.d16bba5 | More information |
libwhich | 1.1.0 | More information |
ghc-yesod-test | 1.6.9 | More information |
icedove-wayland | 78.6.0 | More information |
r-biocio | 1.0.1 | More information |
rust-memmap | 0.2.3 | More information |
rust-rand-xorshift | 0.2.0 | More information |
rust-bitflags | 0.9.1 | More information |
vim-asyncrun | 2.7.5 | More information |
rust-derive-builder | 0.5.1 | More information |
python-pyopengl | 3.1.5 | More information |
rust-typemap | 0.3.3 | More information |
python-pycryptodomex | 3.9.9 | More information |
notification-daemon | 3.20.0 | More information |
r-brio | 1.1.0 | More information |
neverball | 1.6.0-1.760a25d | More information |
ufetch | 0.2-1.98b6220 | More information |
lua5.1-ossl | 20170903 | More information |
rust-ansi-colours | 1.0.1 | More information |
libqglviewer | 2.7.2 | More information |
guile3.0-ncurses-with-gpm | 3.0 | More information |
g-golf | 0.1.0-839.ef83010 | More information |
python-typing-inspect | 0.6.0 | More information |
sbcl-glyphs | 0.0.0-1.1ff5714 | More information |
python-trio-typing | 0.5.0 | More information |
rust-peg-runtime | 0.6.2 | More information |
rust-lexical-core | 0.4.2 | More information |
sbcl-eager-future2 | 0.0.0-1.54df8ef | More information |
go-golang-org-x-sync | 0.0.0-1.6e8e738 | More information |
offlate | 0.5 | More information |
rust-hkdf | 0.9.0 | More information |
sbcl-lisp-unit2 | 0.2.0-1.fb97215 | More information |
cl-hdf5-cffi | 1.8.18-1.5b5c88f | More information |
rust-alloc-stdlib | 0.2.1 | More information |
sbcl-array-operations | 0.0.0-0.75cbc3b | More information |
rust-jpeg-decoder | 0.1.18 | More information |
python-jsondiff | 1.2.0 | More information |
pandoc | 2.7.3 | More information |
gerbil | 0.16 | More information |
cl-eager-future2 | 0.0.0-1.54df8ef | More information |
ztoolkit | 0.1.1 | More information |
r-boruta | 7.0.0 | More information |
rust-alga | 0.9.3 | More information |
python-pytest-lazy-fixture | 0.6.3 | More information |
ecl-gsll | 0.0.0-1.1a8ada2 | More information |
rust-radix-fmt | 1.0.0 | More information |
rust-cssparser | 0.25.9 | More information |
fsarchiver | 0.8.5 | More information |
ktnef | 20.04.1 | More information |
ecl-drakma | 2.0.7 | More information |
rust-interpolation | 0.2.0 | More information |
font-libertinus | 6.12 | More information |
tepl | 4.4.0 | More information |
altermime | 0.3.11 | More information |
rust-tokio-socks | 0.3.0 | More information |
python-shellescape | 3.8.1 | More information |
guile-lens | 0.1-0.14b15d0 | More information |
rust-colored | 1.9.3 | More information |
r-isoband | 0.2.3 | More information |
rust-digest | 0.6.2 | More information |
python-pytest-forked | 1.1.3 | More information |
python-sanic | 20.9.1 | More information |
rust-kernel32-sys | 0.2.2 | More information |
xdg-desktop-portal | 1.7.2 | More information |
rust-khronos-api | 3.1.0 | More information |
emacs-exwm-no-x-toolkit | 0.24 | More information |
aws-c-event-stream | 0.1.6 | More information |
python-lark-parser | 0.9.0 | More information |
guile3.0-ncurses | 3.0 | More information |
gnome-music | 3.34.5 | More information |
python-h11 | 0.9.0 | More information |
java-surefire-parent-pom | 3.0.0-M4 | More information |
rust-mio-anonymous-pipes | 0.1.0 | More information |
bshapr | 0.9 | More information |
rust-itertools | 0.7.11 | More information |
rust-tokio-rustls | 0.12.2 | More information |
sbcl-antik-base | 0.0.0-1.e4711a6 | More information |
emacs-counsel-jq | 1.0.0-0.aaf33fc | More information |
rust-objc-exception | 0.1.2 | More information |
rust-erased-serde | 0.3.11 | More information |
ecl-hu.dwim.common-lisp | 2015-07-09 | More information |
python-moto | 1.3.16.dev134 | More information |
sbcl-opticl | 0.0.0-0.e868441 | More information |
ruby-maxitest | 3.6.0 | More information |
ttaenc | 3.4.1 | More information |
python-libcst | 0.3.8 | More information |
rust-security-framework-sys | 0.2.4 | More information |
rust-gdk-pixbuf-sys | 0.9.1 | More information |
emacs-auto-dictionary-mode | 1.1 | More information |
python-pydub | 0.24.1 | More information |
guile2.2-ics | 0.2.0 | More information |
portablexdr | 4.9.1 | More information |
rust-onig-sys | 69.2.0 | More information |
python-mastodon-py | 1.5.1 | More information |
emacs-windsize | 0.1-1.62c2846 | More information |
ecl-parse-number | 1.7 | More information |
sbcl-gsll | 0.0.0-1.1a8ada2 | More information |
burgerspace | 1.9.3 | More information |
ruby-kpeg | 1.1.0 | More information |
bcunit | 3.0.2 | More information |
libiberty | 7.5.0 | More information |
r-spectrum | 1.1 | More information |
rust-better-panic | 0.2.0 | More information |
emacs-highlight-indent-guides | 0.8.5-0.c2c9de4 | More information |
rust-futures-util | 0.3.8 | More information |
rust-utf8parse | 0.1.1 | More information |
cl-ana | 0.0.0-1.fa7cee4 | More information |
rust-bigdecimal | 0.2.0 | More information |
python-querystring-parser | 1.2.4 | More information |
rust-version-compare | 0.0.11 | More information |
ghc-generic-random | 1.3.0.1 | More information |
go-github-com-google-go-cmp-cmp | 0.5.2 | More information |
rust-libgit2-sys | 0.8.2 | More information |
rust-futures-select-macro-preview | 0.3.0-alpha.19 | More information |
idesk | 0.7.5 | More information |
lure-fr | 1.1 | More information |
rust-tokio-sync | 0.1.6 | More information |
rust-mac | 0.1.1 | More information |
r-rismed | 2.2 | More information |
rust-cocoa | 0.19.1 | More information |
rust-serde-test | 1.0.113 | More information |
ecl-cl-rdkafka | 1.0.2 | More information |
rust-ct-logs | 0.7.0 | More information |
dune-pdelab-openmpi | 2.7.0-git-476fe437 | More information |
r-tidyposterior | 0.0.3 | More information |
libwuya | 0.0-1.8835020 | More information |
ecl-cl-gobject-introspection | 0.3-0.7b703e2 | More information |
python-sniffio | 1.1.0 | More information |
ecl-flexichain | 1.5.1 | More information |
rust-compiletest-rs | 0.2.10 | More information |
emacs-mood-line | 1.2.4 | More information |
ghc-prettyprinter | 1.6.1 | More information |
r-adapenetclass | 1.2 | More information |
go-github-com-muesli-reflow-ansi | 0.1.0 | More information |
rust-loom | 0.3.6 | More information |
rust-smithay-clipboard | 0.3.6 | More information |
sbcl-lw-compat | 1.0.0-1.aabfe28 | More information |
emacs-flymake-shellcheck | 0.1-0.78956f0 | More information |
ecl-cl-str | 0.19 | More information |
rust-error-chain | 0.10.0 | More information |
python-trytond-account-invoice | 5.6.1 | More information |
rust-yaml-rust | 0.4.4 | More information |
rust-cloudabi | 0.0.3 | More information |
rust-scroll | 0.10.1 | More information |
rust-syn | 0.13.11 | More information |
libktorrent | 2.1.1 | More information |
go-github-com-rifflock-lfshook | 2.4 | More information |
kmailimporter | 20.04.1 | More information |
rust-idna | 0.2.0 | More information |
rust-generic-array | 0.14.2 | More information |
texlive-microtype | 51265 | More information |
font-gnu-freefont | 20120503 | More information |
ocaml4.07-ezjsonm | 1.1.0 | More information |
rust-rpassword | 5.0.0 | More information |
sbcl-trivial-indent | 1.0.0-0.2d01694 | More information |
cfunge | 0.9.0 | More information |
npiet | 1.3f | More information |
cl-progress-bar | 0.0.0-1.9374170 | More information |
emacs-typit | 0.2.1-1.231cb7d | More information |
libdmapsharing | 3.9.10 | More information |
sbcl-contextl | 1.0.0-1.5d18a71 | More information |
grokmirror | 2.0.5 | More information |
emacs-magit-annex | 1.7.1-1.ef5dce6 | More information |
perl-lingua-en-sentence | 0.31 | More information |
cl-base32 | 0.1-1.8cdee06 | More information |
python-libsass | 0.20.1 | More information |
rust-loom | 0.2.13 | More information |
java-antlr4-runtime | 4.8 | More information |
grass | 7.8.5 | More information |
emacs-org-superstar | 1.4.0 | More information |
uriparser | 0.9.4-1.25dddb1 | More information |
python-zstandard | 0.13.0 | More information |
ecl-dbi | 0.9.4-1.31c4686 | More information |
gnuradio-iqbalance | 0.38.1 | More information |
rust-stream-cipher | 0.4.1 | More information |
libofx | 0.9.15 | More information |
emacs-hlint-refactor-mode | 0.0.1-1.c4307f8 | More information |
ghc-repline | 0.3.0.0 | More information |
rust-cblas-sys | 0.1.4 | More information |
emacs-haskell-snippets | 0.1.0-0.07b0f46 | More information |
rust-fluid-attributes | 0.4.0 | More information |
rust-hmac | 0.7.1 | More information |
guile2.2-sjson | 0.2.1 | More information |
piet-toolchain | 0.0.0-0.f002ff6 | More information |
python2-weave | 0.16.0 | More information |
bzrtp | 1.0.6 | More information |
rust-cexpr | 0.3.6 | More information |
r-bezier | 1.1.2 | More information |
rust-bytemuck | 1.4.0 | More information |
python-mujson | 1.4 | More information |
mpich | 3.3.2 | More information |
bzflag | 2.4.20 | More information |
emacs-racer | 1.2 | More information |
emacs-with-simulated-input | 2.4 | More information |
r-topicmodels | 0.2-11 | More information |
go-github-com-alecthomas-colour | 0.1.0 | More information |
cl-deploy | 1.0.0-1.59fd497 | More information |
python-textparser | 0.23.0 | More information |
python-pykeepass | 3.2.1 | More information |
ecl-pngload | 2.0.0 | More information |
rust-serde-bytes | 0.10.5 | More information |
rust-plist | 0.4.2 | More information |
rust-lazycell | 1.2.1 | More information |
python-pytest-ordering | 0.6 | More information |
protonvpn-cli | 2.2.6 | More information |
ecl-cl-z85 | 1.0-1.85b3951 | More information |
python-commonmark | 0.9.1 | More information |
rust-sct | 0.5.0 | More information |
ruby-rexml | 3.2.4 | More information |
reprepro | 5.3.0 | More information |
python-plaster | 1.0 | More information |
librocket | 1.3.0.0 | More information |
cl-ltk | 0.992 | More information |
rust-glutin | 0.22.0-alpha5 | More information |
gtk-layer-shell | 0.1.0 | More information |
rust-wayland-commons | 0.21.13 | More information |
ecl-osicat | 0.7.0-1.de0c18a | More information |
r-spatstat-data | 1.5-2 | More information |
go-github-com-alecthomas-chroma | 0.8.0 | More information |
rust-gif | 0.10.3 | More information |
rust-tokio-socks | 0.2.2 | More information |
rust-inflections | 1.1.1 | More information |
fcitx5 | 5.0.3 | More information |
python-h2 | 3.2.0 | More information |
wsjtx | 2.2.2 | More information |
python-flask-session | 0.3.2 | More information |
rust-wasm-bindgen-test | 0.2.50 | More information |
rust-sysctl | 0.4.0 | More information |
tesseract-engine | 20200615-2411 | More information |
rust-resolv-conf | 0.6.3 | More information |
rust-hashbrown | 0.9.1 | More information |
rust-size-format | 1.0.2 | More information |
mmm | 0.1.1 | More information |
rust-rand-hc | 0.1.0 | More information |
shelltestrunner | 1.9 | More information |
rust-futures-cpupool | 0.1.8 | More information |
kincidenceeditor | 20.04.1 | More information |
emacs-dhall-mode | 0.1.3-1.484bcf8 | More information |
cl-environments | 0.2.3-1.0b22154 | More information |
ecl-stefil | 0.1-0.0398548 | More information |
vlang | 0.1.29 | More information |
libnatpmp | 20150609 | More information |
wireguard-linux-compat | 1.0.20201112 | More information |
guile-xapian | 0.1.0 | More information |
rust-mime-guess | 2.0.3 | More information |
guile2.2-parted | 0.0.4 | More information |
rust-crossterm | 0.13.3 | More information |
rust-html5ever | 0.24.1 | More information |
anki | 2.1.16 | More information |
r-spacyr | 1.2.1 | More information |
rust-blas-sys | 0.7.1 | More information |
rust-dirs | 2.0.2 | More information |
python-pyqtwebengine | 5.14.0 | More information |
cl-mito | 0.1-1.d3b9e37 | More information |
go-github-com-dlclark-regexp2 | 1.2.0 | More information |
cl-rove | 0.9.6 | More information |
gst-editing-services | 1.18.1 | More information |
emacs-counsel-notmuch | 1.0-0.a4a1562 | More information |
bootterm | 0.1 | More information |
r-survminer | 0.4.8 | More information |
texlive-biblatex | 51265 | More information |
webrtc-audio-processing | 0.3.1 | More information |
go-github-com-spf13-afero | 1.2.2 | More information |
sideload | 1.1.1 | More information |
guile2.2-gdbm-ffi | 20120209.fa1d5b6 | More information |
rust-servo-fontconfig | 0.4.0 | More information |
ghc-utf8-light | 0.4.2 | More information |
cl-gtype | 0.1-2.2442e32 | More information |
python-sgp4 | 2.12 | More information |
cl-kebab | 0.1-1.e7f7764 | More information |
rust-stream-cipher | 0.3.0 | More information |
rust-ahash | 0.4.4 | More information |
python-capablerobot-usbhub | 0.2.7 | More information |
squid | 4.13 | More information |
ecl-md5 | 2.0.4 | More information |
bbswitch-module | 0.8-1.ddbd243 | More information |
imv | 4.1.0 | More information |
go-github-com-twmb-murmur3 | 1.1.3 | More information |
tup | 0.7.9 | More information |
loko-scheme | 0.7.0 | More information |
rust-gdk-pixbuf | 0.8.0 | More information |
rust-base64 | 0.10.1 | More information |
rust-aesni | 0.7.0 | More information |
ghc-yesod-static | 1.6.0.1 | More information |
r-rstantools | 2.1.1 | More information |
ecl-plump | 2.0.0-1.34f890f | More information |
rust-sha-1 | 0.8.2 | More information |
cl-pzmq | 0.0.0-1.7c7390e | More information |
rust-trust-dns-resolver | 0.19.5 | More information |
r-adaptalint | 0.2.4 | More information |
rust-mio | 0.7.6 | More information |
java-pep-adapter | 2.0.5 | More information |
rust-parking-lot | 0.11.0 | More information |
rust-libflate-lz77 | 1.0.0 | More information |
python-trytond-account-invoice-stock | 5.6.0 | More information |
sparse | 0.6.3 | More information |
ocaml-version | 3.0.0 | More information |
cl-contextl | 1.0.0-1.5d18a71 | More information |
r-openmx | 2.18.1 | More information |
gnome-shell-extension-gsconnect | 33 | More information |
rust-pin-project-lite | 0.2.0 | More information |
python-titlecase | 0.12.0 | More information |
r-hunspell | 3.0 | More information |
alacritty | 0.4.1 | More information |
rust-futures-io-preview | 0.3.0-alpha.19 | More information |
python-hstspreload | 2020.10.20 | More information |
rust-piston-shaders-graphics2d | 0.3.1 | More information |
sbcl-com.gigamonkeys.binary-data | 0.0.0-0.22e9089 | More information |
java-tunnelvisionlabs-antlr4-runtime | 4.7.4 | More information |
guile3.0-syntax-highlight | 0.1 | More information |
rust-napi | 0.5.1 | More information |
photoflare | 1.6.6 | More information |
rust-phf-generator | 0.8.0 | More information |
ghc-pwstore-fast | 2.4.4 | More information |
ecl-regex | 1-1.fbc9a9f | More information |
lua-ldoc | 1.4.6 | More information |
bindfs | 1.14.8 | More information |
emacs-elm-mode | 0.21.0 | More information |
python-k5test | 0.9.2 | More information |
python-xattr | 0.9.7 | More information |
ublock-origin-chromium | 1.32.4 | More information |
rust-rayon | 0.8.2 | More information |
rust-atom | 0.3.5 | More information |
rust-mime | 0.3.16 | More information |
rust-path-abs | 0.5.0 | More information |
epson-inkjet-printer-escpr | 1.7.8 | More information |
lua-cqueues | 20171014 | More information |
r-binman | 0.1.2 | More information |
guile2.2-newt | 0.0.2 | More information |
graphite-web | 1.1.7 | More information |
rust-stdweb-internal-test-macro | 0.1.1 | More information |
python2-importlib-metadata | 1.5.0 | More information |
cl-napa-fft3 | 0.0.1-0.f2d9614 | More information |
rust-gdk | 0.12.1 | More information |
rust-tracing | 0.1.22 | More information |
rust-byteorder | 1.3.4 | More information |
rust-synstructure | 0.10.2 | More information |
rust-quote | 1.0.7 | More information |
python-arcp | 0.2.1 | More information |
rust-bit-vec | 0.5.1 | More information |
python-purl | 1.5 | More information |
rust-stdweb-internal-runtime | 0.1.5 | More information |
emacs-embark | 0.6-0.dc20b4e | More information |
r-motifdb | 1.32.0 | More information |
fiano-utk | 5.0.0 | More information |
rust-fake-simd | 0.1.2 | More information |
libquicktime | 1.2.4 | More information |
cxxopts | 2.2.1 | More information |
python-csscompressor | 0.9.5 | More information |
libolm | 3.2.1 | More information |
rust-scrypt | 0.3.0 | More information |
v4l2loopback-linux-module | 0.12.5 | More information |
rust-alga-derive | 0.9.2 | More information |
maven-enforcer-api | 3.0.0-M3 | More information |
kicad-templates | 5.1.6 | More information |
cl-mgrs | 1.0-0.0045546 | More information |
pocketsphinx | 5prealpha | More information |
rust-ansi-term | 0.9.0 | More information |
r-bdgraph | 2.63 | More information |
python-http-ece | 1.1.0 | More information |
sbcl-stumpwm-net | 0.0.1-2.920f8fc | More information |
cl-glyphs | 0.0.0-1.1ff5714 | More information |
python-random2 | 1.0.1 | More information |
memkind | 1.10.1 | More information |
rust-timebomb | 0.1.2 | More information |
rust-fern | 0.6.0 | More information |
elementary-xfce-icon-theme | 0.15.1 | More information |
rust-rustls | 0.16.0 | More information |
rust-hex | 0.4.2 | More information |
rust-crossterm-winapi | 0.4.0 | More information |
qoauth | 2.0.0 | More information |
r-ecp | 3.1.3 | More information |
go-github-com-andybalholm-cascadia | 1.0.0 | More information |
python-xmlschema | 1.1.2 | More information |
r-rserve | 1.8-6 | More information |
rust-pbkdf2 | 0.4.0 | More information |
rust-inflate | 0.4.5 | More information |
rust-futures-executor-preview | 0.3.0-alpha.19 | More information |
ghc-pattern-arrows | 0.0.2 | More information |
python-asynctest | 0.13.0 | More information |
rust-term | 0.6.1 | More information |
java-asm-analysis | 8.0.1 | More information |
python-slixmpp | 1.5.2 | More information |
ocaml4.07-lambda-term | 2.0.2 | More information |
guile2.2-present | 0.3.0 | More information |
sbcl-html-entities | 0.02-1.4af0180 | More information |
go-golang.org-x-sync-errgroup | 0.0.0-0.cd5d95a | More information |
rust-gdk-sys | 0.9.1 | More information |
superfamiconv | 0.8.8 | More information |
python-rawkit | 0.6.0 | More information |
clapack | 3.2.1 | More information |
emacs-org-drill-table | 0.1-0.096387d | More information |
guile-zlib | 0.0.1 | More information |
rust-crossbeam | 0.7.3 | More information |
rust-quickcheck-macros | 0.8.0 | More information |
ecl-contextl | 1.0.0-1.5d18a71 | More information |
cl-abnf | 0.0.0-1.ba1fbb1 | More information |
python-gphoto2 | 2.2.1 | More information |
rust-parking-lot-core | 0.6.2 | More information |
rust-inotify | 0.6.1 | More information |
cl-vom | 0.1.4-1.1aeafeb | More information |
zxing-cpp | 1.0.8 | More information |
rtl-433 | 20.02 | More information |
r-proxyc | 0.1.5 | More information |
ruby-octokit | 4.18.0 | More information |
sbcl-cl-jpeg | 2.8-1.ec55703 | More information |
rust-winit | 0.19.5 | More information |
rust-hashlink | 0.6.0 | More information |
rust-tokio-openssl | 0.3.0 | More information |
rust-lscolors | 0.7.1 | More information |
rust-inotify-sys | 0.1.3 | More information |
rust-block-cipher-trait | 0.4.2 | More information |
rust-opaque-debug | 0.3.0 | More information |
ecl-graph | 0.0.0-0.78bf9ec | More information |
rtl8821ce-linux-module | 0.0.0-2.14b536f | More information |
rust-normalize-line-endings | 0.2.2 | More information |
python-qtpy | 1.9.0 | More information |
rust-gfx-core | 0.9.2 | More information |
python-scikit-rebate | 0.6 | More information |
rust-tokio-io | 0.1.13 | More information |
rust-edit-distance | 2.1.0 | More information |
go-github-com-surgebase-porter2 | 0.0.0-1.56e4718 | More information |
ocaml4.07-configurator | 0.11.0 | More information |
rust-object | 0.12.0 | More information |
guile2.2-email | 0.2.2 | More information |
foo-yc20 | 1.3.0 | More information |
ecl-cl-log | 1.0.1 | More information |
rust-term-size | 0.3.2 | More information |
f2fs-fsck-static | 1.14.0 | More information |
opensbi-sifive-fu540 | 0.8 | More information |
sbcl-caveman | 2.4.0-1.faa5f7e | More information |
python-jsonpickle | 1.4.1 | More information |
r-cdm | 7.5-15 | More information |
rust-wasm-bindgen-test-crate-a | 0.1.0 | More information |
libuemf | 0.2.7 | More information |
rust-futures-channel | 0.3.8 | More information |
rust-rawslice | 0.1.1 | More information |
perl-authen-passphrase | 0.008 | More information |
python-imap-tools | 0.29.0 | More information |
rust-linked-hash-map | 0.4.2 | More information |
r-gaston | 1.5.7 | More information |
go-github-com-bep-golibsass | 0.7.0 | More information |
emacs-jq-mode | 0.5.0 | More information |
emacs-flycheck-ledger | 0.5 | More information |
rust-string-cache | 0.7.5 | More information |
rust-fs2 | 0.2.5 | More information |
rust-proc-macro2 | 0.4.30 | More information |
ruby-ffi-rzmq-core | 1.0.7 | More information |
ecl-fast-io | 1.0.0-2.603f490 | More information |
python-gssapi | 1.6.9 | More information |
rust-gdk-pixbuf | 0.7.0 | More information |
python-schema-salad | 7.0.20200811075006 | More information |
rust-gl-generator | 0.14.0 | More information |
rust-digest | 0.8.1 | More information |
rust-grep-searcher | 0.1.7 | More information |
python-pymacaroons | 0.13.0 | More information |
ocaml4.07-lacaml | 11.0.5 | More information |
rust-obj | 0.9.1 | More information |
libde265 | 1.0.8 | More information |
davfs2 | 1.6.0 | More information |
rust-hex-literal-impl | 0.2.1 | More information |
go-github-com-arceliar-phony | 0.0.0-0.d0c6849 | More information |
ghc-text-short | 0.1.3 | More information |
python2-sortedcontainers | 2.1.0 | More information |
rust-sval-derive | 0.5.2 | More information |
rust-recycler | 0.1.4 | More information |
python-pydantic | 1.6.1 | More information |
rust-polyval | 0.4.0 | More information |
rust-winpty-sys | 0.4.3 | More information |
rust-pkg-config | 0.3.17 | More information |
rust-signature-derive | 1.0.0-pre.2 | More information |
cl-uax-15 | 0.1-1.e7439a9 | More information |
rust-hostname | 0.1.5 | More information |
silc-toolkit | 1.1.12 | More information |
python-cliff | 3.5.0 | More information |
python-pure-protobuf | 2.0.1 | More information |
ghc-uglymemo | 0.1.0.1 | More information |
r-deconstructsigs | 1.8.0 | More information |
pyzo | 4.11.2 | More information |
linux-libre-bpf | 5.10.4 | More information |
zrythm | 1.0.0-alpha.6.0.1 | More information |
cl-regex | 1-1.fbc9a9f | More information |
rust-termion | 1.5.5 | More information |
python-ciso8601 | 2.1.3 | More information |
sbcl-kebab | 0.1-1.e7f7764 | More information |
vim-guix-vim | 0.1.1 | More information |
emacs-webpaste | 3.2.0 | More information |
rust-packed-struct | 0.3.0 | More information |
rust-ucd-util | 0.1.7 | More information |
gnome-js-common | 0.1.2 | More information |
xcur2png | 0.7.1 | More information |
python-selenium | 3.141.0 | More information |
rust-hermit-abi | 0.1.10 | More information |
ecl-uax-15 | 0.1-1.e7439a9 | More information |
rust-scheduled-thread-pool | 0.2.5 | More information |
pwclient | 1.3.0 | More information |
rust-cexpr | 0.4.0 | More information |
perl-crypt-rijndael | 1.15 | More information |
rust-dyn-clone | 1.0.2 | More information |
rust-thread-local | 0.2.7 | More information |
ecl-mito | 0.1-1.d3b9e37 | More information |
rust-syntect | 4.4.0 | More information |
r-awsmethods | 1.1-1 | More information |
maven-shared-io | 3.0.0 | More information |
ocaml4.09-result | 1.5 | More information |
rust-byte-tools | 0.3.1 | More information |
rapid-photo-downloader | 0.9.18 | More information |
r-polycor | 0.7-10 | More information |
dhewm3 | 1.5.0 | More information |
rust-dtoa | 0.2.2 | More information |
rust-skeptic | 0.13.4 | More information |
rust-aho-corasick | 0.7.13 | More information |
rust-tokio-udp | 0.1.3 | More information |
rust-serial-test | 0.1.0 | More information |
rust-syn-mid | 0.5.0 | More information |
rust-atk | 0.8.0 | More information |
rust-quickcheck | 0.2.27 | More information |
python-click-plugins | 1.1.1 | More information |
guile-srfi-89 | 0.0.1 | More information |
rust-proc-macro-error | 0.4.12 | More information |
metamath | 0.193 | More information |
rust-bindgen | 0.37.4 | More information |
maven-resources-plugin | 3.1.0 | More information |
python-django-auth-ldap | 2.2.0 | More information |
perl-data-entropy | 0.007 | More information |
ecl-cl-syntax | 0.0.3 | More information |
gnome-user-share | 3.33.1 | More information |
rust-structopt-derive | 0.2.18 | More information |
glimpse | 0.2.0 | More information |
rust-bit-field | 0.10.1 | More information |
python-helpdev | 0.7.1 | More information |
kdepim-runtime | 20.04.1 | More information |
rust-rkv | 0.10.4 | More information |
rust-reqwest | 0.10.10 | More information |
ghc-inspection-testing | 0.4.2.2 | More information |
python-socks | 1.1.2 | More information |
tor-client | 0.4.4.6 | More information |
r-mstate | 0.2.12 | More information |
python-pyfiglet | 0.8.post1 | More information |
sbcl-blackbird | 0.5.2-1.d361f81 | More information |
u-boot-qemu-riscv64 | 2020.10 | More information |
emacs-sbt-mode | 2.0.0 | More information |
rust-bincode | 0.8.1 | More information |
ksmtp | 20.04.1 | More information |
guile2.2-sqlite3 | 0.1.2 | More information |
rust-hashbrown | 0.8.0 | More information |
python-httpcore | 0.12.2 | More information |
rust-clang-sys | 0.23.0 | More information |
blueman | 2.1.4 | More information |
tokei | 10.1.1 | More information |
ocaml4.07-parsexp | 0.11.0 | More information |
ghc-regex-pcre | 0.94.4 | More information |
rust-const-random | 0.1.8 | More information |
sbcl-mcclim | 0.9.7-1.04cc542 | More information |
rust-scroll-derive | 0.9.5 | More information |
guile3.0-cairo | 1.11.1 | More information |
python-geographiclib | 1.50 | More information |
python-pytest-services | 1.3.1 | More information |
python-aenum | 2.2.4 | More information |
r-hrbrthemes | 0.8.0 | More information |
ocaml4.07-ppx-js-style | 0.11.0 | More information |
python-daiquiri | 2.1.1 | More information |
python-beautifultable | 1.0.0 | More information |
python-dataclasses | 0.7 | More information |
rust-foreign-types-macros | 0.2.0 | More information |
rust-fancy-regex | 0.3.5 | More information |
gnote | 3.38.0 | More information |
rust-ci-info | 0.3.1 | More information |
r-waldo | 0.2.3 | More information |
rust-cssparser-macros | 0.6.0 | More information |
guile2.2-mailutils | 3.10 | More information |
rust-heck | 0.3.1 | More information |
ecl-cl-ppcre-unicode | 2.1.1 | More information |
rust-buffered-reader | 0.9.0 | More information |
rust-quote | 0.3.15 | More information |
ghc-nonce | 1.0.7 | More information |
rust-serde-test | 0.8.23 | More information |
pre-commit | 2.8.1 | More information |
python2-djvulibre | 0.8.5 | More information |
guile-torrent | 0.1.3 | More information |
mssilk | 1.1.1 | More information |
python-btrees | 4.7.2 | More information |
rust-ref-cast | 0.2.7 | More information |
go-github-com-gorilla-handlers | 1.5.1 | More information |
rust-which | 2.0.1 | More information |
java-jetbrains-annotations | 19.0.0 | More information |
belle-sip | 1.6.3 | More information |
rust-pangocairo | 0.9.0 | More information |
rust-sha1 | 0.6.0 | More information |
rust-opaque-debug | 0.2.2 | More information |
rust-scroll | 0.9.2 | More information |
liblogging | 1.0.6 | More information |
rust-encoding-index-tests | 0.1.4 | More information |
rust-ring | 0.14.6 | More information |
python-deeptoolsintervals | 0.1.9 | More information |
rust-unsafe-any | 0.4.2 | More information |
android-liblog | 7.1.2_r36 | More information |
rust-wasm-bindgen-macro-support | 0.2.69 | More information |
r-hdrcde | 3.3 | More information |
ocaml4.07-ppxlib | 0.6.0 | More information |
rust-miniz-sys | 0.1.12 | More information |
ableton-link | 3.0.2 | More information |
rust-foreign-types-shared | 0.3.0 | More information |
kpeoplevcard | 0.1 | More information |
rust-itoa | 0.4.5 | More information |
rust-lopdf | 0.25.0 | More information |
dolphin | 20.04.1 | More information |
rust-encoding-rs-io | 0.1.7 | More information |
rust-unreachable | 1.0.0 | More information |
emacs-gcmh | 0.2.1 | More information |
rust-crossbeam-queue | 0.1.2 | More information |
sieve-connect | 0.90 | More information |
libdatrie | 0.2.12 | More information |
python-cfgraph | 0.2.1 | More information |
kicad-doc | 5.1.6 | More information |
akonadi-mime | 20.04.1 | More information |
rust-regex | 0.1.80 | More information |
ghc-decimal | 0.5.1 | More information |
poly2tri-c | 0.1.0 | More information |
libbacktrace | 1.0-1.5009c11 | More information |
rust-num-bigint | 0.2.6 | More information |
emacs-org-drill | 2.7.0 | More information |
rust-signal-hook-registry | 1.2.0 | More information |
ecl-spatial-trees | 0-1.81fdad0 | More information |
rust-trybuild | 1.0.23 | More information |
python2-objgraph | 3.4.1 | More information |
rust-reopen | 0.3.0 | More information |
rust-rusqlite | 0.23.1 | More information |
rust-futures-join-macro-preview | 0.3.0-alpha.19 | More information |
rust-rand | 0.4.6 | More information |
r-rstanarm | 2.21.1 | More information |
sbcl-documentation-utils | 1.2.0-0.98630dd | More information |
ocaml4.07-core | 0.11.3 | More information |
greybird-gtk-theme | 3.22.12 | More information |
dosage | 2.17 | More information |
rust-racer-interner | 0.1.0 | More information |
cl-collectors | 0.1-1.13acef2 | More information |
u-boot-qemu-riscv64-smode | 2020.10 | More information |
seed | 3.8.1 | More information |
ghc-tasty-hspec | 1.1.5.1 | More information |
rust-terminfo | 0.6.1 | More information |
python-forex-python | 1.5 | More information |
ghc-pretty-simple | 2.2.0.1 | More information |
rust-num-traits | 0.2.12 | More information |
rust-rusty-fork | 0.3.0 | More information |
rust-lazy-static | 1.4.0 | More information |
ecl-introspect-environment | 0.1-1.fff42f8 | More information |
rust-ed25519 | 1.0.3 | More information |
ocaml4.07-odoc | 1.5.1 | More information |
rust-libm | 0.2.1 | More information |
drm-tools | 1.1.33 | More information |
r-scuttle | 1.0.3 | More information |
r-d3network | 0.5.2.1 | More information |
lua-ossl | 20170903 | More information |
gtkd | 3.9.0 | More information |
ganeti-instance-debootstrap | 0.16-2-ge145396 | More information |
sbcl-cl-abnf | 0.0.0-1.ba1fbb1 | More information |
rust-cargon | 0.0.1 | More information |
hddtemp | 0.3-beta15 | More information |
dune-geometry-openmpi | 2.7.0 | More information |
rust-nom | 1.2.4 | More information |
bruteforce-luks | 1.4.0 | More information |
rust-ring | 0.16.12 | More information |
sbcl-clsql | 6.7.0 | More information |
ecl-cl-ascii-table | 0.0.0-1.d9f5e77 | More information |
rust-cargo-c | 0.5.3 | More information |
ecl-cl-tga | 0.0.0-0.4dc2f7b | More information |
rust-rustfix | 0.4.6 | More information |
ecl-trivial-cltl2 | 0.1.1-2.8a3bda3 | More information |
rust-tester | 0.5.0 | More information |
python-progressbar2 | 3.51.3 | More information |
cl-gtwiwtg | 0.1.1 | More information |
sbcl-clx-xembed | 0.1-1.a5c4b84 | More information |
ocaml4.07-ppx-variants-conv | 0.11.1 | More information |
rust-predicates-core | 0.9.0 | More information |
emacs-iter2 | 1.0 | More information |
phodav | 2.5 | More information |
rust-bresenham | 0.1.1 | More information |
rust-scoped-threadpool | 0.1.9 | More information |
rust-crates-index | 0.13.1 | More information |
maven-jar-plugin | 3.2.0 | More information |
rust-os-pipe | 0.8.2 | More information |
rust-libpijul | 0.12.2 | More information |
gnome-shell-extension-topicons-redux | 6 | More information |
rust-rand-isaac | 0.1.1 | More information |
rust-rustc-ap-rustc-target | 654.0.0 | More information |
ecl-hdf5-cffi | 1.8.18-1.5b5c88f | More information |
python-black-macchiato | 1.3.0 | More information |
ecl-acclimation | 0.0.0-1.4d51150 | More information |
chrony | 4.0 | More information |
python-nodeenv | 1.4.0 | More information |
rust-build-const | 0.2.1 | More information |
rust-markup5ever | 0.8.1 | More information |
xfe | 1.43.2 | More information |
jucipp | 1.6.1 | More information |
rust-encode-unicode | 0.3.6 | More information |
rust-num-iter | 0.1.41 | More information |
python-pytest-mpl | 0.11 | More information |
v86d | 0.1.10 | More information |
nyancat | 1.5.2 | More information |
r-zseq | 0.2.0 | More information |
rust-png | 0.14.1 | More information |
openctm | 1.0.3.603 | More information |
ecl-zs3 | 1.3.3 | More information |
rust-futures-test | 0.3.5 | More information |
rust-rpassword | 2.1.0 | More information |
libgccjit | 9.3.0 | More information |
rust-version-check | 0.9.2 | More information |
emacs-vterm | 0-4.a670b78 | More information |
rust-servo-fontconfig-sys | 4.0.9 | More information |
rust-once-cell | 0.1.8 | More information |
ecl-sycamore | 0.0.20120604 | More information |
fennel | 0.7.0 | More information |
ruby-sawyer | 0.8.2 | More information |
r-motifbreakr | 2.4.0 | More information |
go-github-com-hashicorp-go-syslog | 1.0.0 | More information |
rust-phf-codegen | 0.7.24 | More information |
mdk | 1.3.0 | More information |
dnssec-trigger | 0.17 | More information |
rust-nix | 0.14.1 | More information |
ziptime | 0.0.0-0.2a5bc9d | More information |
xssproxy | 1.0.0 | More information |
rust-fallible-iterator | 0.2.0 | More information |
cjson | 1.7.14 | More information |
exa | 0.9.0 | More information |
rust-tokio-process | 0.2.4 | More information |
font-iosevka-curly | 4.0.3 | More information |
chatty | 0.1.17 | More information |
rust-futures-util-preview | 0.3.0-alpha.19 | More information |
akku | 1.0.1 | More information |
rust-block-buffer | 0.8.0 | More information |
python2-serpent | 1.28 | More information |
rust-h2 | 0.1.26 | More information |
rust-wincolor | 1.0.3 | More information |
emacs-jenkinsfile-mode | 0.0.1-1.00d259f | More information |
libtirpc-hurd | 1.2.5 | More information |
cl-vectors | 0.1.5 | More information |
emacs-org-webring | 2.0.0 | More information |
rust-base64 | 0.12.3 | More information |
rust-findshlibs | 0.5.0 | More information |
ufoai | 2.6.0_dev-0.a542a87 | More information |
rust-crypto-mac | 0.8.0 | More information |
rust-peg | 0.6.2 | More information |
sbcl-salza2 | 2.0.9 | More information |
rust-diff | 0.1.12 | More information |
ghc-emojis | 0.1 | More information |
go-github-com-muesli-reflow-wordwrap | 0.1.0 | More information |
rust-humantime | 1.3.0 | More information |
monolith | 2.4.0 | More information |
bcc | 0.15.0 | More information |
r-packrat | 0.5.0 | More information |
ecl-cl-utilities | 0.0.0-1.dce2d2f | More information |
texlive-dejavu | 51265 | More information |
rust-capnp | 0.10.3 | More information |
rust-tokio | 0.2.21 | More information |
r-gitcreds | 0.1.1 | More information |
nicotine+ | 2.1.2 | More information |
sbcl-zs3 | 1.3.3 | More information |
rust-num-complex | 0.2.4 | More information |
emacs-exiftool | 0.3.2 | More information |
maven-surefire-common | 3.0.0-M4 | More information |
aspell-dict-pl | 0.51-0 | More information |
rust-lalrpop | 0.19.1 | More information |
rust-wasm-bindgen-webidl | 0.2.58 | More information |
sbcl-stumpwm-pass | 0.0.1-2.920f8fc | More information |
lisp-repl-core-dumper | 0.3.0 | More information |
python-rapidjson | 0.9.1 | More information |
rust-redox-syscall | 0.1.57 | More information |
guile3.0-chickadee | 0.6.0 | More information |
ocaml4.07-ppx-sexp-value | 0.11.0 | More information |
cl-trivial-indent | 1.0.0-0.2d01694 | More information |
r-maxstat | 0.7-25 | More information |
gtg | 0.4 | More information |
cl-maidenhead | 1.0-0.b756d23 | More information |
rust-ntapi | 0.3.6 | More information |
rust-http-body | 0.1.0 | More information |
ocaml-cairo2 | 0.6.1 | More information |
rust-core-foundation | 0.7.0 | More information |
rust-pure-rust-locales | 0.5.3 | More information |
cl-clump | 0.0.0-1.1ea4dba | More information |
keventviews | 20.04.1 | More information |
sbcl-nodgui | 0.0.5-1.bc59ed9 | More information |
rust-err-derive | 0.2.3 | More information |
rust-cloudflare-zlib-sys | 0.2.0 | More information |
r-quanteda | 2.1.2 | More information |
bvi | 1.4.1 | More information |
rust-ghash | 0.3.0 | More information |
rust-serial-test | 0.4.0 | More information |
go-github-com-kardianos-minwinsvc | 1.0.0 | More information |
rust-backtrace-sys | 0.1.37 | More information |
python-scikit-fuzzy | 0.4.2 | More information |
rust-prettytable-rs | 0.8.0 | More information |
ecl-cl-mysql | 0.1-1.ab56c27 | More information |
go-github-com-emersion-go-imap | 1.0.0 | More information |
cl-symbol-munger | 0.0.1-1.97598d4 | More information |
memphis | 0.2.3 | More information |
python-diskcache | 4.1.0 | More information |
python-pytools | 2020.4 | More information |
go-github-com-mitchellh-mapstructure | 1.1.2 | More information |
libglvnd | 1.3.2 | More information |
ocaml4.09-dune-configurator | 2.7.1 | More information |
go-github-com-pkg-diff | 0.0.1-1.5319263 | More information |
r-exactranktests | 0.8-31 | More information |
python-vf-1 | 0.0.11 | More information |
python-shouldbe | 0.1.2 | More information |
sbcl-external-program | 0.0.6-1.5888b8f | More information |
rust-scopeguard | 0.3.3 | More information |
rust-xmltree | 0.8.0 | More information |
r-diffobj | 0.3.2 | More information |
rust-winapi-i686-pc-windows-gnu | 0.4.0 | More information |
yakuake | 20.12.0 | More information |
rust-lazy-static | 0.2.11 | More information |
python-google-brotli | 1.0.9 | More information |
unicorn | 1.0.2-rc4 | More information |
sbcl-deflate | 1.0.3 | More information |
python-pyux | 0.0.6 | More information |
go-gotest-tools-assert | 2.3.0 | More information |
folly | 2020.10.05.00 | More information |
r-flexsurv | 1.1.1 | More information |
rust-owning-ref | 0.4.1 | More information |
python-aiounittest | 1.3.1 | More information |
rust-flamer | 0.3.0 | More information |
rust-ucd-parse | 0.1.3 | More information |
rust-no-panic | 0.1.12 | More information |
rust-ndk-sys | 0.2.1 | More information |
rust-gdk-pixbuf | 0.9.0 | More information |
rust-cpuid-bool | 0.1.0 | More information |
go-github-com-yuin-goldmark | 1.2.1 | More information |
rust-crc32fast | 1.2.0 | More information |
noisetorch | 0.8.3 | More information |
tascam-gtk | 0.4-0.17b8575 | More information |
ecl-cl-emb | 0.4.3-1.fd86521 | More information |
ghc-dotgen | 0.4.2 | More information |
rust-tokio-current-thread | 0.1.6 | More information |
ocaml-mmap | 1.1.0 | More information |
sbcl-stumpwm-wifi | 0.0.1-2.920f8fc | More information |
r-rsconnect | 0.8.16 | More information |
zeal | 0.6.1 | More information |
dbus-test-runner | 19.04.0 | More information |
ghc-pointedlist | 0.6.1 | More information |
rust-plain | 0.2.3 | More information |
java-eclipse-aether-spi | 1.0.2 | More information |
openresolv | 3.10.0 | More information |
ruby-minitest-global-expectations | 1.0.1 | More information |
python2-ipython-cluster-helper | 0.6.4 | More information |
go-golang-org-x-image | 0.0.0-1.58c2397 | More information |
go-github-com-twpayne-go-xdg | 3.1.0 | More information |
rust-num | 0.1.42 | More information |
sbcl-rove | 0.9.6 | More information |
python-simpleaudio | 1.0.4 | More information |
libksieve | 20.04.1 | More information |
emacs-libgit | 20200515-1.0ef8b13 | More information |
libsecp256k1-bitcoin-cash | 0.22.1 | More information |
rust-rusqlite | 0.24.1 | More information |
rust-semver-parser | 0.9.0 | More information |
bidiv | 1.5 | More information |
rust-block-buffer | 0.9.0 | More information |
rust-rand-hc | 0.2.0 | More information |
jtbl | 1.1.6 | More information |
rust-pulldown-cmark | 0.0.8 | More information |
ocaml4.07-charinfo-width | 1.1.0 | More information |
python-dpkt | 1.9.4 | More information |
ghc-persistent-test | 2.0.3.1 | More information |
ecl-zpng | 1.2.2 | More information |
ecl-maidenhead | 1.0-0.b756d23 | More information |
rust-serde-stacker | 0.1.4 | More information |
guile-email-latest | 0.2.2-1.03e9cac | More information |
rust-glutin-emscripten-sys | 0.1.0 | More information |
rust-docopt | 0.7.0 | More information |
rust-syntex-syntax | 0.58.1 | More information |
python-json5 | 0.8.5 | More information |
rust-quickcheck | 0.6.2 | More information |
rust-webpki-roots | 0.18.0 | More information |
rust-http-body | 0.3.1 | More information |
python-hyperframe | 5.2.0 | More information |
python-pytest-pycodestyle | 2.0.0 | More information |
rust-tokio-uds | 0.2.5 | More information |
ocaml4.07-ppx-bench | 0.11.0 | More information |
bashtop | 0.9.25 | More information |
rust-hostname | 0.3.1 | More information |
chicken-srfi-14 | 0.2.1 | More information |
r-kendall | 2.2 | More information |
latex2html | 2020.2 | More information |
rust-napi-build | 0.2.1 | More information |
r-arsenal | 3.5.0 | More information |
rust-regex-syntax | 0.5.6 | More information |
cl-do-urlencode | 0.0.0-1.1998464 | More information |
python-pysaml2 | 5.0.0 | More information |
rust-wayland-client | 0.21.13 | More information |
belcard | 1.0.2 | More information |
rust-crossbeam-epoch | 0.8.2 | More information |
straw-viewer | 0.1.2 | More information |
guile3.0-shepherd | 0.8.1 | More information |
python-diceware | 0.9.6 | More information |
nvme-cli | 1.13 | More information |
emacs-ebib | 2.29 | More information |
rust-spsc-buffer | 0.1.1 | More information |
go-github-com-go-md2man | 2.0.0 | More information |
rust-shell-escape | 0.1.4 | More information |
perl-math-vecstat | 0.08 | More information |
novena-eeprom | 2.3 | More information |
rust-vergen | 3.1.0 | More information |
lksctp-tools | 1.0.18 | More information |
tweeny | 3 | More information |
python-dkimpy | 1.0.5 | More information |
emacs-calibredb | 2.7.0 | More information |
rust-md-5 | 0.9.0 | More information |
go-github-com-google-go-querystring | 1.0.0 | More information |
rust-once-cell | 1.5.2 | More information |
cl-clss | 0.3.1-1.2a8e861 | More information |
rust-time-macros | 0.1.0 | More information |
link-grammar | 5.7.0 | More information |
rust-ndarray | 0.12.1 | More information |
python-zope-deferredimport | 4.3.1 | More information |
python-outcome | 1.0.1 | More information |
rust-image | 0.20.1 | More information |
emacs-csharp-mode | 0.10.0 | More information |
rust-hex | 0.3.2 | More information |
perl-attribute-util | 1.07 | More information |
python-can | 3.3.3 | More information |
guile2.2-gcrypt | 0.3.0 | More information |
go-github-com-twpayne-go-vfsafero | 1.0.0 | More information |
libgda | 5.2.10 | More information |
sbcl-cl-interpol | 0.2.6-1.1fd288d | More information |
ruby-character-set | 1.4.0 | More information |
entangle | 3.0 | More information |
guile2.2-semver | 0.1.1 | More information |
python-aiofiles | 0.5.0 | More information |
cl-zstd | 1.0-1.d144582 | More information |
akonadi-contacts | 20.04.1 | More information |
font-catamaran | 0.0.0-1.7559b49 | More information |
cl-log | 1.0.1 | More information |
libfreenect-opencv | 0.6.1 | More information |
ecl-cl-freetype2 | 1.1-0.96058da | More information |
ecl-cffi | 0.21.0 | More information |
rust-futures | 0.3.8 | More information |
swh-plugins | 0.4.17 | More information |
apt-mirror | 0.5.4-1.e664486 | More information |
rust-stdweb-derive | 0.5.3 | More information |
ecl-nodgui | 0.0.5-1.bc59ed9 | More information |
rust-docopt | 0.6.86 | More information |
r-ltm | 1.1-1 | More information |
phast | 1.5 | More information |
rust-hyper-tls | 0.3.2 | More information |
rust-datetime | 0.4.7 | More information |
cl-autowrap | 1.0-1.ae846d6 | More information |
python-onnx | 1.8.0 | More information |
cl-async-future | 0.4.4.1-1.ee36c22 | More information |
bitlbee-purple | 3.6 | More information |
mtxclient | 0.3.1 | More information |
xsecurelock | 1.6.0 | More information |
emacs-company-ebdb | 1.1 | More information |
nng | 1.3.2 | More information |
rust-gl-generator | 0.13.1 | More information |
ecl-misc-extensions | 3.3-1.101c051 | More information |
rust-mio-named-pipes | 0.1.6 | More information |
libvideogfx | 1.0.9 | More information |
perl-mail-sendmail | 0.80 | More information |
rust-aster | 0.41.0 | More information |
guile2.2-reader | 0.6.3 | More information |
cl-postmodern | 1.19-1.74469b2 | More information |
rust-md5-asm | 0.4.3 | More information |
epour | 0.7.0 | More information |
rust-proptest | 0.3.4 | More information |
chicken-test | 1.1 | More information |
python-conda-package-handling | 1.6.0 | More information |
rust-grep-printer | 0.1.5 | More information |
r-gagedata | 2.28.0 | More information |
rust-rand-core | 0.3.1 | More information |
python-trytond-account-product | 5.6.0 | More information |
rust-tinytemplate | 1.1.0 | More information |
cl-asdf-finalizers | 0.0.0-1.7f537f6 | More information |
perl-ppi | 1.270 | More information |
rust-quasi-codegen | 0.32.0 | More information |
perl-params-classify | 0.015 | More information |
emacs-spacemacs-theme | 0-1.f79c40f | More information |
rust-normalize-line-endings | 0.3.0 | More information |
rust-unicode-xid | 0.2.1 | More information |
rust-piston | 0.49.0 | More information |
rust-rusttype | 0.7.9 | More information |
rust-proptest | 0.10.1 | More information |
ecl-cl-base64 | 3.3.4-1.577683b | More information |
rust-tokio-rustls | 0.14.1 | More information |
u-boot-sifive-fu540 | 2020.10 | More information |
rust-serde-yaml | 0.8.11 | More information |
lemonbar-xft | 2.0.481e123 | More information |
rust-foreign-types | 0.3.2 | More information |
rust-bindgen | 0.46.0 | More information |
rust-syntex-errors | 0.58.1 | More information |
rust-headers-core | 0.1.1 | More information |
surgescript | 0.5.4.4 | More information |
git-cal | 0.9.1 | More information |
sylpheed | 3.7.0 | More information |
guile3.0-parted | 0.0.4 | More information |
r-irtoys | 0.2.1 | More information |
queen-fr | 1.0 | More information |
rust-bytecount | 0.4.0 | More information |
emacs-wide-int | 27.1 | More information |
java-opening-hours-parser | 0.21.4 | More information |
texlive-marginnote | 51265 | More information |
rust-ucd-trie | 0.1.2 | More information |
ghc-text-manipulate | 0.2.0.1 | More information |
font-iosevka-aile | 4.0.3 | More information |
python-pyopencl | 2019.1.1 | More information |
go-github-com-muesli-reflow-padding | 0.1.0 | More information |
python-inform | 1.23.0 | More information |
breeze | 5.19.5 | More information |
ruby-sys-uname | 1.2.1 | More information |
lua5.2-cqueues | 20171014 | More information |
python-iniconfig | 1.1.1 | More information |
rust-proc-macro-error-attr | 1.0.4 | More information |
ruby-forking-test-runner | 1.6.0 | More information |
rust-darling-macro | 0.10.2 | More information |
emacs-explain-pause-mode | 0.1-0.2356c8c | More information |
emacs-airline-themes | 1.8 | More information |
ocaml4.07-earley | 2.0.0 | More information |
rust-parity-wasm | 0.41.0 | More information |
ocaml4.07-fieldslib | 0.11.0 | More information |
cl-trivial-benchmark | 2.0.0-1.42d7673 | More information |
python-django-picklefield | 3.0.1 | More information |
rust-freetype-rs | 0.23.0 | More information |
ecl-olc | 1.0-0.517e27f | More information |
rust-ryu | 1.0.3 | More information |
sbcl-napa-fft3 | 0.0.1-0.f2d9614 | More information |
rust-clang-sys | 0.29.3 | More information |
rust-serde-json | 0.9.10 | More information |
r-nabor | 0.5.0 | More information |
gnome-chess | 3.37.3 | More information |
rust-cfg-if | 0.1.10 | More information |
parprouted | 0.7 | More information |
rust-crossbeam-utils | 0.7.2 | More information |
r-sem | 3.1-11 | More information |
mblaze | 1.0 | More information |
pitivi | 0.999.0-2020.09.2 | More information |
reprotest | 0.7.15 | More information |
ghc-text-conversions | 0.3.0 | More information |
rust-dialoguer | 0.3.0 | More information |
ecl-cl-cont | 0.3.8-1.fc1fa7e | More information |
rust-chrono | 0.4.19 | More information |
sbcl-hdf5-cffi | 1.8.18-1.5b5c88f | More information |
go-golang-org-x-oauth2 | 0.0.0-1.0f29369 | More information |
goocanvas | 2.0.4 | More information |
emacs-graphql-mode | 0-1.9bed568 | More information |
sbcl-mito | 0.1-1.d3b9e37 | More information |
python-lazr-config | 2.2.2 | More information |
rust-foreign-types-macros | 0.1.1 | More information |
rust-cssparser | 0.27.2 | More information |
rust-foreign-types-shared | 0.1.1 | More information |
cl-zs3 | 1.3.3 | More information |
ghc-llvm-hs-pure | 9.0.0 | More information |
librttopo | 1.1.0 | More information |
rust-derive-error-chain | 0.10.1 | More information |
ruby-prawn-templates | 0.1.2 | More information |
rust-scopeguard | 1.0.0 | More information |
rust-heapsize | 0.3.9 | More information |
r-forecast | 8.13 | More information |
catfish | 1.4.13 | More information |
rust-line | 0.1.15 | More information |
rust-term | 0.2.14 | More information |
rust-flame | 0.2.2 | More information |
python-rjsmin | 1.1.0 | More information |
ecl-quicksearch | 0.01.04-1.fb02ecf | More information |
hdf5-blosc | 1.0.0 | More information |
rust-widestring | 0.4.2 | More information |
python-pytest-flask | 1.0.0 | More information |
rust-getopts | 0.2.21 | More information |
rust-objc | 0.2.7 | More information |
rust-rand-jitter | 0.1.4 | More information |
rust-wasm-bindgen-shared | 0.2.69 | More information |
emacs-org-fancy-priorities | 1.1-1.819bb99 | More information |
rust-cgmath | 0.16.1 | More information |
python-ipyparallel | 6.2.4 | More information |
icoutils | 0.32.3 | More information |
emacs-ctrlf | 1.2 | More information |
node-mersenne | 0.0.4 | More information |
python-nbval | 0.9.6 | More information |
ghc-lens-family-core | 1.2.3 | More information |
xplanet | 1.3.1 | More information |
ecl-cl-reexport | 0.1-1.312f366 | More information |
remid-lv2 | 0.3 | More information |
sbcl-mgrs | 1.0-0.0045546 | More information |
sbcl-stumpwm-winner-mode | 0.0.1-2.920f8fc | More information |
ruby-polyglot | 0.3.5 | More information |
python-docker | 3.7.3 | More information |
emacs-modus-vivendi-theme | 1.0.2 | More information |
ocaml4.07-ppx-fail | 0.11.0 | More information |
ocaml4.09-dune | 2.7.1 | More information |
rust-modifier | 0.1.0 | More information |
python-manuel | 1.10.1 | More information |
emacs-metal-mercury-mode | 0.0.0-1.99e2d8f | More information |
atomspace | 5.0.3-1.86c848d | More information |
rust-core-foundation-sys | 0.6.2 | More information |
dump | 0.4b46 | More information |
rust-libflate | 1.0.2 | More information |
gupnp-av | 0.12.11 | More information |
maven-filtering | 3.1.1 | More information |
sbcl-cl-async-future | 0.4.4.1-1.ee36c22 | More information |
python-fusepyng | 1.0.7 | More information |
rust-libmimalloc-sys | 0.1.18 | More information |
rust-pin-utils | 0.1.0 | More information |
rust-xattr | 0.2.2 | More information |
emacs-sqlite | 1.0-0.dad42b8 | More information |
bschaffl | 1.2.0 | More information |
python-flask-markdown | 0.3 | More information |
kanshi | 1.1.0 | More information |
cl-calispel | 0.1-1.e9f2f9c | More information |
rust-lock-api | 0.2.0 | More information |
emacs-xref | 1.0.4 | More information |
ecl-skippy | 1.3.12-0.e456210 | More information |
rust-cordic | 0.1.4 | More information |
drawpile | 2.1.17-1.ed1a75deb | More information |
python2-pep517 | 0.8.2 | More information |
ruby-gherkin-ruby | 0.3.2 | More information |
rust-wasm-bindgen-test | 0.3.19 | More information |
guile-jsonld | 1.0.2 | More information |
cl-repl-utilities | 0.0.0-1.e0de9c9 | More information |
go-github-com-felixge-httpsnoop | 1.0.1 | More information |
rust-synom | 0.11.3 | More information |
ocaml4.07-ppx-sexp-message | 0.11.0 | More information |
emacs-burly | 0.1 | More information |
rust-diesel | 1.4.5 | More information |
rust-tower-service | 0.3.0 | More information |
ruby-mustache | 1.1.1 | More information |
kdegraphics-mobipocket | 20.12.0 | More information |
ecl-static-dispatch | 0.3 | More information |
rust-tokio-macros | 0.3.2 | More information |
ghc-managed | 1.0.6 | More information |
rust-wasi | 0.9.0+wasi-snapshot-preview1 | More information |
python-pysolr | 3.9.0 | More information |
python-wurlitzer | 2.0.1 | More information |
janet | 1.12.2 | More information |
xwallpaper | 0.6.5 | More information |
emacs-smart-hungry-delete | 0.1 | More information |
rust-maybe-uninit | 2.0.0 | More information |
ucd | 12.0.0 | More information |
rinutils | 0.2.0 | More information |
emacs-org-static-blog | 1.3.0 | More information |
rust-ansi-parser | 0.6.5 | More information |
ruby-sexp-processor | 4.15.0 | More information |
rust-zstd-safe | 2.0.5+zstd.1.4.5 | More information |
rust-sema | 0.1.4 | More information |
rust-peg | 0.5.7 | More information |
ruby-pandoc-ruby | 2.1.4 | More information |
rust-trust-dns-proto | 0.19.5 | More information |
guile2.2-irregex | 0.9.6 | More information |
python-caniusepython3 | 7.2.0 | More information |
python-djvulibre | 0.8.5 | More information |
rust-defmac | 0.1.3 | More information |
go-github-com-francoispqt-gojay | 1.2.13 | More information |
rust-derive-new | 0.5.8 | More information |
openfortivpn | 1.15.0 | More information |
rust-ndk-macro | 0.2.0 | More information |
rust-zeroize | 1.1.0 | More information |
emacs-rg | 2.0.2 | More information |
rust-gio | 0.7.0 | More information |
dsfmt | 2.2.3 | More information |
hyperledger-iroha | 1.1.1 | More information |
r-km-ci | 0.5-2 | More information |
go-github-com-masterminds-sprig | 3.1.0 | More information |
rust-time-macros-impl | 0.1.1 | More information |
ecl-bordeaux-fft | 1.0.1-0.4a1f560 | More information |
python-pyre-extensions | 0.0.18 | More information |
rust-tokio-named-pipes | 0.1.0 | More information |
dune-uggrid | 2.7.0 | More information |
libleak | 0.3.5 | More information |
rust-pistoncore-event-loop | 0.49.0 | More information |
bat | 0.17.1 | More information |
python-prov | 2.0.0 | More information |
rust-seahash | 3.0.7 | More information |
rust-libc | 0.2.81 | More information |
ecl-dissect | 1.0.0-1.cffd384 | More information |
python-easy-thumbnails | 2.7 | More information |
sx | 2.1.6 | More information |
sushi | 3.32.1 | More information |
rust-lru-cache | 0.1.2 | More information |
rust-rustc-ap-rustc-span | 654.0.0 | More information |
python-trio | 0.17.0 | More information |
node-semver | 7.2.1 | More information |
rust-quantiles | 0.7.1 | More information |
v | 0.1.29 | More information |
r-getpass | 0.2-2 | More information |
python-aionotify | 0.2.0 | More information |
cl-lw-compat | 1.0.0-1.aabfe28 | More information |
go-github-com-go-asn1-ber-asn1-ber | 1.3.1 | More information |
perl-test-object | 0.08 | More information |
sbcl-collectors | 0.1-1.13acef2 | More information |
libinih | 52 | More information |
rust-xdg | 2.2.0 | More information |
lure-de | 1.1 | More information |
libkdepim | 20.04.1 | More information |
emacs-modus-operandi-theme | 1.0.2 | More information |
cl-agutil | 0.0.1-1.df188d7 | More information |
rust-parking-lot-core | 0.5.0 | More information |
rust-pmutil | 0.5.3 | More information |
ecl-calispel | 0.1-1.e9f2f9c | More information |
xf86-video-dummy | 0.3.8 | More information |
ghc-curl | 1.3.8 | More information |
python-identify | 1.4.25 | More information |
rust-unicode-segmentation | 1.3.0 | More information |
rust-pulldown-cmark | 0.2.0 | More information |
rust-heapsize-plugin | 0.1.6 | More information |
rust-glutin-wgl-sys | 0.1.3 | More information |
python-pypng | 0.0.20 | More information |
python-sexpdata | 0.0.3 | More information |
rust-section-testing | 0.0.4 | More information |
python-jinxed | 1.0.0 | More information |
sbcl-cl-lex | 1.1.3-1.f2dbbe2 | More information |
python-smmap | 3.0.1 | More information |
guile-prometheus | 0-5.35dc26c | More information |
python-frozendict | 1.2 | More information |
kalarmcal | 20.04.1 | More information |
browserpass-native | 3.0.7 | More information |
rust-wild | 2.0.4 | More information |
ecl-blackbird | 0.5.2-1.d361f81 | More information |
rust-hex-literal | 0.2.1 | More information |
b4 | 0.6.1 | More information |
ocaml4.07-ppx-typerep-conv | 0.11.1 | More information |
rust-base64 | 0.11.0 | More information |
edid-decode | 0.0.0-1.74b6418 | More information |
ecl-float-features | 1.0.0 | More information |
ghc-control-monad-free | 0.6.2 | More information |
libzim | 6.3.0 | More information |
cl-type-r | 0.0.0-1.83c89e3 | More information |
pfetch | 0.7.0-0.e18a095 | More information |
ktorrent | 5.1.2 | More information |
r-semtools | 0.5-3 | More information |
rust-bzip2-sys | 0.1.9+1.0.8 | More information |
rust-phf-shared | 0.8.0 | More information |
rust-ntest-test-cases | 0.3.4 | More information |
python2-clikit | 0.6.2 | More information |
rust-untrusted | 0.7.1 | More information |
ocaml-ounit2 | 2.2.4 | More information |
cl-mt19937 | 1.1 | More information |
texlive-caption | 51265 | More information |
ne | 3.3.0 | More information |
rust-sha2-asm | 0.5.4 | More information |
rust-piston2d-gfx-graphics | 0.66.0 | More information |
python-trytond-currency | 5.6.0 | More information |
ecl-deflate | 1.0.3 | More information |
guile2.2-json | 4.4.1 | More information |
rust-serde-derive | 1.0.117 | More information |
rust-gcc | 0.3.55 | More information |
sbcl-skippy | 1.3.12-0.e456210 | More information |
emacs-highlight | 0.0.0 | More information |
bsd-games | 2.17.0 | More information |
python-flufl-i18n | 3.0 | More information |
cl-pngload | 2.0.0 | More information |
rust-percent-encoding | 1.0.1 | More information |
rust-pin-project-internal | 0.4.22 | More information |
rust-antidote | 1.0.0 | More information |
cl-tga | 0.0.0-0.4dc2f7b | More information |
rust-serde | 0.4.3 | More information |
tllist | 1.0.4 | More information |
xnotify | 0.7.3 | More information |
guile2.2-shepherd | 0.8.1 | More information |
rust-bindgen | 0.50.1 | More information |
java-plexus-compiler-manager | 2.8.4 | More information |
rust-docmatic | 0.1.2 | More information |
rust-directories-next | 1.0.3 | More information |
python-bitstring | 3.1.7 | More information |
rust-combine | 3.8.1 | More information |
mkp224o | 1.5.0 | More information |
r-ggalluvial | 0.12.3 | More information |
python-livereload | 2.6.1 | More information |
sbcl-numcl | 0.1.0-2.3e8d40b | More information |
gitless | 0.8.8 | More information |
sbcl-envy | 0.1-1.956321b | More information |
git-open | 2.1.0 | More information |
rust-nettle | 5.0.3 | More information |
emacs-eldev | 0.7.2 | More information |
rust-cfg-if | 1.0.0 | More information |
rust-objc-foundation | 0.1.1 | More information |
rust-pin-project-internal | 1.0.2 | More information |
emacs-helm-cider | 0.4.0-1.9363cc5 | More information |
ppsspp | 1.10.3 | More information |
rust-tracing-log | 0.1.1 | More information |
rust-png | 0.12.0 | More information |
ecl-cluffer | 0.0.0-1.4aad29c | More information |
rust-fixed | 1.2.0 | More information |
go-github-com-olekukonko-tablewriter | 0.0.4 | More information |
rust-dotenv | 0.15.0 | More information |
rust-tower-test | 0.3.0 | More information |
cl-function-cache | 1.0.3 | More information |
rust-csv-core | 0.1.10 | More information |
go-github-com-jackpal-go-nat-pmp | 1.0.2 | More information |
libraqm | 0.7.1 | More information |
ocaml4.07-piqi | 0.7.7 | More information |
hamlib | 3.3 | More information |
tsukundere | 0.2.0 | More information |
rust-users | 0.10.0 | More information |
zeitgeist | 1.0.3 | More information |
guile-shapefile | 0.1.2 | More information |
emacs-jsonrpc | 1.0.14 | More information |
rust-libflate | 0.1.27 | More information |
rust-hex-literal-impl | 0.1.2 | More information |
gnome-photos | 3.34.2 | More information |
ibus-libhangul | 1.5.3 | More information |
buku | 4.4 | More information |
python2-importlib-resources | 1.0.2 | More information |
ecl-glyphs | 0.0.0-1.1ff5714 | More information |
go-github-com-spf13-viper | 1.7.0 | More information |
sbcl-trivial-benchmark | 2.0.0-1.42d7673 | More information |
rust-libloading | 0.6.3 | More information |
python-pytest-arraydiff | 0.3 | More information |
rust-wayland-client | 0.23.6 | More information |
rgbds | 0.4.2 | More information |
dkgpg | 1.1.3 | More information |
cl-acclimation | 0.0.0-1.4d51150 | More information |
r-tmvnsim | 1.0-2 | More information |
ecl-clawk | 4-1.3a91634 | More information |
rust-glob | 0.2.11 | More information |
python-xlib | 0.27 | More information |
rust-libssh2-sys | 0.2.19 | More information |
ghc-xml-hamlet | 0.5.0.1 | More information |
guile3.0-hall | 0.3.1 | More information |
rust-core-video-sys | 0.1.3 | More information |
nmrpflash | 0.9.14 | More information |
emacs-literate-calc-mode | 0.1-1.a50e897 | More information |
maven-artifact-transfer | 0.12.0 | More information |
emacs-hyperbole | 7.1.3 | More information |
ecl-cl-webkit | 2.4-10.5ce3ea1 | More information |
ghc-pgp-wordlist | 0.1.0.3 | More information |
rust-enum-as-inner | 0.2.1 | More information |
chezmoi | 1.8.1 | More information |
variant-tools | 3.1.2 | More information |
python-authheaders | 0.13.0 | More information |
python-rstr | 2.2.6 | More information |
rust-syslog | 4.0.1 | More information |
ucsim | 0.6-pre67 | More information |
guile3.0-sdl2 | 0.5.0 | More information |
ecl-retrospectiff | 0.2-0.c2a69d7 | More information |
rust-notify | 4.0.15 | More information |
rust-piston-graphics-api-version | 0.2.0 | More information |
rust-tiff | 0.3.1 | More information |
python-pywatchman | 1.4.1 | More information |
rust-env-logger | 0.6.2 | More information |
ocaml4.07-ppx-jane | 0.11.0 | More information |
wlr-randr | 0.1.0 | More information |
rust-assert-cmd | 0.9.1 | More information |
rust-lock-api | 0.1.5 | More information |
emacs-shell-pop | 0.64-0.4b43940 | More information |
rust-conv | 0.3.3 | More information |
ruby-open-uri-cached | 0.0.5 | More information |
python-pypika | 0.44.0 | More information |
rust-base64 | 0.13.0 | More information |
sbcl-zpng | 1.2.2 | More information |
sbcl-geco | 2.1.1 | More information |
ecl-cl-who | 1.1.4-1.2c08caa | More information |
gnome-multi-writer | 3.35.90 | More information |
python-patiencediff | 0.2.0 | More information |
ecl-postmodern | 1.19-1.74469b2 | More information |
r-erm | 1.0-1 | More information |
ecl-mcclim | 0.9.7-1.04cc542 | More information |
ecl-hu.dwim.defclass-star | 2015-07-09 | More information |
rust-unicase | 1.4.2 | More information |
rust-phf | 0.8.0 | More information |
opensbi-qemu-generic | 0.8 | More information |
queen-it | 1.0 | More information |
chipmunk | 7.0.3 | More information |
rust-rand-xoshiro | 0.3.0 | More information |
ocaml-lwt-react | 1.1.3 | More information |
guile3.0-email | 0.2.2 | More information |
r-v8 | 3.4.0 | More information |
ocaml4.07-piqilib | 0.6.15 | More information |
rust-glutin-egl-sys | 0.1.4 | More information |
r-dcv | 0.1.1 | More information |
rust-stdweb-internal-macros | 0.2.9 | More information |
maven-enforcer-rules | 3.0.0-M3 | More information |
opensurge | 0.5.1.2 | More information |
rust-hyper-tls | 0.4.3 | More information |
ecl-zpb-exif | 1.2.4 | More information |
r-calculus | 0.2.1 | More information |
go-github-com-jbenet-go-context | 0.0.1-1.d14ea06 | More information |
go-github-com-pelletier-go-toml | 1.8.0 | More information |
rust-simd | 0.2.4 | More information |
sbcl-bordeaux-fft | 1.0.1-0.4a1f560 | More information |
python-flask-cors | 3.0.9 | More information |
goxel | 0.10.7 | More information |
ecl-ieee-floats | 20170924-1.566b51a | More information |
fcitx5-qt | 5.0.1 | More information |
python-rcssmin | 1.0.6 | More information |
python-transaction | 3.0.0 | More information |
rust-percent-encoding | 2.1.0 | More information |
rust-rust-argon2 | 0.5.1 | More information |
rust-json | 0.11.15 | More information |
rust-clippy | 0.0.302 | More information |
rust-publicsuffix | 1.5.4 | More information |
confclerk | 0.6.4 | More information |
python-trytond-purchase | 5.6.0 | More information |
rust-grep | 0.2.7 | More information |
js8call | 2.2.0 | More information |
cl-array-utils | 1.1.1-0.f90eb90 | More information |
rust-quickcheck-macros | 0.9.1 | More information |
ccal | 2.5.3 | More information |
python-mypy | 0.790 | More information |
ecl-quri | 0.1.0-2.b53231c | More information |
rust-cairo-sys-rs | 0.10.0 | More information |
rust-scopeguard | 1.1.0 | More information |
dhall | 1.32.0 | More information |
rust-textwrap | 0.11.0 | More information |
rust-cc | 1.0.66 | More information |
python-pyenchant | 2.0.0 | More information |
rust-calloop | 0.4.4 | More information |
rust-rustc-hash | 1.1.0 | More information |
chicken-datatype | 1.6 | More information |
rust-native-tls | 0.2.6 | More information |
rust-signal-hook | 0.1.13 | More information |
perl-tie-simple | 1.04 | More information |
ocaml4.07-ppx-pipebang | 0.11.0 | More information |
emacs-bm | 201905 | More information |
r-pathview | 1.30.1 | More information |
quickjs | 2020-11-08 | More information |
rust-malloc-buf | 0.0.6 | More information |
r-gpfit | 1.0-8 | More information |
sbcl-sycamore | 0.0.20120604 | More information |
rust-num-traits | 0.1.43 | More information |
r-dicedesign | 1.8-1 | More information |
cl-hu.dwim.defclass-star | 2015-07-09 | More information |
knockd | 0.7 | More information |
rust-webpki | 0.21.2 | More information |
rust-dissimilar | 1.0.1 | More information |
rust-fuchsia-zircon | 0.3.3 | More information |
perl-dynaloader-functions | 0.003 | More information |
sbcl-quantile-estimator | 0.0.1 | More information |
rust-cargo-metadata | 0.9.1 | More information |
rust-bytecount | 0.5.1 | More information |
java-sonatype-aether-impl | 1.7 | More information |
edirect-go-programs | 13.3.20200128 | More information |
ruby-asciidoctor-pdf | 1.5.3-1.d257440 | More information |
python-wget | 3.2 | More information |
emacs-evil-leader | 0.4.3 | More information |
cogutil | 2.0.3-1.b07b41b | More information |
emacs-svg-tag-mode | 0.1-1.87489d2 | More information |
rust-arrayref | 0.3.6 | More information |
rust-serde | 0.9.15 | More information |
sleef | 3.5.1 | More information |
emacs-company-emoji | 2.6.0 | More information |
r-fracdiff | 1.5-1 | More information |
cl-dissect | 1.0.0-1.cffd384 | More information |
go-github-com-mitchellh-reflectwalk | 1.0.1 | More information |
dolphin-plugins | 20.04.1 | More information |
r-rstan | 2.21.2 | More information |
rust-regex-automata | 0.1.9 | More information |
rust-x11-clipboard | 0.4.0 | More information |
xsettingsd | 1.0.0 | More information |
libgdiplus | 6.0.4 | More information |
srain | 1.1.2 | More information |
go-github-com-frankban-quicktest | 1.11.1 | More information |
rust-num-rational | 0.3.0 | More information |
metapixel | 1.0.2-1.98ee9da | More information |
mednafen | 1.26.1 | More information |
dune-subgrid-openmpi | 2.7.0-git-2103a363 | More information |
krdc | 20.04.1 | More information |
emacs-ob-sclang | 20201222 | More information |
rust-rustls | 0.17.0 | More information |
r-gamm4 | 0.2-6 | More information |
rust-quickcheck | 0.5.0 | More information |
rust-ron | 0.5.1 | More information |
ghc-transformers | 0.5.6.2 | More information |
antlr4 | 4.1 | More information |
python-libtmux | 0.8.5 | More information |
ttyebus-linux-module | 1.5-0.fe4332a | More information |
python-citeproc-py | 0.5.1 | More information |
font-iosevka-sparkle | 4.0.3 | More information |
rust-itoa | 0.3.4 | More information |
python-git-multimail | 1.5.0.post1 | More information |
perl-opengl | 0.70 | More information |
libcacard | 2.7.0 | More information |
python-pytest-trio | 0.6.0 | More information |
emacs-ytdl | 1.3.5 | More information |
sky | 1.2 | More information |
ocaml4.07-base | 0.11.1 | More information |
rust-oorandom | 11.1.0 | More information |
kmbox | 20.04.1 | More information |
r-bridgesampling | 1.0-0 | More information |
guile-machine-code | 2.1.0 | More information |
r-mlr3tuning | 0.5.0 | More information |
libyaml+static | 0.2.5 | More information |
rust-decimal | 2.0.4 | More information |
emacs-auto-sudoedit | 1.0.0 | More information |
gssdp | 1.2.3 | More information |
libglib-testing | 0.1.0 | More information |
rust-automod | 1.0.0 | More information |
go-github-com-rogpeppe-go-internal | 1.6.1 | More information |
python-bitarray | 1.4.0 | More information |
cogserver | 0-2.ec5f3b9 | More information |
openni2 | 2.2.0 | More information |
rust-embed-resource | 1.3.1 | More information |
rust-arrayvec | 0.4.12 | More information |
rust-typenum | 1.12.0 | More information |
rust-freetype | 0.4.1 | More information |
rust-hex | 0.2.0 | More information |
rust-aes | 0.4.0 | More information |
rust-rpassword | 3.0.2 | More information |
r-bbotk | 0.2.2 | More information |
sbcl-plump | 2.0.0-1.34f890f | More information |
emacs-bluetooth | 0.2 | More information |
rust-proptest | 0.8.7 | More information |
setzer | 0.3.8 | More information |
rust-socks | 0.3.2 | More information |
ecl-checkl | 0.0.0-1.8032880 | More information |
rust-ignore | 0.4.16 | More information |
rust-combine-regex-1 | 1.0.0 | More information |
mediasdk | 20.1.1 | More information |
ecl-specialized-function | 0.0.0-2.dee56d2 | More information |
libredwg | 0.11.1 | More information |
rust-uuid | 0.5.1 | More information |
emacs-persist | 0.4 | More information |
emacs-flycheck-guile | 0.2 | More information |
djvusmooth | 0.3 | More information |
xstow | 1.0.2 | More information |
rust-core-graphics | 0.17.3 | More information |
ocaml4.07-variantslib | 0.11.0 | More information |
rust-merlin | 2.0.0 | More information |
python-pytest-remotedata | 0.3.2 | More information |
rust-wasm-bindgen | 0.2.69 | More information |
rust-thiserror | 1.0.22 | More information |
bonnie++ | 1.98 | More information |
cl-freetype2 | 1.1-0.96058da | More information |
rust-string-cache-codegen | 0.4.4 | More information |
emacs-interleave | 1.4.0 | More information |
rust-x11 | 2.18.2 | More information |
rust-lazy-static | 1.3.0 | More information |
libgadu | 1.12.2 | More information |
kcalutils | 20.04.1 | More information |
libofa | 0.9.3 | More information |
rust-cryptovec | 0.4.6 | More information |
libportal | 0.3-1.bff3289 | More information |
guile-hashing | 1.2.0 | More information |
go-github-com-go-git-gcfg | 1.5.0 | More information |
r-decon | 1.2-4 | More information |
rust-nom | 4.2.3 | More information |
rust-crypto-tests | 0.5.5 | More information |
sbcl-qbase64 | 0.3.0 | More information |
dbxfs | 1.0.48 | More information |
corsix-th | 0.64 | More information |
rust-autocfg | 1.0.1 | More information |
sbcl-check-it | 0.1.0-1.b79c910 | More information |
emacs-org-edna | 1.1.2 | More information |
tiny-bignum | 0-0.1d7a1f9 | More information |
ecl-circular-streams | 0.1.0-1.e770bad | More information |
python-pytest-openfiles | 0.5.0 | More information |
flwrap | 1.3.5 | More information |
rust-ufmt-write | 0.1.0 | More information |
opencpn | 5.0.0 | More information |
rust-osmesa-sys | 0.1.2 | More information |
konsole | 20.04.1 | More information |
ocaml4.07-ppx-bin-prot | 0.11.1 | More information |
rust-ena | 0.14.0 | More information |
ghc-wizards | 1.0.3 | More information |
rust-webpki-roots | 0.19.0 | More information |
python-scour | 038.1 | More information |
rust-mimalloc | 0.1.20 | More information |
rust-slog | 2.5.2 | More information |
rav1e | 0.3.4 | More information |
gtx | 0.2.2 | More information |
python-pytest-sanic | 1.6.2 | More information |
rust-arrayvec | 0.5.1 | More information |
emacs-chess | 2.0.5 | More information |
rust-num-derive | 0.3.2 | More information |
node-far | 0.0.7 | More information |
rust-wayland-server | 0.23.6 | More information |
java-treelayout | 1.0.3 | More information |
r-brglm | 0.7.1 | More information |
lure-it | 1.1 | More information |
r-boa | 1.1.8-2 | More information |
rust-block | 0.1.6 | More information |
go-github-com-mattn-go-pointer | 0.0.0-1.a0a4439 | More information |
ecl-antik-base | 0.0.0-1.e4711a6 | More information |
rust-memoffset | 0.5.3 | More information |
r-entropy | 1.2.1 | More information |
opensles | 1.1.0 | More information |
cl-float-features | 1.0.0 | More information |
python-boto3 | 1.16.22 | More information |
rust-clang-sys | 1.0.0 | More information |
rust-draw-state | 0.8.0 | More information |
r-lsd | 4.1-0 | More information |
rust-retain-mut | 0.1.1 | More information |
glabels | 3.4.1 | More information |
rust-gl | 0.11.0 | More information |
rust-futures-task | 0.3.8 | More information |
mojoshader-cs | 20191205-1.10d0dba | More information |
cl-clsql | 6.7.0 | More information |
rust-dtoa-short | 0.3.2 | More information |
rust-smithay-client-toolkit | 0.4.6 | More information |
ecl-http-body | 0.1.0-1.dd01dc4 | More information |
bitcoin-unlimited | 1.9.0.1 | More information |
cl-misc-extensions | 3.3-1.101c051 | More information |
rust-markup5ever | 0.10.0 | More information |
python-importlib-resources | 3.0.0 | More information |
r-stabs | 0.6-3 | More information |
ghc-generic-random | 1.2.0.0 | More information |
universal-ctags | 5.9.20201018.0 | More information |
rust-object | 0.17.0 | More information |
gnome-weather | 3.34.0 | More information |
rust-petgraph | 0.5.1 | More information |
rust-shell-words | 0.1.0 | More information |
r-org-eck12-eg-db | 3.12.0 | More information |
python-dogtail | 0.9.11 | More information |
ecl-cl-mustache | 0.12.1 | More information |
rust-enum-as-inner | 0.3.3 | More information |
hurd | 0.9-1.91a5167 | More information |
rust-universal-hash | 0.4.0 | More information |
emacs-roguel-ike | 0.1.0-0.706dcb0 | More information |
go-github-com-godbus-dbus | 5.0.3 | More information |
bcachefs-static | 0.1-2.db931a4 | More information |
firebird | 3.0.7 | More information |
cl-ppcre-unicode | 2.1.1 | More information |
sbcl-mmap | 1.0.0-0.ba2e98c | More information |
cl-supertrace | 0.1.0-1.66d22c3 | More information |
unicode-emoji | 12.0 | More information |
rust-weedle | 0.10.0 | More information |
emacs-undo-fu | 0.4-0.c0806c1 | More information |
cl-rdkafka | 1.0.2 | More information |
rust-rustc-serialize | 0.3.24 | More information |
kmime | 20.04.1 | More information |
python-aiosqlite | 0.12.0 | More information |
rust-const-random-macro | 0.1.8 | More information |
maven-compiler-plugin | 3.8.1 | More information |
rust-futures-io | 0.3.8 | More information |
cramfs-tools | 2.1 | More information |
rust-http | 0.1.17 | More information |
rust-miow | 0.2.1 | More information |
rust-strum-macros | 0.18.0 | More information |
rust-cocoa | 0.18.5 | More information |
rust-tracing-fmt | 0.1.1 | More information |
ecl-mgrs | 1.0-0.0045546 | More information |
ecl-exponential-backoff | 0-1.8d9e844 | More information |
rust-fs-extra | 1.1.0 | More information |
flyer-composer | 1.0rc2 | More information |
rust-cookie-store | 0.12.0 | More information |
ecl-type-r | 0.0.0-1.83c89e3 | More information |
r-msmseda | 1.28.0 | More information |
r-infer | 0.5.3 | More information |
surge-synth | 1.7.1 | More information |
r-gprofiler2 | 0.2.0 | More information |
rtl8812au-aircrack-ng-linux-module | 5.6.4.2-3.62cb003 | More information |
gajim-openpgp | 1.2.14 | More information |
r-httpcode | 0.3.0 | More information |
rust-fnv | 1.0.6 | More information |
rust-libnghttp2-sys | 0.1.4+1.41.0 | More information |
guile2.2-minikanren | 20150424.e844d85 | More information |
rust-rand | 0.3.23 | More information |
cl-clawk | 4-1.3a91634 | More information |
python-parallel | 1.6.4.4 | More information |
kdiagram | 2.7.0 | More information |
rust-ipconfig | 0.2.2 | More information |
rust-cookie | 0.14.2 | More information |
rust-crossbeam-deque | 0.6.3 | More information |
rust-utf8-ranges | 0.1.3 | More information |
rust-glutin-glx-sys | 0.1.5 | More information |
python-lazr-delegates | 2.0.4 | More information |
rust-crossbeam-deque | 0.7.3 | More information |
sbcl-cl-randist | 0.4.2 | More information |
rust-partial-io | 0.2.5 | More information |
rust-hyper | 0.12.35 | More information |
rust-rand-core | 0.4.2 | More information |
python-django-classy-tags | 2.0.0 | More information |
rust-quote | 0.5.2 | More information |
ecl-claw-support | 1.0.0 | More information |
rust-inotify | 0.7.1 | More information |
libmediaart | 1.9.4 | More information |
kgpg | 20.04.1 | More information |
lua5.2-lgi | 0.9.2 | More information |
r-catalyst | 1.14.0 | More information |
flyer-composer-cli | 1.0rc2 | More information |
rust-pbkdf2 | 0.3.0 | More information |
guile2.2-picture-language | 0.0.1-2.bf4600b | More information |
cl-skippy | 1.3.12-0.e456210 | More information |
perl-devel-callchecker | 0.008 | More information |
bchoppr | 1.8.0 | More information |
rust-serde-urlencoded | 0.6.1 | More information |
libopenmpt | 0.5.4 | More information |
r-shadowtext | 0.0.7 | More information |
python-eliot | 1.12.0 | More information |
libtcod | 1.15.1 | More information |
sbcl-cl-ana | 0.0.0-1.fa7cee4 | More information |
xandikos | 0.2.3 | More information |
python-pyfavicon | 0.1.1 | More information |
ecl-cl-randist | 0.4.2 | More information |
emacs-gnus-harvest | 1.0-0.feda071 | More information |
rust-average | 0.10.4 | More information |
python-blessed | 1.17.8 | More information |
tslib | 1.22 | More information |
rust-system-deps | 1.3.2 | More information |
play-to-kodi-chromium | 1.9.1 | More information |
r-snplocs-hsapiens-dbsnp144-grch37 | 0.99.20 | More information |
ruby-wwtd | 1.4.1 | More information |
minetest-mineclone | 0.66.2 | More information |
r-ingredients | 2.0 | More information |
maven-enforcer-plugin | 3.0.0-M3 | More information |
convmv | 2.05 | More information |
transset | 1.0.2 | More information |
emacs-treemacs-extra | 2.8 | More information |
rust-bumpalo | 3.2.1 | More information |
ocaml4.07-ppx-expect | 0.12.0 | More information |
rust-unchecked-index | 0.2.2 | More information |
ronn | 0.7.3 | More information |
python-immutables | 0.14 | More information |
earlyoom | 1.6.2 | More information |
r-stm | 1.3.6 | More information |
iputils | 20190709 | More information |
trezord-udev-rules | 0.0.0-0.bff7fdf | More information |
sbcl-agutil | 0.0.1-1.df188d7 | More information |
xmenu | 4.4.1 | More information |
drbd-utils | 9.15.1 | More information |
rust-serde | 1.0.117 | More information |
c-blosc | 1.18.1 | More information |
rust-futures-core | 0.3.8 | More information |
erofs-utils | 1.2 | More information |
lsscsi | 0.31 | More information |
ripgrep | 12.1.1 | More information |
blktrace | 1.2.0-1.db4f634 | More information |
chicken-agrep | 1.7 | More information |
cl-inflector | 0.2-1.f1ab169 | More information |
cl-caveman | 2.4.0-1.faa5f7e | More information |
ecl-do-urlencode | 0.0.0-1.1998464 | More information |
ghc-psqueue | 1.1.0.1 | More information |
rust-wasm-bindgen-test-crate-b | 0.1.0 | More information |
rust-nalgebra | 0.18.1 | More information |
r-ashr | 2.2-47 | More information |
sbcl-hu.dwim.common-lisp | 2015-07-09 | More information |
rust-itoa | 0.1.1 | More information |
bats | 1.2.0 | More information |
font-jetbrains-mono | 2.210 | More information |
pandoc-citeproc | 0.16.2 | More information |
kpimtextedit | 20.04.1 | More information |
cl-project | 0.3.1-1.1511070 | More information |
rust-async-trait | 0.1.40 | More information |
rust-piston-window | 0.105.0 | More information |
collectd | 5.12.0 | More information |
feedbackd | 0.0.0+git20200527 | More information |
rust-dotenv | 0.10.1 | More information |
gnome-shell-extension-paperwm | 36.0 | More information |
cl-interpol | 0.2.6-1.1fd288d | More information |
rust-c2-chacha | 0.2.2 | More information |
muchsync | 6 | More information |
python-qdarkstyle | 2.8.1 | More information |
rust-rustc-rayon-core | 0.3.0 | More information |
guvcview | 2.0.6 | More information |
rust-natord | 1.0.9 | More information |
guile3.0-hashing | 1.2.0 | More information |
sbcl-regex | 1-1.fbc9a9f | More information |
rust-vcpkg | 0.2.11 | More information |
sbcl-3bz | 0.0.0-0.d611908 | More information |
chessx | 1.5.4 | More information |
rust-failure-derive | 0.1.7 | More information |
svt-vp9 | 0.3.0 | More information |
emacs-csv | 2.1 | More information |
ecl-trivialib-type-unify | 0.1-1.62492eb | More information |
rust-spmc | 0.3.0 | More information |
emacs-undo-fu-session | 0.2-0.56cdd35 | More information |
rust-wasm-bindgen-macro | 0.2.69 | More information |
python-django-q | 1.3.4 | More information |
r-cummerbund | 2.32.0 | More information |
r-rlinsolve | 0.3.1 | More information |
eboard | 1.1.3 | More information |
rust-goblin | 0.2.1 | More information |
ecl-trivial-download | 0.3-1.d247206 | More information |
ecl-cl-abnf | 0.0.0-1.ba1fbb1 | More information |
r-randomizr | 0.20.0 | More information |
gnome-shell-extension-appindicator | 33 | More information |
emacs-execline | 0.1-1.c75dd9b | More information |
rust-static-assertions | 1.1.0 | More information |
rust-bindgen | 0.33.2 | More information |
emacs-xelb-no-x-toolkit | 0.18 | More information |
rust-parking-lot-core | 0.4.0 | More information |
nextpnr-ice40 | 0.0.0-1.fbe486d | More information |
mtpaint | 3.49.33 | More information |
perl-authen-dechpwd | 2.007 | More information |
python-anytree | 2.8.0 | More information |
r-argon2 | 0.2-0 | More information |
unifdef | 2.12 | More information |
go-github-com-jmespath-go-jmespath | 0.4.0 | More information |
ghc-websockets | 0.12.6.1 | More information |
ecl-chunga | 1.1.7 | More information |
emacs-solidity | 0.1.10-0.d166a86 | More information |
rust-piston-viewport | 1.0.0 | More information |
emacs-elf-mode | 0.1.0 | More information |
rust-darling-core | 0.10.2 | More information |
sbcl-custom-hash-table | 0.3-1.f269831 | More information |
ecl-clx-truetype | 0.0.1-1.c6e10a9 | More information |
rust-error-chain | 0.12.2 | More information |
rust-trust-dns-native-tls | 0.19.5 | More information |
brltty | 6.1 | More information |
rust-rusty-fork | 0.2.2 | More information |
maven-dependency-tree | 3.0.1 | More information |
grocsvs | 0.2.6.1-1.ecd956a | More information |
rust-bs58 | 0.2.5 | More information |
rust-pangocairo-sys | 0.10.1 | More information |
libcyaml | 1.1.0 | More information |
r-msm | 1.6.8 | More information |
ecm | 1.0.3 | More information |
rust-hashbrown | 0.1.8 | More information |
rust-rand-xoshiro | 0.1.0 | More information |
wpewebkit | 2.28.3 | More information |
python-libfreenect | 0.6.1 | More information |
python-hypercorn | 0.10.2 | More information |
util-linux-with-udev | 2.35.1 | More information |
cl-lisp-unit2 | 0.2.0-1.fb97215 | More information |
rust-humantime | 2.0.1 | More information |
vo-amrwbenc | 0.1.3 | More information |
rust-cairo-rs | 0.9.1 | More information |
rust-takeable-option | 0.4.0 | More information |
rust-core-arch | 0.1.5 | More information |
libsocketcan | 0.0.11 | More information |
emacs-parsec | 0.1.3-0.2cbbbc2 | More information |
mercury-minimal | 20.06.1 | More information |
rust-rustc-demangle | 0.1.16 | More information |
rust-ivf | 0.1.0 | More information |
editline | 1.17.1 | More information |
rust-static-assertions | 0.3.4 | More information |
rust-webpki | 0.19.1 | More information |
sbcl-clesh | 0.0.0-1.44e96e0 | More information |
r-locpol | 0.7-0 | More information |
glances | 3.1.4 | More information |
rust-gimli | 0.18.0 | More information |
guile3.0-charting | 0.2.0 | More information |
krfb | 20.04.1 | More information |
rust-log | 0.4.11 | More information |
rust-toml | 0.5.8 | More information |
rust-rustc-ap-rustc-ast | 654.0.0 | More information |
r-aws-signature | 0.6.0 | More information |
plymouth | 0.9.4 | More information |
rust-winreg | 0.6.2 | More information |
rust-nix | 0.17.0 | More information |
ecl-lisp-unit2 | 0.2.0-1.fb97215 | More information |
rust-md-5 | 0.8.0 | More information |
ecl-form-fiddle | 1.1.0-0.e0c2359 | More information |
rust-pico-sys | 0.0.1 | More information |
rust-sha-1 | 0.9.1 | More information |
ghc-bencode | 0.6.1.1 | More information |
grub-minimal | 2.04 | More information |
ecl-uuid | 2012.12.26-1.e7d6680 | More information |
stb-truetype | 1.24 | More information |
emacs-uml-mode | 0.0.4-1.4c37ac1 | More information |
rust-simd-helpers | 0.1.0 | More information |
liblouisutdml | 2.9.0 | More information |
intel-xed | 11.2.0 | More information |
hash-extender | 0.0-2.cb8aaee | More information |
python-pynndescent | 0.4.8 | More information |
rust-phf-macros | 0.7.24 | More information |
rust-ordered-float | 1.0.2 | More information |
aws-sdk-cpp | 1.8.102 | More information |
rust-aom-sys | 0.1.4 | More information |
python-sshpubkeys | 3.1.0 | More information |
go-github-com-aws-sdk | 1.35.2 | More information |
svt-av1 | 0.8.6 | More information |
sbcl-osicat | 0.7.0-1.de0c18a | More information |
guile2.2-hashing | 1.2.0 | More information |
go-golang-zx2c4-com-wireguard | 0.0.20200320 | More information |
go-github-go-git | 5.1.0 | More information |
ocaml4.07-fftw3 | 0.8.4 | More information |
ecl-html-entities | 0.02-1.4af0180 | More information |
guile3.0-wisp | 1.0.3 | More information |
ruby-ruby-parser | 3.14.2 | More information |
kmailtransport | 20.04.1 | More information |
sbcl-documentation-utils-extensions | 0.0.0-1.f67f8a0 | More information |
emacs-boon | 1.1 | More information |
rust-gio-sys | 0.10.1 | More information |
rust-tokio-trace-core | 0.2.0 | More information |
libnl-python2 | 3.5.0 | More information |
srt | 1.4.1 | More information |
ecl-command-line-arguments | 2.0.0-1.fbac862 | More information |
ipset | 7.10 | More information |
dune-istl-openmpi | 2.7.0 | More information |
sbcl-cl-inflector | 0.2-1.f1ab169 | More information |
inspekt3d | 0-0.703f52c | More information |
rust-semver-parser | 0.10.1 | More information |
ecl-caveman | 2.4.0-1.faa5f7e | More information |
python-terminaltables | 3.1.0 | More information |
rust-lab | 0.7.2 | More information |
sbcl-datafly | 0.1-1.adece27 | More information |
guile2.2-commonmark | 0.1.2 | More information |
guile2.2-gi | 0.3.0 | More information |
rust-bitflags | 0.7.0 | More information |
rust-image | 0.22.5 | More information |
rust-num-bigint | 0.3.0 | More information |
rust-skeptic | 0.9.0 | More information |
rust-rust-hawktracer-proc-macro | 0.4.1 | More information |
emacs-boxquote | 2.1-0.7e47e0e | More information |
python-flufl-testing | 0.8 | More information |
go-gopkg-in-natefinch-lumberjack.v2 | 2.1 | More information |
ocrodjvu | 0.12 | More information |
guile3.0-haunt | 0.2.4 | More information |
rust-standback | 0.2.10 | More information |
go-github-com-huandu-xstrings | 1.3.2 | More information |
rust-docopt | 0.8.3 | More information |
rust-abomonation | 0.7.3 | More information |
ecl-asdf-finalizers | 0.0.0-1.7f537f6 | More information |
rygel | 0.38.3 | More information |
rust-deflate | 0.8.6 | More information |
rust-expectest | 0.9.2 | More information |
r-asd | 2.2 | More information |
python-pytest-doctestplus | 0.7.0 | More information |
rust-handlegraph | 0.3.0 | More information |
rust-thread-local | 1.0.1 | More information |
go-github-com-zalando-go-keyring | 0.1.0 | More information |
go-github-com-gologme-log | 1.2.0 | More information |
java-surefire-extensions-api | 3.0.0-M4 | More information |
gnome-user-docs | 3.32.3 | More information |
r-emplik | 1.1-1 | More information |
python-lfdfiles | 2020.1.1 | More information |
guile2.2-mcron | 1.2.0 | More information |
sbcl-form-fiddle | 1.1.0-0.e0c2359 | More information |
rust-gfa | 0.6.2 | More information |
gdl | 3.34.0 | More information |
rust-clap | 2.33.3 | More information |
hosts | 3.6.3 | More information |
r-greylistchip | 1.22.0 | More information |
rust-gettext-rs | 0.5.0 | More information |
pdf2djvu | 0.9.17.1 | More information |
python-aws-sam-translator | 1.30.1 | More information |
ispell | 3.4.00 | More information |
rust-winapi-build | 0.1.1 | More information |
rust-insta | 0.16.1 | More information |
blobwars | 2.00 | More information |
python-atpublic | 1.0 | More information |
r-grouped | 0.6-0 | More information |
debianutils | 4.11.1 | More information |
r-tensor | 1.5 | More information |
rust-js-sys | 0.3.46 | More information |
libticalcs2 | 1.1.9 | More information |
rust-lab | 0.4.4 | More information |
java-eclipse-aether-api | 1.0.2 | More information |
rust-rls-span | 0.5.2 | More information |
rust-core-text | 13.3.2 | More information |
komikku | 0.24.0 | More information |
rust-wasm-bindgen-futures | 0.3.27 | More information |
guile-eris | 0.2.0 | More information |
emacs-moody | 0.5.4 | More information |
emacs-nord-theme | 0.5.0 | More information |
cl-uffi | 2.1.2 | More information |
glmark2 | 2020.04 | More information |
python-django-url-filter | 0.3.15 | More information |
cl-qbase64 | 0.3.0 | More information |
rust-lalrpop | 0.17.2 | More information |
r-stanheaders | 2.21.0-6 | More information |
sbcl-moptilities | 0.3.13-1.a436f16 | More information |
rust-thiserror-impl | 1.0.22 | More information |
parlatype | 2.1 | More information |
emacs-typing | 1.1.4-0.a2ef25d | More information |
python-minio | 6.0.0 | More information |
sbcl-stumpwm-globalwindows | 0.0.1-2.920f8fc | More information |
emacs-evil-escape | 3.14 | More information |
rust-trust-dns-native-tls | 0.6.3 | More information |
cl-html-entities | 0.02-1.4af0180 | More information |
rust-rustls | 0.18.1 | More information |
rust-aho-corasick | 0.6.10 | More information |
rust-expat-sys | 2.1.6 | More information |
python-gcovr | 4.2 | More information |
rust-toml | 0.4.10 | More information |
ecl-ltk | 0.992 | More information |
rust-float-cmp | 0.6.0 | More information |
ecl-external-program | 0.0.6-1.5888b8f | More information |
xclickroot | 1.2 | More information |
emacs-fd | 0.1.0 | More information |
ocaml4.07-merlin | 3.2.2 | More information |
emacs-frames-only-mode | 1.0.0 | More information |
rust-colored | 1.9.1 | More information |
cl-lambda-fiddle | 1.0.0-1.d16bba5 | More information |
ghc-serialise | 0.2.1.0 | More information |
r-spatstat | 1.64-1 | More information |
rust-num-complex | 0.1.43 | More information |
hunspell-dict-de | 20161207 | More information |
go-gotest-tools-internal-difflib | 2.3.0 | More information |
ecl-cl-xmlspam | 0.0.0-1.ea06abc | More information |
rust-term | 0.5.2 | More information |
rust-ansi-term | 0.11.0 | More information |
sbcl-dbi | 0.9.4-1.31c4686 | More information |
python-signedjson | 1.1.1 | More information |
ecl-zstd | 1.0-1.d144582 | More information |
autofs | 5.1.6 | More information |
emacs-frame-local | 0.0.1-0.7ee1106 | More information |
rust-unicode-xid | 0.1.0 | More information |
purple-mm-sms | 0.1.4 | More information |
python-apiron | 5.1.0 | More information |
rust-typed-headers | 0.2.0 | More information |
gtksheet | 4.3.5 | More information |
ecl-generic-cl | 0.7.1-1.8e5a814 | More information |
ecl-cl-coroutine | 0.1-1.de098f8 | More information |
python-websockets | 8.1 | More information |
r-loo | 2.4.0 | More information |
castor | 0.8.16 | More information |
guile3.0-fibers | 1.0.0 | More information |
rust-image | 0.23.6 | More information |
softhsm | 2.6.1 | More information |
sbcl-cl-rdkafka | 1.0.2 | More information |
texlive-libertine | 51265 | More information |
python-jsonplus | 0.8.0 | More information |
rust-zbase32 | 0.1.2 | More information |
fna | 19.12.01 | More information |
guile3.0-websocket | 0.1 | More information |
rawdog | 2.23 | More information |
rust-font-kit | 0.4.0 | More information |
cl-3bz | 0.0.0-0.d611908 | More information |
rust-pistoncore-window | 0.44.0 | More information |
rust-bstr | 0.1.4 | More information |
rust-heapsize | 0.4.2 | More information |
rust-xml-rs | 0.7.0 | More information |
rust-num-rational | 0.2.3 | More information |
rust-env-logger | 0.5.13 | More information |
guile2.2-charting | 0.2.0 | More information |
sbcl-postmodern | 1.19-1.74469b2 | More information |
yml2 | 2.6.3 | More information |
r-isocodes | 2020.12.04 | More information |
rust-version-sync | 0.6.0 | More information |
ocaml4.07-dune | 1.11.3 | More information |
fntsample | 5.3 | More information |
opencolorio | 1.1.1 | More information |
cl-uuid | 2012.12.26-1.e7d6680 | More information |
rust-rle-decode-fast | 1.0.1 | More information |
rust-criterion | 0.3.3 | More information |
ruby-tomparse | 0.4.2 | More information |
dune-common-openmpi | 2.7.0 | More information |
rust-proc-macro-hack | 0.4.2 | More information |
rust-time | 0.2.19 | More information |
rust-strsim | 0.8.0 | More information |
nginx-lua-module | 0.10.16 | More information |
aspell-dict-sl | 0.50-0 | More information |
sbcl-stumpwm-cpu | 0.0.1-2.920f8fc | More information |
ghc-wai-app-static | 3.1.7.1 | More information |
python-pgpy | 0.5.3 | More information |
emacs-spaceline-next | 2.0.1-0.1b26af2 | More information |
gstreamer-docs | 1.18.1 | More information |
ropgadget | 6.4 | More information |
fox | 1.6.57 | More information |
r-rselenium | 1.7.7 | More information |
r-optimx | 2020-4.2 | More information |
rust-miniz-oxide | 0.3.6 | More information |
rust-nom | 5.1.2 | More information |
rust-bumpalo | 2.6.0 | More information |
meshlab | 2020.06 | More information |
rust-rust-hawktracer-normal-macro | 0.4.1 | More information |
gdb-minimal | 10.1 | More information |
python-pytest-benchmark | 3.2.3 | More information |
gnome-initial-setup | 3.32.1 | More information |
r-bluster | 1.0.0 | More information |
emacs-scpaste | 0.6.5 | More information |
sbcl-pzmq | 0.0.0-1.7c7390e | More information |
r-m3c | 1.12.0 | More information |
go-github-com-sergi-go-diff | 1.1.0 | More information |
r-ideoviz | 1.26.0 | More information |
rust-curl-sys | 0.4.20 | More information |
rust-rustversion | 1.0.2 | More information |
flowee | 2020.04.1 | More information |
rust-remove-dir-all | 0.5.3 | More information |
rust-jemallocator | 0.1.9 | More information |
rust-podio | 0.1.7 | More information |
rust-getch | 0.2.1 | More information |
ecl-cl-colors2 | 0.2.1-1.795aede | More information |
r-tidytext | 0.2.6 | More information |
lua-resty-lrucache | 0.10 | More information |
guile3.0-xapian | 0.1.0 | More information |
emacs-erc-status-sidebar | 0.1-1.ea4189a | More information |
dump1090 | 4.0 | More information |
python-migen | 0.9.2 | More information |
rust-async-compression | 0.3.5 | More information |
rust-scoped-tls | 1.0.0 | More information |
emacs-company-coq | 1.0.1 | More information |
r-zyp | 0.10-1.1 | More information |
rust-rand-core | 0.5.1 | More information |
ecl-trivial-shell | 0.2.0-1.e02ec19 | More information |
rust-miniz-oxide-c-api | 0.2.2 | More information |
r-tune | 0.1.2 | More information |
ruby-text-hyphen | 1.4.1 | More information |
guile2.2-hall | 0.3.1 | More information |
ecl-array-utils | 1.1.1-0.f90eb90 | More information |
warsow-qfusion | 2.5-1.c4de15d | More information |
fcitx5-chinese-addons | 5.0.2 | More information |
ocaml4.07-uri | 2.2.0 | More information |
rust-subtle | 2.2.3 | More information |
ghc-wai-websockets | 3.0.1.2 | More information |
wslay | 1.1.1 | More information |
cl-randist | 0.4.2 | More information |
rust-dirs | 1.0.5 | More information |
rust-zeroize-derive | 1.0.0 | More information |
ecl-rfc2388 | 0.0.0-1.591bcf7 | More information |
rust-gettext-rs | 0.4.4 | More information |
rust-structopt | 0.2.18 | More information |
hledger-web | 1.14.1 | More information |
rust-vswhom-sys | 0.1.0 | More information |
t4k-common | 0.1.1 | More information |
rust-rustc-hash | 1.0.1 | More information |
rust-glib-macros | 0.10.1 | More information |
rust-gimli | 0.20.0 | More information |
ecl-gtype | 0.1-2.2442e32 | More information |
r-matrixgenerics | 1.2.0 | More information |
ghc-hspec-megaparsec | 2.0.1 | More information |
date | 2.4.1-9a0ee254 | More information |
ruby-chunky-png | 1.3.14 | More information |
go-github-com-google-uuid | 1.1.1 | More information |
rust-rayon | 1.3.1 | More information |
aspell-dict-cs | 20040614-1 | More information |
rust-sequoia-openpgp | 0.9.0 | More information |
vl1-emulator | 1.1.0.0 | More information |
ecl-parse-js | 0.0.0-1.fbadc6029 | More information |
sbcl-float-features | 1.0.0 | More information |
rust-url | 2.2.0 | More information |
ninjas2 | 0.2.0 | More information |
rust-crossbeam-queue | 0.2.3 | More information |
ghc-special-values | 0.1.0.0 | More information |
clipnotify | 1.0.2 | More information |
r-config | 0.3 | More information |
rust-darling | 0.10.2 | More information |
rust-rand-chacha | 0.2.2 | More information |
rust-rpassword | 4.0.5 | More information |
python-plaster-pastedeploy | 0.7 | More information |
libfreenect | 0.6.1 | More information |
ecl-png-read | 0.3.1-1.ec29f38 | More information |
rust-freetype-sys | 0.9.0 | More information |
r-kmsurv | 0.1-5 | More information |
rust-webpki-roots | 0.17.0 | More information |
rust-unix-socket | 0.5.0 | More information |
rust-proc-macro-nested | 0.1.6 | More information |
rust-y4m | 0.5.3 | More information |
rust-predicates-tree | 1.0.0 | More information |
rust-atk-sys | 0.9.1 | More information |
chaiscript | 6.1.0 | More information |
rust-serde | 0.8.23 | More information |
rust-minisign | 0.5.20 | More information |
ecl-archive | 0.9-1.631271c | More information |
r-interval | 1.1-0.7 | More information |
omnitux | 1.2.1 | More information |
sbcl-cl-progress-bar | 0.0.0-1.9374170 | More information |
ecl-cl-change-case | 0.1.0-1.5ceff2a | More information |
rust-take-mut | 0.2.2 | More information |
rust-grep-regex | 0.1.8 | More information |
f2fs-tools-static | 1.14.0 | More information |
rust-matchers | 0.0.1 | More information |
rust-downcast-rs | 1.1.1 | More information |
go-golang-org-rainycape-unidecode | 0.0.0-1.cb7f23e | More information |
perl-perlio-gzip | 0.20 | More information |
guile2.2-fibers | 1.0.0 | More information |
rust-streaming-stats | 0.2.3 | More information |
guile3.0-rsvg | 2.18.1-0.05c6a2f | More information |
python-asgiref | 3.2.10 | More information |
r-phylogram | 2.1.0 | More information |
rust-clang-sys | 0.22.0 | More information |
pcb2gcode | 2.1.0 | More information |
svd2rust | 0.17.0 | More information |
sbcl-retrospectiff | 0.2-0.c2a69d7 | More information |
rust-downcast-rs | 1.2.0 | More information |
rust-serde-derive | 0.9.15 | More information |
rust-relative-path | 1.3.2 | More information |
rust-nalgebra | 0.19.0 | More information |
go-github-com-twpayne-go-shell | 0.3.0 | More information |
python-rdflib-jsonld | 0.5.0 | More information |
emacs-auth-source-xoauth2 | 1.0 | More information |
rust-gl-generator | 0.11.0 | More information |
syncthing-gtk | 0.9.4.4 | More information |
gnash | 0.8.11-0.583ccbc | More information |
python-asciitree | 0.3.3 | More information |
rust-rand-os | 0.2.2 | More information |
python-pytest-filter-subpackage | 0.1.1 | More information |
python-ipython-cluster-helper | 0.6.4 | More information |
compiledb | 0.10.1 | More information |
rust-rustc-ap-arena | 654.0.0 | More information |
rust-nix | 0.19.1 | More information |
rust-gtk-sys | 0.9.2 | More information |
rust-structopt | 0.3.12 | More information |
sbcl-cl-change-case | 0.1.0-1.5ceff2a | More information |
rust-spin | 0.4.10 | More information |
java-junitparams | 1.1.1 | More information |
clipmenu | 6.0.1-1.bcbe7b1 | More information |
rust-cairo-rs | 0.7.1 | More information |
sbcl-deeds | 1.1.1-1.f5df54e | More information |
rust-spin | 0.5.2 | More information |
ecl-vom | 0.1.4-1.1aeafeb | More information |
guile2.2-lens | 0.1-0.14b15d0 | More information |
ecl-qmynd | 1.0.0-1.7e56daf | More information |
akonadi-calendar | 20.04.1 | More information |
python-grandalf | 0.7 | More information |
guile2.2-ncurses | 3.0 | More information |
libaudec | 0.2.4 | More information |
ecl-clsql | 6.7.0 | More information |
bombadillo | 2.3.3 | More information |
rust-rustc-ap-rustc-macros | 654.0.0 | More information |
cl-zpb-exif | 1.2.4 | More information |
sbcl-stumpwm-swm-gaps | 0.0.1-2.920f8fc | More information |
apply-refact | 0.6.0.0 | More information |
ocaml4.07-ppx-fields-conv | 0.11.0 | More information |
nyxt | 2-pre-release-5 | More information |
netdde | 2.6.32.65-1.4a1016f | More information |
rust-rustc-ap-rustc-lexer | 654.0.0 | More information |
ecl-agutil | 0.0.1-1.df188d7 | More information |
rust-custom-derive | 0.1.7 | More information |
python-rnc2rng | 2.6.4 | More information |
ocaml4.07-findlib | 1.8.1 | More information |
rust-pango | 0.7.0 | More information |
guile-rdf | 1.0 | More information |
rust-backtrace | 0.3.46 | More information |
node-util-deprecate | 1.0.2 | More information |
go-github-com-gorilla-css | 1.0.0 | More information |
libtimidity | 0.2.6 | More information |
Name | Version | |
---|---|---|
sbcl-cl-cffi-gtk-gdk-pixbuf | 0.11.2-1.29443c5 | More information |
ocaml-ppx-sexp-value | 0.11.0 | More information |
groovy-emacs-modes | 2.0 | More information |
sbcl-trivia.level2 | 0.0.0-1.902e0c6 | More information |
emacs-evil-mu4e | 0.0.3-13.eb36c82 | More information |
python2-flask-restful-swagger | 0.19 | More information |
sbcl-queues.priority-cqueue | 0.0.0-1.47d4da6 | More information |
qtcanvas3d | 5.12.6 | More information |
sbcl-simple-scanf | 0-1.5048480 | More information |
cl-prove-asdf | 1.0.0-1.4f9122b | More information |
deeptools | 3.1.3 | More information |
ert-runner | 0.7.0-1.90b8fdd | More information |
ocaml-ppx-inline-test | 0.12.0 | More information |
sbcl-cl-cffi-gtk-gdk | 0.11.2-1.29443c5 | More information |
go-gopkg.in-ldap.v2 | 2.5.1 | More information |
python2-sge-pygame | 1.5.1 | More information |
ocaml-sedlex | 2.1 | More information |
sbcl-lack-middleware-backtrace | 0.1.0-1.abff8ef | More information |
python2-gevent | 1.3.7 | More information |
python2-mysqlclient | 1.3.13 | More information |
ocaml-pcre | 7.4.1 | More information |
python2-django-contrib-comments | 1.8.0 | More information |
project-starfighter | 2.0.0.3 | More information |
paredit | 24 | More information |
ao-cad | 0-3.6e39254 | More information |
cl-queues.simple-cqueue | 0.0.0-1.47d4da6 | More information |
sbcl-trivia.quasiquote | 0.0.0-1.902e0c6 | More information |
cl-lack-middleware-backtrace | 0.1.0-1.abff8ef | More information |
l-abbaye-des-morts | 2.0.1 | More information |
python2-django-statici18n | 1.3.0 | More information |
ocaml-js-build-tools | 113.33.06 | More information |
guile2.0-guix | 1.0.1-10.41b4b71 | More information |
python2-sphinx | 1.7.7 | More information |
eudev-with-hwdb | 3.2.8 | More information |
glibc-locales-2.27 | 2.28 | More information |
ocaml-fieldslib | 0.11.0 | More information |
sbcl-ascii-strings | 0-1.5048480 | More information |
ocaml-ppx-bench | 0.11.0 | More information |
sbcl-usocket-boot0 | 0.7.1-1.86e7efb | More information |
avr-binutils | 2.32 | More information |
sbcl-lack-middleware-static | 0.1.0-1.abff8ef | More information |
python2-conda | 4.3.16 | More information |
lpd8editor | 0.0.13 | More information |
sbcl-trivia.cffi | 0.0.0-1.902e0c6 | More information |
ecl-periods-series | 0.0.2-1.983d4a5 | More information |
armagetron-advanced | 0.2.8.3.4 | More information |
python2-marshmallow | 3.0.0b14 | More information |
magit | 2.90.1-2.c761d28 | More information |
dungeon-crawl-stone-soup | 0.24.0 | More information |
ecl-queues.simple-queue | 0.0.0-1.47d4da6 | More information |
sbcl-cl-cffi-gtk-gobject | 0.11.2-1.29443c5 | More information |
sbcl-iolib.common-lisp | 0.8.3 | More information |
lookingglass | a12-182c475 | More information |
sbcl-queues.priority-queue | 0.0.0-1.47d4da6 | More information |
ocaml-jane-street-headers | 0.11.0 | More information |
python2-django-filter | 1.1.0 | More information |
flex | 2.6.1 | More information |
python2-flask-migrate | 2.0.3 | More information |
ocaml-ppx-optional | 0.11.0 | More information |
ocaml-ppx-here | 0.11.0 | More information |
python2-tempest-lib | 1.0.0 | More information |
sbcl-cl-cffi-gtk-glib | 0.11.2-1.29443c5 | More information |
sbcl-cl-syntax-annot | 0.0.3 | More information |
sbcl-lack-util | 0.1.0-1.abff8ef | More information |
cl-lack-component | 0.0.0-1.abff8ef | More information |
fish-fillets-ng | 1.0.1 | More information |
sbcl-fare-quasiquote-optima | 20171130 | More information |
ecl-queues.priority-queue | 0.0.0-1.47d4da6 | More information |
gnubackgammon | 1.06.002 | More information |
cl-queues.priority-queue | 0.0.0-1.47d4da6 | More information |
ocaml-variantslib | 0.11.0 | More information |
ecl-queues.simple-cqueue | 0.0.0-1.47d4da6 | More information |
python2-gitpython | 2.1.11 | More information |
ocaml-lambda-term | 2.0.2 | More information |
cl-queues.simple-queue | 0.0.0-1.47d4da6 | More information |
sbcl-iolib.conf | 0.8.3 | More information |
python2-django-allauth | 0.39.1 | More information |
git-modes | 1.2.8 | More information |
python2-pytest-bootstrap | 4.4.2 | More information |
python2-gst | 1.16.1 | More information |
git-annex-remote-hubic | 0.3.1 | More information |
python2-django-redis | 4.10.0 | More information |
python2-openstackdocstheme | 1.18.1 | More information |
go-github-com-audriusbutkevicius-go-nat-pmp | 0.0.0-0.452c976 | More information |
ocaml-ppx-base | 0.11.0 | More information |
cl-syntax-annot | 0.0.3 | More information |
python2-ply | 3.10 | More information |
python-kivy-next | 1.10.1 | More information |
sbcl-queues.simple-cqueue | 0.0.0-1.47d4da6 | More information |
python2-django-gravatar2 | 1.4.2 | More information |
gnome-tweak-tool | 3.32.0 | More information |
python2-gitdb | 2.0.4 | More information |
perl-geo-ip | 1.51 | More information |
ocaml-ppx-js-style | 0.11.0 | More information |
python2-reno | 2.7.0 | More information |
vulkan-icd-loader | 1.1.121 | More information |
ocaml-ppx-fields-conv | 0.11.0 | More information |
qtoctave | 5.1.0 | More information |
jami-client-gnome | 20191101.3.67671e7 | More information |
the-battle-for-wesnoth-server | 1.14.9 | More information |
python2-django-jsonfield | 1.0.3 | More information |
python2-werkzeug | 0.14.1 | More information |
ocaml-ppx-bin-prot | 0.11.1 | More information |
ocaml-ppx-custom-printf | 0.11.0 | More information |
tales-of-maj-eyal | 1.6.4 | More information |
ocaml-splittable-random | 0.11.0 | More information |
sbcl-lack-component | 0.0.0-1.abff8ef | More information |
python2-pywavelets | 1.0.1 | More information |
ocaml-ppx-fail | 0.11.0 | More information |
python2-pygit2 | 0.28.2 | More information |
python2-django-appconf | 1.0.3 | More information |
sbcl-cl-cffi-gtk-gio | 0.11.2-1.29443c5 | More information |
llvm-for-extempore | 3.7.1 | More information |
stb-image-for-extempore | 0-1.152a250a7 | More information |
portmidi-for-extempore | 217 | More information |
magit-svn | 2.2.1-1.9e33cee | More information |
sbcl-lack-request | 0.1.0-1.abff8ef | More information |
ecl-queues.priority-cqueue | 0.0.0-1.47d4da6 | More information |
python2-pyopengl-accelerate | 3.1.0 | More information |
maven-core | 3.6.1 | More information |
kicad-library | 4.0.7 | More information |
python2-oslo.log | 3.36.0 | More information |
python2-graphql-relay | 0.4.5 | More information |
ocaml-ppx-variants-conv | 0.11.1 | More information |
python2-scikit-image | 0.14.2 | More information |
ocaml-ppx-typerep-conv | 0.11.1 | More information |
ocaml-gen | 0.5.2 | More information |
python-django-overextends | 0.4.3 | More information |
python2-mox3 | 0.24.0 | More information |
ocaml-ppx-let | 0.11.0 | More information |
python2-glances | 3.1.1 | More information |
geiser | 0.10 | More information |
cl-ascii-strings | 0-1.5048480 | More information |
ecl-ascii-strings | 0-1.5048480 | More information |
python2-kivy-next | 1.10.1 | More information |
bpython2 | 0.18 | More information |
cl-lack-middleware-static | 0.1.0-1.abff8ef | More information |
python2-django-assets | 0.12 | More information |
python2-oslo.config | 5.2.0 | More information |
cl-fare-quasiquote-readtable | 20171130 | More information |
giac-xcas | 1.5.0-85 | More information |
python2-graphene | 0.10.2 | More information |
python2-pykafka | 2.4.0 | More information |
ocaml-ppx-optcomp | 0.11.0 | More information |
cl-queues.priority-cqueue | 0.0.0-1.47d4da6 | More information |
cl-lack-util | 0.1.0-1.abff8ef | More information |
python2-eventlet | 0.25.1 | More information |
binutils-static-stripped-tarball | 2.32 | More information |
python2-apispec | 0.25.3 | More information |
python2-django-mailman3 | 1.1.0 | More information |
python2-configargparse | 0.14.0 | More information |
ocaml-ppx-assert | 0.11.0 | More information |
ocaml-typerep | 0.11.0 | More information |
emacs-cl-generic | 0.3 | More information |
sbcl-periods-series | 0.0.2-1.983d4a5 | More information |
python2-flasgger | 0.6.3 | More information |
glibc-locales-2.28 | 2.28 | More information |
sbcl-3bmd-ext-code-blocks | 0.0.0-1.192ea13 | More information |
ocaml-ppx-tools | 5.1+4.06.0 | More information |
python2-pyarrow | 0.10.0 | More information |
attic | 0.16 | More information |
ocaml-ppx-pipebang | 0.11.0 | More information |
python2-parted | 3.11.2 | More information |
cl-simple-scanf | 0-1.5048480 | More information |
sbcl-graph-json | 0.0.0-0.78bf9ec | More information |
ocaml-gsl | 1.19.3 | More information |
ocaml-earley | 2.0.0 | More information |
ecl-usocket-server | 0.7.1-1.86e7efb | More information |
python2-django | 1.11.25 | More information |
sbcl-graph-dot | 0.0.0-0.78bf9ec | More information |
emacs-wgrep-helm | 2.3.1 | More information |
python2-pynvim | 0.3.2 | More information |
conkeror | 68.3.0-guix0-preview1 | More information |
python2-dj-database-url | 0.4.2 | More information |
python2-bandit | 1.4.0 | More information |
python2-flask-principal | 0.4.0 | More information |
ocaml-piqi | 0.7.7 | More information |
newsbeuter | 2.13 | More information |
ocaml-gsl | 1.24.0 | More information |
cl-fare-quasiquote-optima | 20171130 | More information |
ocaml-ppx-hash | 0.11.1 | More information |
php-with-bcmath | 7.4.1 | More information |
intel-gpu-tools | 1.24 | More information |
ocaml-piqilib | 0.6.15 | More information |
sbcl-prove-asdf | 1.0.0-1.4f9122b | More information |
boost-python3 | 1.70.0 | More information |
kiki-the-nano-bot | 1.0.2 | More information |
ocaml-expect | 0.0.6 | More information |
sbcl-trivia.level1 | 0.0.0-1.902e0c6 | More information |
ocaml-zed | 2.0.3 | More information |
python2-django-tagging | 0.4.6 | More information |
python2-django-contact-form | 1.3 | More information |
emacs-emms-player-simple-mpv | 5.3 | More information |
perl-test2-bundle-extended | 0.000072 | More information |
the-legend-of-edgar | 1.32 | More information |
ocaml-ppx-sexp-conv | 0.11.2 | More information |
python2-oslo.i18n | 3.20.0 | More information |
ocaml-sqlite3 | 4.4.1 | More information |
bbdb | 3.1.2 | More information |
python2-django-rq | 1.3.1 | More information |
python2-oslo.utils | 3.36.2 | More information |
ecl-simple-scanf | 0-1.5048480 | More information |
cl-lack-response | 0.1.0-1.abff8ef | More information |
emacs-seq | 2.20 | More information |
sbcl-trivia.ppcre | 0.0.0-1.902e0c6 | More information |
python2-pytest-httpbin | 0.2.3 | More information |
cl-usocket-server | 0.7.1-1.86e7efb | More information |
ocaml-ppx-enumerate | 0.11.1 | More information |
ocaml-uri | 2.2.0 | More information |
python2-django-sortedm2m | 1.3.3 | More information |
ocaml-core | 0.11.3 | More information |
sbcl-cl-cffi-gtk-pango | 0.11.2-1.29443c5 | More information |
battle-tanks | 0.9.8083 | More information |
sbcl-cxml+xml | 0.0.0-1.00b22bf | More information |
sbcl-cffi-libffi | 0.19.0 | More information |
ocaml-utop | 2.4.2 | More information |
mcron2 | 1.1.3 | More information |
sbcl-iolib.asdf | 0.8.3 | More information |
pngcrunch | 1.8.13 | More information |
python2-gdrivefs | 0.14.9 | More information |
python2-ddt | 1.1.3 | More information |
sbcl-iolib.base | 0.8.3 | More information |
ocaml-stdio | 0.11.0 | More information |
python2-greenlet | 0.4.15 | More information |
cl-3bmd-ext-code-blocks | 0.0.0-1.192ea13 | More information |
ocaml-ppx-sexp-message | 0.11.0 | More information |
sbcl-lack-response | 0.1.0-1.abff8ef | More information |
ocaml-ppx-expect | 0.12.0 | More information |
python2-oslo.context | 2.20.0 | More information |
glibc-utf8-locales-2.28 | 2.28 | More information |
python2-gipc | 0.6.0 | More information |
python2-django-bulk-update | 1.1.10 | More information |
python2-pyopengl | 3.1.0 | More information |
opensmtpd-next | 6.6.1p1 | More information |
sbcl-iolib.grovel | 0.8.3 | More information |
go-gopkg.in-asn1-ber.v1 | 1.2 | More information |
ocaml-ppx-jane | 0.11.0 | More information |
ocaml-core-kernel | 0.11.1 | More information |
python2-hacking | 1.0.0 | More information |
monero-core | 0.15.0.1 | More information |
python2-django-overextends | 0.4.3 | More information |
python2-oslo.serialization | 2.24.0 | More information |
ecl-prove-asdf | 1.0.0-1.4f9122b | More information |
cl-fprog | 1.0.0-1.7016d1a | More information |
python2-pytest-django | 3.1.2 | More information |
python2-netcdf4 | 1.4.2 | More information |
python2-ujson | 1.35 | More information |
python2-pykka | 1.2.1 | More information |
livestreamer | 0.14.2 | More information |
ocaml-ppxlib | 0.6.0 | More information |
python2-debian | 0.1.36 | More information |
glibc-utf8-locales-2.27 | 2.28 | More information |
ocaml-charinfo-width | 1.1.0 | More information |
sbcl-trivia.level0 | 0.0.0-1.902e0c6 | More information |
ocaml-spawn | 0.13.0 | More information |
python2-lmdb | 0.95 | More information |
python2-xsge | 2018.02.26 | More information |
python2-oslosphinx | 4.10.0 | More information |
java-tukaani-xz | 1.6 | More information |
dungeon-crawl-stone-soup-tiles | 0.24.0 | More information |
python2-ws4py | 0.3.2 | More information |
haskell-mode | 16.1 | More information |
sbcl-cffi-toolchain | 0.19.0 | More information |
ocaml-configurator | 0.11.0 | More information |
python2-swiftclient | 2.6.0 | More information |
python2-flask-script | 2.0.6 | More information |
ocaml-compiler-libs | 0.11.0 | More information |
ecl-fprog | 1.0.0-1.7016d1a | More information |
sbcl-trivia.balland2006 | 0.0.0-1.902e0c6 | More information |
sbcl-cl-cffi-gtk-cairo | 0.11.2-1.29443c5 | More information |
python2-apipkg | 1.4 | More information |
python2-hy | 0.17.0 | More information |
emacs-evil-ediff | 0.0.3-13.eb36c82 | More information |
sbcl-queues.simple-queue | 0.0.0-1.47d4da6 | More information |
ocaml-bin-prot | 0.11.0 | More information |
emacs-emms-player-mpv | 5.3 | More information |
ecl-3bmd-ext-code-blocks | 0.0.0-1.192ea13 | More information |
sbcl-usocket-server | 0.7.1-1.86e7efb | More information |
cl-periods-series | 0.0.2-1.983d4a5 | More information |
cl-lack-request | 0.1.0-1.abff8ef | More information |
python2-geventhttpclient | 1.3.1 | More information |
python2-flask-httpauth | 3.2.3 | More information |
sbcl-fare-quasiquote-readtable | 20171130 | More information |
the-battle-for-wesnoth | 1.14.9 | More information |
sbcl-fprog | 1.0.0-1.7016d1a | More information |
pootle | 2.8.2 | More information |
sbcl-cffi-grovel | 0.19.0 | More information |
python2-django-simple-math-captcha | 1.0.7 | More information |
python-docker-py | 3.7.3 | More information |
ocaml-ezjsonm | 1.1.0 | More information |
cl-fare-quasiquote-extras | 20171130 | More information |
gitlab-runner | 12.6.0 | More information |
cataclysm-dark-days-ahead | 0.D | More information |
python2-keystoneclient | 1.8.1 | More information |
ocaml-ppx-compare | 0.11.1 | More information |
Name | Versions |
---|---|
gst-plugins-ugly | |
killbots | |
emacs-helpful | |
info-reader | |
python2-pygments | |
libwpe | |
python2-passlib | |
r-rsubread | |
emacs-next |
|
emacs-cyberpunk-theme | |
python-tomlkit | |
r-gviz | |
dmenu | |
hplip-minimal | |
igt-gpu-tools | |
r-uwot | |
python-scp | |
python-pyfaidx | |
libsoup | |
python-sympy | |
python-reportlab | |
gparted | |
emacs-counsel-etags | |
ghc-stylish-haskell | |
libmypaint | |
ruby-sinatra | |
mate-desktop | |
libtasn1 | |
r-tclust | |
r-performanceanalytics | |
femtolisp |
|
emacs-helm-exwm |
|
evince | |
kmix | |
keyutils | |
python-rq | |
perl-list-moreutils | |
palapeli | |
magic-wormhole-transit-relay | |
jbig2dec | |
texlive-hyphen-danish | |
chirp | |
ocaml-fmt | |
re2 |
|
lxqt-openssh-askpass | |
r-future | |
python-publicsuffix2 |
|
ocaml-alcotest | |
perl-compress-raw-bzip2 | |
texlive-hyphen-polish | |
r-dexseq | |
ecl-cl-fad | |
r-adamethods | |
texlive-hyphen-slovak | |
texlive-latex-upquote | |
attica | |
libmatekbd | |
goffice | |
sbsigntools | |
gmsh | |
ecl-bst |
|
mame | |
guile-dsv | |
zeromq | |
r-genomicranges | |
glm |
|