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 | |
---|---|---|
rust-wayland-scanner | 0.23.6 | More information |
emacs-company-reftex | 0.1.0 | More information |
rust-alloc-stdlib | 0.2.1 | More information |
python-pyqtwebengine | 5.14.0 | More information |
akku | 1.0.1 | More information |
r-tmvnsim | 1.0-2 | More information |
bshapr | 0.9 | More information |
font-iosevka-curly | 4.0.3 | More information |
kbdd | 0.7.1 | More information |
pitivi | 0.999.0-2020.09.2 | More information |
go-github-com-ddevault-go-libvterm | 0.0.0-0.b7d861d | More information |
sbcl-trivial-indent | 1.0.0-0.2d01694 | More information |
libaudec | 0.2.4 | More information |
guile2.2-charting | 0.2.0 | More information |
rust-tendril | 0.4.1 | More information |
libyaml+static | 0.2.5 | More information |
rust-serde-bytes | 0.10.5 | More information |
python-pytidylib | 0.3.2 | More information |
rust-bindgen | 0.50.1 | More information |
ecl-function-cache | 1.0.3 | More information |
r-fds | 1.8 | More information |
cl-progress-bar | 0.0.0-1.9374170 | More information |
ruby-protobuf | 3.10.3 | More information |
vlang | 0.1.29 | More information |
rust-clicolors-control | 1.0.1 | More information |
ocaml-mmap | 1.1.0 | More information |
rust-pangocairo-sys | 0.10.1 | More information |
mssilk | 1.1.1 | More information |
rust-proptest | 0.7.2 | More information |
python2-clikit | 0.6.2 | More information |
okular | 20.12.0 | More information |
f2fs-tools-static | 1.14.0 | More information |
libktorrent | 2.1.1 | More information |
rust-data-encoding | 2.3.1 | More information |
tascam-gtk | 0.4-0.17b8575 | More information |
cl-freetype2 | 1.1-0.96058da | More information |
tarlz | 0.17 | More information |
cl-xmlspam | 0.0.0-1.ea06abc | More information |
folly | 2020.10.05.00 | More information |
sbcl-vom | 0.1.4-1.1aeafeb | More information |
ghc-special-values | 0.1.0.0 | More information |
ecl-type-i | 0.1-2.d34440a | More information |
rust-dtoa | 0.4.4 | More information |
rust-tower-test | 0.3.0 | More information |
rust-predicates-core | 1.0.0 | More information |
ganeti-instance-guix | 0.6 | More information |
rust-ena | 0.13.1 | More information |
ecl-cl-cffi-gtk | 0.11.2-2.e9a46df | More information |
rust-x11-clipboard | 0.4.0 | More information |
java-pep-adapter | 2.0.5 | More information |
python-trytond-company | 5.6.0 | More information |
rust-cssparser-macros | 0.6.0 | More information |
rust-timebomb | 0.1.2 | More information |
rust-arrayref | 0.3.6 | More information |
rust-fern | 0.6.0 | More information |
sbcl-custom-hash-table | 0.3-1.f269831 | More information |
rust-filetime | 0.2.8 | More information |
rust-pom | 3.2.0 | More information |
perl-data-float | 0.013 | More information |
rust-string-cache | 0.7.5 | More information |
go-github-com-olekukonko-tablewriter | 0.0.4 | More information |
rust-unindent | 0.1.6 | More information |
java-junitparams | 1.1.1 | More information |
r-karyoploter | 1.16.0 | More information |
go-github-com-danwakefield-fnmatch | 0.0.0-0.cbb64ac | More information |
rust-if-chain | 1.0.0 | More information |
rust-libsqlite3-sys | 0.15.0 | More information |
guile3.0-opengl | 0.1.0 | More information |
mtpaint | 3.49.33 | More information |
ecl-trivial-types | 0.0.1 | More information |
android-libcutils | 7.1.2_r36 | More information |
ocaml4.07-ppx-variants-conv | 0.11.1 | More information |
cl-salza2 | 2.0.9 | More information |
r-perm | 1.0-0.0 | More information |
go-github-com-nwidger-jsoncolor | 0.3.0 | More information |
python-immutables | 0.14 | More information |
r-m3c | 1.12.0 | More information |
cl-html-entities | 0.02-1.4af0180 | More information |
sbcl-form-fiddle | 1.1.0-0.e0c2359 | More information |
cl-hu.dwim.defclass-star | 2015-07-09 | More information |
libtcod | 1.15.1 | More information |
dune-subgrid-openmpi | 2.7.0-git-2103a363 | More information |
rust-ansi-term | 0.9.0 | More information |
libvnc | 0.9.13 | More information |
r-transphylo | 1.4.4 | More information |
r-asd | 2.2 | More information |
miniasm | 0.3 | More information |
swh-plugins | 0.4.17 | More information |
emacs-boxquote | 2.1-0.7e47e0e | More information |
rust-osmesa-sys | 0.1.2 | More information |
rust-libc-print | 0.1.13 | More information |
rust-fancy-regex | 0.3.5 | More information |
rust-owning-ref | 0.4.1 | More information |
rust-url | 2.2.0 | More information |
python-grandalf | 0.7 | More information |
v4l2loopback-linux-module | 0.12.5 | More information |
rust-dav1d-sys | 0.3.2 | More information |
rust-petgraph | 0.4.13 | More information |
icu4c-build-root | 66.1 | More information |
novena-eeprom | 2.3 | More information |
sbcl-envy | 0.1-1.956321b | More information |
fldigi | 4.1.16 | More information |
libappindicator | 12.10.0 | More information |
opencolorio | 1.1.1 | More information |
rust-lopdf | 0.25.0 | More information |
gnome-chess | 3.37.3 | More information |
rust-siphasher | 0.2.3 | More information |
libexpected | 1.0.0 | More information |
rust-objc | 0.2.7 | More information |
rust-trust-dns-https | 0.3.4 | More information |
xournalpp | 1.0.20 | More information |
r-dae | 3.1-32 | More information |
emacs-modalka | 0.1.5 | More information |
esbuild | 0.8.27 | More information |
python-pypng | 0.0.20 | More information |
rust-cookie | 0.14.2 | More information |
rust-hmac | 0.8.1 | More information |
sbcl-lquery | 3.2.1-1.8048111 | More information |
python-keyrings.alt | 3.4.0 | More information |
liblogging | 1.0.6 | More information |
rust-inotify | 0.6.1 | More information |
rust-diff | 0.1.12 | More information |
emacs-jq-mode | 0.5.0 | More information |
emacs-embark | 0.6-0.dc20b4e | More information |
cl-gsll | 0.0.0-1.1a8ada2 | More information |
emacs-org-drill-table | 0.1-0.096387d | More information |
ecl-generic-cl | 0.7.1-1.8e5a814 | More information |
emacs-libgit | 20200515-1.0ef8b13 | More information |
unicorn | 1.0.2-rc4 | More information |
cl-documentation-utils | 1.2.0-0.98630dd | More information |
cl-sycamore | 0.0.20120604 | More information |
emacs-psc-ide | 0.1.0-1.7fc2b84 | More information |
rust-png | 0.14.1 | More information |
emacs-uml-mode | 0.0.4-1.4c37ac1 | More information |
python-django-picklefield | 3.0.1 | More information |
tiny-bignum | 0-0.1d7a1f9 | More information |
emacs-qml-mode | 0.4 | More information |
rust-criterion-plot | 0.3.1 | More information |
java-picocli | 4.3.2 | More information |
rust-unicode-normalization | 0.1.11 | More information |
python-py3dns | 3.2.1 | More information |
go-gotest-tools-internal-source | 2.3.0 | More information |
mscgen | 0.20 | More information |
r-shadowtext | 0.0.7 | More information |
rust-capnpc | 0.10.2 | More information |
python-scour | 038.1 | More information |
python-json5 | 0.8.5 | More information |
r-gprofiler2 | 0.2.0 | More information |
rust-cairo-rs | 0.9.1 | More information |
castor | 0.8.16 | More information |
rust-zstd | 0.5.3+zstd.1.4.5 | More information |
chicken-test | 1.1 | More information |
rust-libpijul | 0.12.2 | More information |
ocaml4.07-ppx-fields-conv | 0.11.0 | More information |
rust-num-derive | 0.2.5 | More information |
kmailtransport | 20.04.1 | More information |
rust-lalrpop-util | 0.17.2 | More information |
ruby-rspec-given | 3.8.0 | More information |
sbcl-deploy | 1.0.0-1.59fd497 | More information |
rust-atk-sys | 0.9.1 | More information |
rust-automod | 1.0.0 | More information |
font-iosevka-curly-slab | 4.0.3 | More information |
ecl-http-body | 0.1.0-1.dd01dc4 | More information |
rust-afl | 0.5.2 | More information |
libiberty | 7.5.0 | More information |
r-pcatools | 2.2.0 | More information |
ecl-ningle | 0.3.0-1.50bd4f0 | More information |
rust-test-assembler | 0.1.5 | More information |
python2-importlib-metadata | 1.5.0 | More information |
khelpcenter | 20.04.1 | More information |
go-github-com-muesli-reflow-padding | 0.1.0 | More information |
rust-bumpalo | 3.2.1 | More information |
go-github-com-jbenet-go-context | 0.0.1-1.d14ea06 | More information |
guile3.0-simple-zmq | 0.0.0-5.f8b7d81 | More information |
rust-bitstream-io | 0.8.5 | More information |
ecl-zpb-ttf | 1.0.3 | More information |
rust-rand-core | 0.2.2 | More information |
rust-trust-dns-rustls | 0.19.5 | More information |
cl-project | 0.3.1-1.1511070 | More information |
python-pysaml2 | 5.0.0 | More information |
ocaml4.07-ppx-hash | 0.11.1 | More information |
r-mlecens | 0.1-4 | More information |
sbcl-cl-mustache | 0.12.1 | More information |
perl-lingua-en-sentence | 0.31 | More information |
pstoedit | 3.75 | More information |
antlr4 | 4.1 | More information |
go-golang-zx2c4-com-wireguard | 0.0.20200320 | More information |
guile-webutils | 0.1-0.8541904 | More information |
python-nbsphinx | 0.7.1 | More information |
rust-ring | 0.14.6 | More information |
ghc-pwstore-fast | 2.4.4 | More information |
python-progressbar2 | 3.51.3 | More information |
r-crochet | 2.3.0 | More information |
cl-flexichain | 1.5.1 | More information |
rust-object | 0.17.0 | More information |
rust-crypto-mac | 0.8.0 | More information |
r-km-ci | 0.5-2 | More information |
ruby-asciidoctor-pdf | 1.5.3-1.d257440 | More information |
sbcl-cl-base32 | 0.1-1.8cdee06 | More information |
rust-term | 0.6.1 | More information |
ocaml4.07-gsl | 1.24.0 | More information |
rust-onig | 6.1.1 | More information |
rust-nalgebra | 0.19.0 | More information |
rust-ntest-timeout | 0.3.3 | More information |
bidiv | 1.5 | More information |
ecl-clunit2 | 0.2.4-1.5e28343 | More information |
python-aws-sam-translator | 1.30.1 | More information |
tao | 1.0-beta-10May2006 | More information |
java-asm-util | 8.0.1 | More information |
ecl-cl-z85 | 1.0-1.85b3951 | More information |
exa | 0.9.0 | More information |
cl-opticl | 0.0.0-0.e868441 | More information |
python-django-auth-ldap | 2.2.0 | More information |
ecl-lisp-namespace | 0.1-1.28107ca | More information |
emacs-racer | 1.2 | More information |
rust-clang-sys | 0.26.4 | More information |
jfsutils-static | 1.1.15 | More information |
rust-rustc-ap-rustc-ast | 654.0.0 | More information |
r-adapenetclass | 1.2 | More information |
libquicktime | 1.2.4 | More information |
ghc-cryptonite-conduit | 0.2.2 | More information |
rust-libz-sys | 1.1.1 | More information |
cl-qbase64 | 0.3.0 | More information |
python-gorilla | 0.3.0 | More information |
rust-ipnetwork | 0.17.0 | More information |
perl-mail-sendmail | 0.80 | More information |
python-txsni | 0.1.9-0.5014c14 | More information |
cl-regex | 1-1.fbc9a9f | More information |
ecl-parachute | 1.1.1-0.ca04dd8 | More information |
lsp-plugins | 1.1.26 | More information |
guile-laesare | 1.0.0 | More information |
rust-pangocairo | 0.8.0 | More information |
gpsd | 3.21 | More information |
fsarchiver | 0.8.5 | More information |
emacs-xclip | 1.10 | More information |
go-github-com-pkg-diff | 0.0.1-1.5319263 | More information |
rust-new-debug-unreachable | 1.0.3 | More information |
hdt-cpp | 1.3.3 | More information |
python-imap-tools | 0.29.0 | More information |
erofs-utils | 1.2 | More information |
libfreenect | 0.6.1 | More information |
freedink-data | 1.08.20190120 | More information |
rust-unicode-xid | 0.0.4 | More information |
cl-olc | 1.0-0.517e27f | More information |
rust-base64 | 0.12.3 | More information |
python-wurlitzer | 2.0.1 | More information |
python2-text-unidecode | 1.3 | More information |
rust-rand-core | 0.4.2 | More information |
ruby-sys-filesystem | 1.3.4 | More information |
emacs-gn-mode | 0.4.1 | More information |
rust-normalize-line-endings | 0.2.2 | More information |
rust-num-rational | 0.3.0 | More information |
ruby-benchmark-ips | 2.8.2 | More information |
rust-approx | 0.3.2 | More information |
rust-vswhom-sys | 0.1.0 | More information |
python-nbval | 0.9.6 | More information |
rust-net2 | 0.2.33 | More information |
rust-hyper-old-types | 0.11.0 | More information |
rust-crates-index | 0.13.1 | More information |
r-qgam | 1.3.2 | More information |
rust-spin | 0.5.2 | More information |
rust-hex-literal-impl | 0.1.2 | More information |
rust-aster | 0.41.0 | More information |
sbcl-mt19937 | 1.1 | More information |
r-snowballc | 0.7.0 | More information |
rust-uuid | 0.7.4 | More information |
rust-tokio-mock-task | 0.1.1 | More information |
guile3.0-shepherd | 0.8.1 | More information |
parlatype | 2.1 | More information |
guile3.0-cairo | 1.11.1 | More information |
cl-ppcre-unicode | 2.1.1 | More information |
rust-strsim | 0.8.0 | More information |
rust-rpassword | 4.0.5 | More information |
font-iosevka-term | 4.0.3 | More information |
aws-c-common | 0.4.63 | More information |
egl-wayland | 1.1.5 | More information |
rust-unchecked-index | 0.2.2 | More information |
rust-foreign-types-shared | 0.2.0 | More information |
rust-glib | 0.8.2 | More information |
ghc-yesod-static | 1.6.0.1 | More information |
python-safety | 1.9.0 | More information |
rust-piston2d-gfx-graphics | 0.66.0 | More information |
font-ipa-mj-mincho | 006.01 | More information |
rust-quasi | 0.32.0 | More information |
opensbi-qemu-sifive-u | 0.8 | More information |
emacs-persist | 0.4 | More information |
omnitux | 1.2.1 | More information |
7kaa | 2.15.4p1 | More information |
emacs-slime-volleyball | 1.1.7 | More information |
rust-objc-exception | 0.1.2 | More information |
g-golf | 0.1.0-839.ef83010 | More information |
go-github-com-spf13-cast | 1.3.1 | More information |
go-golang.org-x-sync-errgroup | 0.0.0-0.cd5d95a | More information |
rust-sha2-asm | 0.5.4 | More information |
font-opendyslexic | 0.91.12 | More information |
rust-tokio-util | 0.3.1 | More information |
r-projpred | 2.0.2 | More information |
ocaml4.07-ppx-optional | 0.11.0 | More information |
libolm | 3.2.1 | More information |
r-reordercluster | 1.0 | More information |
f2fs-fsck-static | 1.14.0 | More information |
python-conda-package-handling | 1.6.0 | More information |
cl-clml | 0.0.0-0.95505b5 | More information |
svt-av1 | 0.8.6 | More information |
rust-sval-derive | 0.5.2 | More information |
rust-discard | 1.0.4 | More information |
pamixer | 1.4 | More information |
go-github-com-masterminds-goutils | 1.1.0 | More information |
sbcl-cl-abnf | 0.0.0-1.ba1fbb1 | More information |
rust-rdrand | 0.4.0 | More information |
python-unpaddedbase64 | 1.1.0 | More information |
python2-validators | 0.14.2 | More information |
fiano-utk | 5.0.0 | More information |
rust-pin-project-internal | 1.0.2 | More information |
exfatprogs | 1.0.4 | More information |
libime | 1.0.2 | More information |
rust-hyper | 0.13.7 | More information |
remake | 4.3-1.5 | More information |
rust-serde-big-array | 0.2.0 | More information |
rust-base64 | 0.13.0 | More information |
cxxopts | 2.2.1 | More information |
fullswof-2d | 1.09.01 | More information |
r-mboost | 2.9-3 | More information |
rust-synstructure-test-traits | 0.1.0 | More information |
rust-proptest | 0.8.7 | More information |
guile2.2-cairo | 1.11.1 | More information |
gpredict | 2.2.1 | More information |
gnome-music | 3.34.5 | More information |
cl-cont | 0.3.8-1.fc1fa7e | More information |
wireguard-tools | 1.0.20200827 | More information |
ecl-parse-number | 1.7 | More information |
r-rpf | 1.0.5 | More information |
python-sphinx-autobuild | 0.7.1 | More information |
rust-fuchsia-zircon-sys | 0.3.3 | More information |
python-trytond-stock | 5.6.1 | More information |
python2-pep517 | 0.8.2 | More information |
python-gphoto2 | 2.2.1 | More information |
rust-make-cmd | 0.1.0 | More information |
rust-synstructure | 0.12.3 | More information |
emacs-ytdl | 1.3.5 | More information |
emacs-company-ebdb | 1.1 | More information |
guile3.0-syntax-highlight | 0.1 | More information |
cl-do-urlencode | 0.0.0-1.1998464 | More information |
apply-refact | 0.6.0.0 | More information |
hledger-web | 1.14.1 | More information |
rust-c2-chacha | 0.2.2 | More information |
universal-ctags | 5.9.20201018.0 | More information |
hsetroot | 1.0.5 | More information |
ecl-cl-pdf | 0-1.752e337 | More information |
sbcl-fset | 1.3.2-1.6d2f9de | More information |
libqalculate | 3.8.0 | More information |
rust-wincolor | 1.0.3 | More information |
r-mstate | 0.2.12 | More information |
rust-threadpool | 1.7.1 | More information |
python-libsass | 0.20.1 | More information |
r-catalyst | 1.14.0 | More information |
remid-lv2 | 0.3 | More information |
rust-criterion-plot | 0.4.3 | More information |
guvcview | 2.0.6 | More information |
rust-mime | 0.3.16 | More information |
sbcl-cl-freetype2 | 1.1-0.96058da | More information |
fcitx5 | 5.0.3 | More information |
rust-mint | 0.5.4 | More information |
ecl-make-hash | 1.0.2-1.ae0909c | More information |
emacs-ac-geiser | 0.1-0.93818c9 | More information |
r-tea | 1.1 | More information |
sbcl-opticl | 0.0.0-0.e868441 | More information |
go-github-com-kevinburke-ssh-config | 1.0 | More information |
rust-fragile | 0.3.0 | More information |
r-rselenium | 1.7.7 | More information |
cwltool | 3.0.20201121085451 | More information |
paperview | 0.0.1-1.9f8538e | More information |
ecl-cl-vectors | 0.1.5 | More information |
emacs-glsl-mode | 2.4-0.b071120 | More information |
sleef | 3.5.1 | More information |
rust-glutin-emscripten-sys | 0.1.0 | More information |
rust-afl | 0.8.0 | More information |
texlive-symbol | 51265 | More information |
guile2.2-lib | 0.2.6.1 | More information |
readosm | 1.1.0a | More information |
rust-static-assertions | 1.1.0 | More information |
dbus-cxx | 0.12.0 | More information |
rust-rustversion | 0.1.4 | More information |
ecl-array-operations | 0.0.0-0.75cbc3b | More information |
rust-async-trait | 0.1.40 | More information |
font-openmoji | 12.4.0 | More information |
ruby-wwtd | 1.4.1 | More information |
python-frozendict | 1.2 | More information |
emacs-typit | 0.2.1-1.231cb7d | More information |
java-surefire-logger-api | 3.0.0-M4 | More information |
rust-lazy-static | 1.3.0 | More information |
sbcl-geco | 2.1.1 | More information |
rust-serde-derive | 0.9.15 | More information |
rust-is-executable | 0.1.2 | More information |
rust-gettext-rs | 0.5.0 | More information |
cl-osicat | 0.7.0-1.de0c18a | More information |
akonadi-mime | 20.04.1 | More information |
python-bagit | 1.7.0 | More information |
rust-reqwest | 0.10.10 | More information |
rust-sha2 | 0.8.2 | More information |
cl-abnf | 0.0.0-1.ba1fbb1 | More information |
emacs-toc-org | 1.1.0 | More information |
ocaml4.07-ppx-optcomp | 0.11.0 | More information |
rust-csv-core | 0.1.10 | More information |
cl-blackbird | 0.5.2-1.d361f81 | More information |
emacs-scpaste | 0.6.5 | More information |
r-spacyr | 1.2.1 | More information |
ecl-glyphs | 0.0.0-1.1ff5714 | More information |
cgoban | 1.9.14 | More information |
python-terminaltables | 3.1.0 | More information |
aws-c-event-stream | 0.1.6 | More information |
rust-aho-corasick | 0.7.13 | More information |
ecl-cl-base64 | 3.3.4-1.577683b | More information |
python-beautifultable | 1.0.0 | More information |
r-partykit | 1.2-10 | More information |
rust-rand | 0.6.5 | More information |
rust-fallible-iterator | 0.2.0 | More information |
rust-afl | 0.4.3 | More information |
firefox-decrypt | 0.7.0 | More information |
python-pyfavicon | 0.1.1 | More information |
rust-is-macro | 0.1.8 | More information |
rust-console-log | 0.1.2 | More information |
rust-syn | 1.0.53 | More information |
cl-rdkafka | 1.0.2 | More information |
ecl-salza2 | 2.0.9 | More information |
rust-wasm-bindgen-test-macro | 0.3.19 | More information |
rust-cexpr | 0.3.6 | More information |
rust-aho-corasick | 0.6.10 | More information |
ecl-map-set | 0.0.0-1.7b4b545 | More information |
powerstat | 0.02.22 | More information |
rust-hostname | 0.3.1 | More information |
rust-bindgen | 0.53.3 | More information |
rust-pico-sys | 0.0.1 | More information |
rust-grep-pcre2 | 0.1.4 | More information |
rust-tokio-io | 0.1.13 | More information |
rust-output-vt100 | 0.1.2 | More information |
python-userspacefs | 2.0.2 | More information |
cjson | 1.7.14 | More information |
slimevolley | 2.4.2 | More information |
rust-pin-project | 0.4.22 | More information |
rust-num-cpus | 1.13.0 | More information |
python-versioneer | 0.19 | More information |
ecl-fare-quasiquote | 1.0.1-1.640d39a | More information |
rust-walkdir | 1.0.7 | More information |
rust-tabwriter | 1.2.1 | More information |
texlive-units | 51265 | More information |
rust-core-text | 13.3.2 | More information |
sbcl-stumpwm-kbd-layouts | 0.0.1-2.920f8fc | More information |
ecl-sycamore | 0.0.20120604 | More information |
ghc-pipes | 4.3.13 | More information |
rust-mio-anonymous-pipes | 0.1.0 | More information |
ecl-supertrace | 0.1.0-1.66d22c3 | More information |
libsocketcan | 0.0.11 | More information |
ktorrent | 5.1.2 | More information |
python-pifpaf | 2.5.0 | More information |
ghc-persistent-test | 2.0.3.1 | More information |
python-pyfiglet | 0.8.post1 | More information |
ocaml4.07-earley | 2.0.0 | More information |
rspamd | 2.6 | More information |
python-transient | 0.12 | More information |
rust-seahash | 3.0.7 | More information |
go-github-com-jackpal-go-nat-pmp | 1.0.2 | More information |
rust-tokio-net | 0.2.0-alpha.4 | More information |
ghc-psqueue | 1.1.0.1 | More information |
rust-x86 | 0.33.0 | More information |
go-github-com-masterminds-sprig | 3.1.0 | More information |
ghc-pretty-simple | 2.2.0.1 | More information |
mediastreamer2 | 2.16.1 | More information |
rust-futures-test | 0.3.5 | More information |
go-github-com-pmezard-go-difflib | 1.0.0 | More information |
rust-encoding-index-tradchinese | 1.20141219.5 | More information |
rust-quick-error | 1.2.3 | More information |
r-motifdb | 1.32.0 | More information |
rust-glib-sys | 0.9.1 | More information |
emacs-frames-only-mode | 1.0.0 | More information |
rust-ntest-test-cases | 0.3.4 | More information |
python-block-tracing | 1.0.1 | More information |
r-pasilla | 1.14.0 | More information |
rust-criterion | 0.3.3 | More information |
rust-goblin | 0.1.3 | More information |
rust-cloudabi | 0.0.3 | More information |
rust-rayon | 1.3.1 | More information |
libkleo | 20.04.1 | More information |
ecl-repl-utilities | 0.0.0-1.e0de9c9 | More information |
rust-mysqlclient-sys | 0.2.4 | More information |
rust-glib-macros | 0.10.1 | More information |
rust-line | 0.1.15 | More information |
rust-indexmap | 1.6.1 | More information |
rust-block-padding | 0.1.4 | More information |
ghc-sourcemap | 0.1.6 | More information |
go-golang-org-x-image | 0.0.0-1.58c2397 | More information |
ebusd | 3.4 | More information |
r-v8 | 3.4.0 | More information |
hurd | 0.9-1.91a5167 | More information |
ocaml4.07-ppx-base | 0.11.0 | More information |
lttng-ust | 2.11.0 | More information |
sbcl-hu.dwim.common | 2015-07-09 | More information |
rust-encoding-index-simpchinese | 1.20141219.5 | More information |
ocaml4.07-ezjsonm | 1.1.0 | More information |
ghc-text-manipulate | 0.2.0.1 | More information |
python-boto | 2.49.0 | More information |
rust-http-req | 0.5.4 | More information |
gmic | 2.9.2 | More information |
sbcl-cl-lex | 1.1.3-1.f2dbbe2 | More information |
kdegraphics-mobipocket | 20.12.0 | More information |
rust-rand-xoshiro | 0.1.0 | More information |
r-awsmethods | 1.1-1 | More information |
rust-redox-syscall | 0.1.57 | More information |
rust-brotli-decompressor | 2.3.1 | More information |
python-gitlab | 1.15.0 | More information |
rust-approx | 0.1.1 | More information |
rust-parity-wasm | 0.41.0 | More information |
python-pairtools | 0.3.0 | More information |
rust-tinyvec | 0.3.4 | More information |
rust-lab | 0.4.4 | More information |
akonadi | 20.04.1 | More information |
rust-strsim | 0.6.0 | More information |
fbset | 2.1 | More information |
sbcl-rove | 0.9.6 | More information |
rust-napi-sys | 0.4.7 | More information |
ghc-generic-random | 1.2.0.0 | More information |
rust-thread-local | 1.0.1 | More information |
lua-tablepool | 0.01 | More information |
rust-sema | 0.1.4 | More information |
choqok | 1.7.0 | More information |
rust-serde-macros | 0.4.4 | More information |
fogpad | 1.0.0 | More information |
r-altmeta | 3.2 | More information |
rust-pest-derive | 2.1.0 | More information |
libtirpc-hurd | 1.2.5 | More information |
rust-hashbrown | 0.8.0 | More information |
sbcl-clunit2 | 0.2.4-1.5e28343 | More information |
rust-winapi-x86-64-pc-windows-gnu | 0.4.0 | More information |
python-aenum | 2.2.4 | More information |
rust-adler32 | 1.1.0 | More information |
ruby-varint | 0.1.1 | More information |
go-github-com-zalando-go-keyring | 0.1.0 | More information |
python-jsondiff | 1.2.0 | More information |
ztoolkit | 0.1.1 | More information |
python-importmagic | 0.1.7 | More information |
gnote | 3.38.0 | More information |
rust-onig | 5.0.0 | More information |
emacs-sly-stepper | 0.0.0-1.cd7fd00 | More information |
qtwebengine | 5.14.2 | More information |
multimon-ng | 1.1.9 | More information |
python-anytree | 2.8.0 | More information |
ghc-bencode | 0.6.1.1 | More information |
sbcl-qbase64 | 0.3.0 | More information |
rust-phf-generator | 0.7.24 | More information |
cogutil | 2.0.3-1.b07b41b | More information |
rust-generic-array | 0.14.2 | More information |
virtaal | 0.7.1 | More information |
cl-antik-base | 0.0.0-1.e4711a6 | More information |
maven-archiver | 3.5.0 | More information |
rust-unix-socket | 0.5.0 | More information |
pedansee | 0.0.3 | More information |
python-pytest-filter-subpackage | 0.1.1 | More information |
dune-functions-openmpi | 2.7.0 | More information |
rust-proc-macro-error-attr | 1.0.4 | More information |
rust-bytecount | 0.5.1 | More information |
sbcl-cl-coroutine | 0.1-1.de098f8 | More information |
rust-rpassword | 2.1.0 | More information |
emacs-solidity | 0.1.10-0.d166a86 | More information |
rust-tokio-named-pipes | 0.1.0 | More information |
python-txacme | 0.9.2 | More information |
rust-rle-decode-fast | 1.0.1 | More information |
cl-3bz | 0.0.0-0.d611908 | More information |
python-cmd2 | 1.0.2 | More information |
sbcl-caveman | 2.4.0-1.faa5f7e | More information |
texlive-logreq | 51265 | More information |
rust-publicsuffix | 1.5.4 | More information |
java-plexus-digest | 1.2 | More information |
rust-termcolor | 1.1.0 | More information |
rust-native-tls | 0.2.6 | More information |
rust-envmnt | 0.6.0 | More information |
python-colour | 0.1.5 | More information |
rust-ascii | 1.0.0 | More information |
git-cal | 0.9.1 | More information |
ecl-eager-future2 | 0.0.0-1.54df8ef | More information |
mailcap | 2.1.49 | More information |
rust-ref-cast-impl | 1.0.2 | More information |
sbcl-misc-extensions | 3.3-1.101c051 | More information |
libticables2 | 1.3.5 | More information |
libticalcs2 | 1.1.9 | More information |
rust-quickcheck | 0.6.2 | More information |
python-iniconfig | 1.1.1 | More information |
qrcodegen-cpp | 1.6.0 | More information |
sbcl-com.gigamonkeys.binary-data | 0.0.0-0.22e9089 | More information |
guile-avahi | 0.4.0-1.6d43caf | More information |
svd2rust | 0.17.0 | More information |
rust-same-file | 0.1.3 | More information |
rust-escargot | 0.5.0 | More information |
rust-glutin-gles2-sys | 0.1.3 | More information |
link-grammar | 5.7.0 | More information |
cl-calispel | 0.1-1.e9f2f9c | More information |
linux-libre-mips64el-fuloong2e | 5.10.4 | More information |
python-uvicorn | 0.11.8 | More information |
rust-percent-encoding | 1.0.1 | More information |
rust-peg | 0.5.7 | More information |
rust-pq-sys | 0.4.6 | More information |
rust-glutin | 0.21.2 | More information |
granite | 5.5.0 | More information |
rust-trybuild | 1.0.23 | More information |
python-authheaders | 0.13.0 | More information |
libthai | 0.1.28 | More information |
tuir | 1.29.0 | More information |
go-github-com-twmb-murmur3 | 1.1.3 | More information |
rust-rustc-ap-rustc-index | 654.0.0 | More information |
ocaml-version | 3.0.0 | More information |
go-github-com-microcosm-cc-bluemonday | 1.0.3 | More information |
fd | 8.1.1 | More information |
rust-trust-dns-proto | 0.7.4 | More information |
sbcl-livesupport | 0.0.0-1.71e6e41 | More information |
emacs-jenkinsfile-mode | 0.0.1-1.00d259f | More information |
rust-num-complex | 0.1.43 | More information |
rust-futures-channel | 0.3.8 | More information |
ruby-css-parser | 1.7.1 | More information |
rust-yaml-rust | 0.3.5 | More information |
emacs-explain-pause-mode | 0.1-0.2356c8c | More information |
rust-khronos-api | 3.1.0 | More information |
rust-quickcheck-macros | 0.9.1 | More information |
libredwg | 0.11.1 | More information |
guile3.0-present | 0.3.0 | More information |
rust-rusqlite | 0.23.1 | More information |
tllist | 1.0.4 | More information |
ecl-marshal | 1.3.0-1.eff1b15 | More information |
hitch | 1.7.0 | More information |
rust-spin | 0.4.10 | More information |
ttaenc | 3.4.1 | More information |
cl-simple-neural-network | 3.1 | More information |
go-github-com-go-md2man | 2.0.0 | More information |
cl-gtype | 0.1-2.2442e32 | More information |
r-gitcreds | 0.1.1 | More information |
xwrits | 2.26 | More information |
rust-syslog | 4.0.1 | More information |
ghc-wizards | 1.0.3 | More information |
ode | 0.16.2 | More information |
guile2.2-bytestructures | 1.0.9 | More information |
python-trytond-stock-lot | 5.6.0 | More information |
rust-mio | 0.7.6 | More information |
curseofwar | 1.3.0 | More information |
rust-signal-hook-registry | 1.2.0 | More information |
kblog | 20.04.1 | More information |
r-entropy | 1.2.1 | More information |
go-github-com-gorilla-css | 1.0.0 | More information |
python-text-unidecode | 1.3 | More information |
rust-serde-stacker | 0.1.4 | More information |
python-jeepney | 0.4.3 | More information |
rust-aes | 0.4.0 | More information |
rust-clippy | 0.0.302 | More information |
cl-mito | 0.1-1.d3b9e37 | More information |
gnome-photos | 3.34.2 | More information |
grip | 4.5.2-1.27a4d6d | More information |
bsd-games | 2.17.0 | More information |
python-pykeepass | 3.2.1 | More information |
ocaml4.09-dune-configurator | 2.7.1 | More information |
rust-stream-cipher | 0.4.1 | More information |
r-ideoviz | 1.26.0 | More information |
xsecurelock | 1.6.0 | More information |
ksmtp | 20.04.1 | More information |
mednafen | 1.26.1 | More information |
rust-git2 | 0.13.15 | More information |
emacs-beancount | 2.2.3 | More information |
rust-sct | 0.6.0 | More information |
sbcl-cl-mysql | 0.1-1.ab56c27 | More information |
rust-num-rational | 0.1.42 | More information |
sbcl-gtype | 0.1-2.2442e32 | More information |
python-dkimpy | 1.0.5 | More information |
ghc-cassava | 0.5.2.0 | More information |
bjumblr | 1.4.2 | More information |
emacs-elf-mode | 0.1.0 | More information |
python-django-haystack | 2.8.1 | More information |
kidentitymanagement | 20.04.1 | More information |
gnu-arch | 1.3.5 | More information |
ruby-tomparse | 0.4.2 | More information |
r-boruta | 7.0.0 | More information |
emacs-modus-operandi-theme | 1.0.2 | More information |
ocaml4.07-uri | 2.2.0 | More information |
python-json-logger | 0.1.11 | More information |
lua-cqueues | 20171014 | More information |
python-onnx | 1.8.0 | More information |
ecl-livesupport | 0.0.0-1.71e6e41 | More information |
clapack | 3.2.1 | More information |
rust-pango | 0.8.0 | More information |
font-sarasa-gothic | 0.12.7 | More information |
rust-rustc-ap-rustc-target | 654.0.0 | More information |
rust-plugin | 0.2.6 | More information |
sylpheed | 3.7.0 | More information |
go-github-com-puerkitobio-goquery | 1.5.1 | More information |
rust-resolv-conf | 0.6.3 | More information |
osinfo-db-tools | 1.8.0 | More information |
rust-base64 | 0.9.3 | More information |
rust-expat-sys | 2.1.6 | More information |
ecl-agutil | 0.0.1-1.df188d7 | More information |
sbcl-documentation-utils-extensions | 0.0.0-1.f67f8a0 | More information |
rust-aead | 0.3.2 | More information |
ghcid | 0.8.7 | More information |
sbcl-symbol-munger | 0.0.1-1.97598d4 | More information |
gtx | 0.2.2 | More information |
rust-futures-core | 0.3.8 | More information |
python-croniter | 0.3.34 | More information |
rust-mimalloc | 0.1.20 | More information |
rust-sanakirja | 0.10.3 | More information |
dee | 1.2.7 | More information |
r-kmer | 1.1.2 | More information |
rust-flame | 0.2.2 | More information |
rust-version-sync | 0.8.1 | More information |
emacs-org-generate | 1.0.0 | More information |
go-github-com-gorilla-csrf | 1.7.0 | More information |
rust-tokio-io-pool | 0.1.6 | More information |
rust-sleef-sys | 0.1.2 | More information |
emacs-helm-selector | 0.5 | More information |
guile-lzlib | 0.0.2 | More information |
rust-fake-simd | 0.1.2 | More information |
rust-static-map-macro | 0.2.1 | More information |
rust-spmc | 0.3.0 | More information |
guile2.2-xapian | 0.1.0 | More information |
ecl-trivial-package-local-nicknames | 0.2 | More information |
guile3.0-guix | 1.2.0-8.7624ebb | More information |
emacs-literate-calc-mode | 0.1-1.a50e897 | More information |
go-github-com-bep-golibsass | 0.7.0 | More information |
rust-alga-derive | 0.9.2 | More information |
sbcl-cl-rdkafka | 1.0.2 | More information |
cl-rove | 0.9.6 | More information |
rust-tracing | 0.1.22 | More information |
go-github-com-shurcool-sanitized-anchor-name | 1.0.0 | More information |
queen-it | 1.0 | More information |
mtxclient | 0.3.1 | More information |
emacs-elm-mode | 0.21.0 | More information |
tokei | 10.1.1 | More information |
python-pure-protobuf | 2.0.1 | More information |
libgda | 5.2.10 | More information |
java-antlr4-runtime | 4.8 | More information |
rust-futures-join-macro-preview | 0.3.0-alpha.19 | More information |
sbcl-mmap | 1.0.0-0.ba2e98c | More information |
rust-parking-lot-core | 0.5.0 | More information |
python-bonsai | 1.2.0 | More information |
ruby-treetop | 1.6.10 | More information |
rust-semver | 0.11.0 | More information |
cl-kebab | 0.1-1.e7f7764 | More information |
cl-clunit2 | 0.2.4-1.5e28343 | More information |
cl-ana | 0.0.0-1.fa7cee4 | More information |
rust-rand-core | 0.3.1 | More information |
rust-base64 | 0.11.0 | More information |
guile2.2-gdbm-ffi | 20120209.fa1d5b6 | More information |
netdde | 2.6.32.65-1.4a1016f | More information |
rust-bitflags | 0.5.0 | More information |
rust-webpki | 0.19.1 | More information |
rust-xattr | 0.2.2 | More information |
rust-raw-window-handle | 0.3.3 | More information |
python-pytest-asyncio | 0.10.0 | More information |
rust-libc | 0.2.81 | More information |
rust-sequoia-rfc2822 | 0.9.0 | More information |
ecl-flexichain | 1.5.1 | More information |
libilbc | 2.0.2 | More information |
rust-rustls | 0.17.0 | More information |
midori | 9.0 | More information |
rust-slog | 2.5.2 | More information |
rust-pretty-env-logger | 0.4.0 | More information |
ecl-exponential-backoff | 0-1.8d9e844 | More information |
beancount | 2.2.3 | More information |
python-django-classy-tags | 2.0.0 | More information |
muchsync | 6 | More information |
python-django-url-filter | 0.3.15 | More information |
r-etrunct | 0.1 | More information |
rust-core-foundation-sys | 0.6.2 | More information |
python2-random2 | 1.0.1 | More information |
guile2.2-gi | 0.3.0 | More information |
rust-version-sync | 0.6.0 | More information |
python2-parallel | 1.6.4.4 | More information |
rust-toml | 0.2.1 | More information |
eglexternalplatform | 1.1 | More information |
rust-freetype-rs | 0.23.0 | More information |
rust-tokio-rustls | 0.10.3 | More information |
rust-webpki | 0.18.1 | More information |
rust-md5 | 0.3.8 | More information |
rust-defmac | 0.2.1 | More information |
tup | 0.7.9 | More information |
rust-procedural-masquerade | 0.1.7 | More information |
chaiscript | 6.1.0 | More information |
agi-bio | 0-1.b5c6f3d | More information |
ecl-geco | 2.1.1 | More information |
setzer | 0.3.8 | More information |
rust-shlex | 0.1.1 | More information |
guile2.2-mcron | 1.2.0 | More information |
passwordsafe | 3.99.2 | More information |
r-forecast | 8.13 | More information |
cl-dbi | 0.9.4-1.31c4686 | More information |
rust-core-foundation | 0.9.1 | More information |
rust-serde-codegen-internals | 0.14.2 | More information |
r-fhtest | 1.5 | More information |
foo-yc20 | 1.3.0 | More information |
ghc-hjsmin | 0.2.0.4 | More information |
rust-dirs-sys-next | 0.1.1 | More information |
rust-criterion-cycles-per-byte | 0.1.2 | More information |
rust-rawpointer | 0.1.0 | More information |
rust-content-inspector | 0.2.4 | More information |
rust-gio-sys | 0.9.1 | More information |
guile3.0-rsvg | 2.18.1-0.05c6a2f | More information |
ecl-quantile-estimator | 0.0.1 | More information |
rust-predicates-core | 0.9.0 | More information |
uriparser | 0.9.4-1.25dddb1 | More information |
rust-spsc-buffer | 0.1.1 | More information |
rust-blas-sys | 0.7.1 | More information |
pwclient | 1.3.0 | More information |
pre-commit | 2.8.1 | More information |
guile-shapefile | 0.1.2 | More information |
rust-android-glue | 0.2.3 | More information |
sbcl-trivial-shell | 0.2.0-1.e02ec19 | More information |
guile3.0-email | 0.2.2 | More information |
rust-cloudabi | 0.1.0 | More information |
ecl-bordeaux-fft | 1.0.1-0.4a1f560 | More information |
emacs-org-roam | 1.2.2 | More information |
libinih | 52 | More information |
rust-gettext-sys | 0.19.9 | More information |
gnome-js-common | 0.1.2 | More information |
r-erm | 1.0-1 | More information |
python-django-logging-json | 1.15 | More information |
rust-aom-sys | 0.1.4 | More information |
tinyalsa | 1.1.1 | More information |
python-btrees | 4.7.2 | More information |
rust-hashbrown | 0.1.8 | More information |
r-cdm | 7.5-15 | More information |
sbcl-contextl | 1.0.0-1.5d18a71 | More information |
mdk | 1.3.0 | More information |
rust-rusty-fork | 0.3.0 | More information |
ecl-symbol-munger | 0.0.1-1.97598d4 | More information |
gupnp | 1.2.4 | More information |
rust-lab | 0.7.2 | More information |
ruby-forking-test-runner | 1.6.0 | More information |
xplanet | 1.3.1 | More information |
perl-test2-suite | 0.000072 | More information |
cantata | 2.4.2 | More information |
bcachefs-tools-static | 0.1-2.db931a4 | More information |
anubis | 4.2.90 | More information |
rust-unicode-segmentation | 1.6.0 | More information |
emacs-ob-sclang | 20201222 | More information |
thin-provisioning-tools | 0.8.5 | More information |
go-github-com-spf13-cobra | 1.0.0 | More information |
font-iosevka-term-slab | 4.0.3 | More information |
ghc-cborg-json | 0.2.2.0 | More information |
grokmirror | 2.0.5 | More information |
python-pytest-benchmark | 3.2.3 | More information |
ruby-spectroscope | 0.1.0 | More information |
r-d3network | 0.5.2.1 | More information |
rawdog | 2.23 | More information |
ocaml4.07-typerep | 0.11.0 | More information |
python-asyncssh | 2.3.0 | More information |
konversation | 1.7.7 | More information |
ecl-trivia | 0.0.0-2.37698b4 | More information |
unifdef | 2.12 | More information |
node-env-variable | 0.0.4 | More information |
rust-idna | 0.1.5 | More information |
v | 0.1.29 | More information |
ecl-vom | 0.1.4-1.1aeafeb | More information |
rust-quote | 0.3.15 | More information |
rust-yaml-rust | 0.4.4 | More information |
ecl-zs3 | 1.3.3 | More information |
guile2.2-reader | 0.6.3 | More information |
dbus-test-runner | 19.04.0 | More information |
rust-proc-macro-crate | 0.1.5 | More information |
rust-cairo-sys-rs | 0.9.2 | More information |
rust-win-crypto-ng | 0.2.1 | More information |
foot | 1.5.4 | More information |
go-github-com-xanzy-ssh-agent | 0.2.1 | More information |
emacs-highlight-indent-guides | 0.8.5-0.c2c9de4 | More information |
sbcl-flexichain | 1.5.1 | More information |
rust-arrayvec | 0.4.12 | More information |
rust-clang-sys | 0.11.1 | More information |
python-pysnptools | 0.4.11 | More information |
ecl-circular-streams | 0.1.0-1.e770bad | More information |
rust-locale-config | 0.3.0 | More information |
rust-bencher | 0.1.5 | More information |
rust-subtle | 1.0.0 | More information |
rust-gtk | 0.8.1 | More information |
ecl-specialized-function | 0.0.0-2.dee56d2 | More information |
python-mamba | 0.11.2 | More information |
rust-matrixmultiply | 0.2.3 | More information |
rust-crossbeam-epoch | 0.7.2 | More information |
rust-once-cell | 1.5.2 | More information |
ktnef | 20.04.1 | More information |
perl-digest-crc | 0.22 | More information |
maven-artifact-transfer | 0.12.0 | More information |
sbcl-cl-vectors | 0.1.5 | More information |
makepasswd | 0.5.4-1.3545d57 | More information |
rust-keccak | 0.1.0 | More information |
rust-flate2 | 1.0.14 | More information |
rust-hex-literal | 0.1.4 | More information |
cl-green-threads | 0.3-1.fff5ebe | More information |
perl-class-mix | 0.006 | More information |
python-dropbox | 11.0.0 | More information |
rust-peg-runtime | 0.6.2 | More information |
r-ash | 1.0-15 | More information |
rust-fs2 | 0.2.5 | More information |
go-github-com-fsnotify-fsnotify | 1.4.9 | More information |
grocsvs | 0.2.6.1-1.ecd956a | More information |
ocaml4.07-sexplib | 0.11.0 | More information |
rust-ucd-util | 0.1.7 | More information |
guile2.2-gcrypt | 0.3.0 | More information |
rust-proc-macro-error-attr | 0.4.12 | More information |
emacs-vcsh | 0.4.4 | More information |
python-eliot | 1.12.0 | More information |
rust-float-cmp | 0.3.0 | More information |
praat | 6.1.30 | More information |
rust-darling-macro | 0.10.2 | More information |
java-surefire-junit4 | 3.0.0-M4 | More information |
rust-nix | 0.17.0 | More information |
rust-pango | 0.9.1 | More information |
rust-stb-truetype | 0.3.1 | More information |
cl-deploy | 1.0.0-1.59fd497 | More information |
pocketsphinx | 5prealpha | More information |
ghc-websockets | 0.12.6.1 | More information |
cl-utm-ups | 1.0-0.780f1d8 | More information |
geary | 3.34.1 | More information |
rust-cssparser-macros | 0.3.6 | More information |
node-oop | 0.0.0-1.f9d87cd | More information |
rust-tokio-executor | 0.1.7 | More information |
ghc-csv | 0.1.2 | More information |
rust-foreign-types-macros | 0.1.1 | More information |
python-aiofiles | 0.5.0 | More information |
r-adapsamp | 1.1.1 | More information |
rust-pin-utils | 0.1.0 | More information |
python2-ipython-cluster-helper | 0.6.4 | More information |
guile3.0-chickadee | 0.6.0 | More information |
r-bluster | 1.0.0 | More information |
emacs-elegant-agenda-mode | 0.1.0-1.c72f42e | More information |
rust-gfx | 0.18.2 | More information |
hdf5-blosc | 1.0.0 | More information |
kuserfeedback | 1.0.0 | More information |
rust-phf-codegen | 0.8.0 | More information |
r-binman | 0.1.2 | More information |
perl-compress-bzip2 | 2.28 | More information |
ecl-lquery | 3.2.1-1.8048111 | More information |
xf86-video-dummy | 0.3.8 | More information |
lua5.2-cqueues | 20171014 | More information |
rust-gl-generator | 0.10.0 | More information |
rust-vte | 0.3.3 | More information |
guile2.2-guix | 1.2.0-8.7624ebb | More information |
python-rq-scheduler | 0.10.0 | More information |
cl-custom-hash-table | 0.3-1.f269831 | More information |
libgnt | 2.14.0 | More information |
ecl-quri | 0.1.0-2.b53231c | More information |
dune-localfunctions-openmpi | 2.7.0 | More information |
guile2.2-simple-zmq | 0.0.0-5.f8b7d81 | More information |
python-jose | 3.2.0 | More information |
rust-num | 0.3.0 | More information |
esound | 0.2.41 | More information |
r-stanheaders | 2.21.0-6 | More information |
python-mastodon-py | 1.5.1 | More information |
rust-h2 | 0.1.26 | More information |
rust-insta | 0.8.1 | More information |
node-color-name | 1.1.3 | More information |
emacs-ivy-clipmenu | 0.0.1-1.d2071f2 | More information |
rust-globset | 0.4.5 | More information |
libgovirt | 0.3.6 | More information |
python-hpack | 3.0.0 | More information |
ghc-language-javascript | 0.7.0.0 | More information |
node-mersenne | 0.0.4 | More information |
rust-git2 | 0.9.1 | More information |
rust-rpassword | 5.0.0 | More information |
rust-bzip2-sys | 0.1.9+1.0.8 | More information |
ecl-optima | 1.0-1.373b245 | More information |
pass-tomb | 1.2 | More information |
softhsm | 2.6.1 | More information |
vo-aacenc | 0.1.3 | More information |
rust-tokio-codec | 0.1.1 | More information |
python-imageio | 2.8.0 | More information |
rust-const-random-macro | 0.1.8 | More information |
gnome-arcade | 0.218.2 | More information |
rust-core-video-sys | 0.1.3 | More information |
ecl-type-r | 0.0.0-1.83c89e3 | More information |
lodepng | 20200215-1.48e5364 | More information |
rust-miniz-sys | 0.1.12 | More information |
hackrf | 2018.01.1-0.43e6f99 | More information |
python-jsonplus | 0.8.0 | More information |
rust-colored | 1.9.3 | More information |
ruby-rubocop-performance | 1.7.1 | More information |
pypy3 | 7.3.1 | More information |
go-github-com-willf-bloom | 2.0.3 | More information |
rust-syn | 0.13.11 | More information |
ruby-slim | 4.1.0 | More information |
rust-derive-new | 0.5.8 | More information |
aspell-dict-sl | 0.50-0 | More information |
fiano-fmap | 5.0.0 | More information |
opencore-amr | 0.1.5 | More information |
rust-napi | 0.5.1 | More information |
node-statsd-parser | 0.0.4 | More information |
xnotify | 0.7.3 | More information |
rust-webpki-roots | 0.16.0 | More information |
tesseract-engine | 20200615-2411 | More information |
rust-wasm-bindgen-futures | 0.4.19 | More information |
rust-tokio-rustls | 0.14.1 | More information |
rust-cocoa | 0.18.5 | More information |
rust-syslog | 3.3.0 | More information |
chicken-agrep | 1.7 | More information |
r-archivist | 2.3.4 | More information |
python2-openpyxl | 2.6.4 | More information |
rust-inotify | 0.7.1 | More information |
rtl-433 | 20.02 | More information |
python-pytest-trio | 0.6.0 | More information |
gnome-shell-extension-topicons-redux | 6 | More information |
rust-tiff | 0.2.2 | More information |
ocaml4.07-ppx-sexp-message | 0.11.0 | More information |
rust-gfa | 0.6.2 | More information |
sbcl-zpb-ttf | 1.0.3 | More information |
atomicparsley | 20200701.154658.b0d6223 | More information |
rust-stream-cipher | 0.3.0 | More information |
rust-dlib | 0.4.1 | More information |
rust-rayon | 0.8.2 | More information |
rust-tokio-openssl | 0.3.0 | More information |
korganizer | 20.04.1 | More information |
cl-enchant | 0.0.0-1.6af162a | More information |
python-autoflake | 1.3.1 | More information |
liburing | 0.7 | More information |
guile3.0-picture-language | 0.0.1-2.bf4600b | More information |
rust-untrusted | 0.7.1 | More information |
ghc-generic-random | 1.3.0.1 | More information |
cl-fset | 1.3.2-1.6d2f9de | More information |
rust-hostname | 0.1.5 | More information |
python-pamela | 1.0.0 | More information |
ruby-cucumber-create-meta | 1.0.0 | More information |
xfe | 1.43.2 | More information |
emacs-dired-git-info | 0.3.1-0.91d57e3 | More information |
ruby-octokit | 4.18.0 | More information |
r-iml | 0.10.0 | More information |
rust-gzip-header | 0.3.0 | More information |
vim-asyncrun | 2.7.5 | More information |
ecl-hunchentoot | 1.2.38 | More information |
gupnp-av | 0.12.11 | More information |
rust-hashbrown | 0.5.0 | More information |
ghc-protolude | 0.2.3 | More information |
rust-byte-tools | 0.3.1 | More information |
rust-derive-error-chain | 0.10.1 | More information |
ruby-fakefs | 1.2.2 | More information |
rust-rustc-serialize | 0.3.24 | More information |
xarchiver | 0.5.4.16 | More information |
libgadu | 1.12.2 | More information |
emacs-promise | 1.1 | More information |
ecl-maidenhead | 1.0-0.b756d23 | More information |
r-grouped | 0.6-0 | More information |
rust-tracing-attributes | 0.1.11 | More information |
rust-md-5 | 0.9.0 | More information |
rust-gettext-rs | 0.4.4 | More information |
ecl-static-dispatch | 0.3 | More information |
ocaml-lwt-react | 1.1.3 | More information |
sbcl-skippy | 1.3.12-0.e456210 | More information |
xdg-desktop-portal-gtk | 1.7.1 | More information |
krfb | 20.04.1 | More information |
rust-remove-dir-all | 0.5.3 | More information |
rust-dirs-next | 1.0.2 | More information |
flowee | 2020.04.1 | More information |
libopenmpt | 0.5.4 | More information |
rust-mio | 0.6.21 | More information |
rust-block-buffer | 0.7.3 | More information |
rust-iovec | 0.1.4 | More information |
guile2.2-commonmark | 0.1.2 | More information |
rust-measureme | 0.7.1 | More information |
rapid-photo-downloader | 0.9.18 | More information |
rust-tinytemplate | 1.1.0 | More information |
emacs-auth-source-xoauth2 | 1.0 | More information |
rust-servo-freetype-sys | 4.0.5 | More information |
cl-napa-fft3 | 0.0.1-0.f2d9614 | More information |
shelltestrunner | 1.9 | More information |
guile2.2-sqlite3 | 0.1.2 | More information |
ispell | 3.4.00 | More information |
emacs-tramp | 2.5.0 | More information |
cl-symbol-munger | 0.0.1-1.97598d4 | More information |
kget | 20.04.1 | More information |
greybird-gtk-theme | 3.22.12 | More information |
rust-bytemuck-derive | 1.0.0 | More information |
rust-aes-gcm | 0.6.0 | More information |
cl-collectors | 0.1-1.13acef2 | More information |
rust-tokio | 0.1.22 | More information |
python-moto | 1.3.16.dev134 | More information |
emacs-chronometrist | 0.5.6 | More information |
rust-locale-config | 0.2.3 | More information |
rust-racer-interner | 0.1.0 | More information |
cl-xmls | 3.0.2-1.18546f0 | More information |
rust-core-foundation | 0.6.4 | More information |
python-apiron | 5.1.0 | More information |
go-github-com-twpayne-go-shell | 0.3.0 | More information |
guile2.2-email | 0.2.2 | More information |
rust-minisign | 0.5.20 | More information |
latex2html | 2020.2 | More information |
ecl-com.gigamonkeys.binary-data | 0.0.0-0.22e9089 | More information |
chatty | 0.1.17 | More information |
rust-futures-util | 0.3.8 | More information |
bats | 1.2.0 | More information |
rust-hex-literal-impl | 0.2.1 | More information |
r-adapr | 2.0.0 | More information |
rust-serde-bytes | 0.11.5 | More information |
java-surefire-common-java5 | 3.0.0-M4 | More information |
rust-fallible-streaming-iterator | 0.1.9 | More information |
sbcl-dbi | 0.9.4-1.31c4686 | More information |
libebur128 | 1.2.4 | More information |
ghc-assoc | 1.0.1 | More information |
perl-alien-sdl | 1.446 | More information |
rust-phf | 0.8.0 | More information |
python-signedjson | 1.1.1 | More information |
ocaml4.07-core-kernel | 0.11.1 | More information |
ecl-documentation-utils-extensions | 0.0.0-1.f67f8a0 | More information |
xmltoman | 0.4 | More information |
cl-mustache | 0.12.1 | More information |
hunspell-dict-de | 20161207 | More information |
rust-unicode-bidi | 0.3.4 | More information |
perl-locale-maketext-lexicon | 1.00 | More information |
rust-crossbeam-deque | 0.7.3 | More information |
r-coverageview | 1.28.0 | More information |
rust-thread-id | 2.0.0 | More information |
ocaml4.07-gen | 0.5.2 | More information |
rust-modifier | 0.1.0 | More information |
r-ltm | 1.1-1 | More information |
rust-object | 0.12.0 | More information |
megacmd | 1.1.0 | More information |
python-flufl-testing | 0.8 | More information |
gash-utils | 0.1.0 | More information |
rust-futures-preview | 0.3.0-alpha.17 | More information |
libmediaart | 1.9.4 | More information |
python-myhdl | 0.11 | More information |
ecl-mt19937 | 1.1 | More information |
queen-fr | 1.0 | More information |
meanwhile | 1.1.1 | More information |
rust-proc-macro2 | 0.3.8 | More information |
cl-uffi | 2.1.2 | More information |
rust-linkify | 0.4.0 | More information |
sbcl-salza2 | 2.0.9 | More information |
ocaml4.07-ppx-pipebang | 0.11.0 | More information |
go-gopkg-in-warnings | 0.1.2 | More information |
warsow-qfusion | 2.5-1.c4de15d | More information |
fulcrum | 1.1.1 | More information |
libavif | 0.8.4 | More information |
go-github-com-google-go-cmp-cmp | 0.5.2 | More information |
ruby-standard | 0.4.7 | More information |
tng | 1.8.2 | More information |
python2-gamera | 3.4.4 | More information |
python-hypercorn | 0.10.2 | More information |
python-d2to1 | 0.2.12.post1 | More information |
corsix-th | 0.64 | More information |
cl-inflector | 0.2-1.f1ab169 | More information |
rust-sha2 | 0.9.2 | More information |
go-github-com-alcortesm-tgz | 0.0.1-1.9c5fe88 | More information |
python-tenacity | 6.1.0 | More information |
emacs-persp-mode | 2.9.8 | More information |
rust-tokio-trace-core | 0.2.0 | More information |
sbcl-osicat | 0.7.0-1.de0c18a | More information |
rust-crossterm-winapi | 0.4.0 | More information |
r-brio | 1.1.0 | More information |
mypaint | 2.0.1 | More information |
python-gcovr | 4.2 | More information |
go-golang-org-x-sync | 0.0.0-1.6e8e738 | More information |
ghc-torrent | 10000.1.1 | More information |
rust-error-chain | 0.11.0 | More information |
rust-vecmath | 1.0.0 | More information |
sbcl-defpackage-plus | 1.0-0.5492e27 | More information |
feedbackd | 0.0.0+git20200527 | More information |
ecl-sxql | 0.1.0-1.5aa8b73 | More information |
ecl-cl-async-future | 0.4.4.1-1.ee36c22 | More information |
python-docusign-esign | 3.1.0 | More information |
python-purl | 1.5 | More information |
python-ntlm-auth | 1.4.0 | More information |
rust-sval | 0.5.2 | More information |
rust-semver-parser | 0.9.0 | More information |
go-github-com-pbnjay-memory | 0.0.0-1.974d429 | More information |
rust-piston-window | 0.105.0 | More information |
r-scuttle | 1.0.3 | More information |
lcdf-typetools | 2.108 | More information |
rust-structopt-derive | 0.4.5 | More information |
rust-compiler-builtins | 0.1.26 | More information |
emacs-unkillable-scratch | 1.0.0-0.b24c2a7 | More information |
rust-napi-build | 0.2.1 | More information |
rust-bzip2 | 0.4.1 | More information |
ecl-regex | 1-1.fbc9a9f | More information |
rust-num-traits | 0.2.12 | More information |
rust-tokio-macros | 0.3.2 | More information |
ecl-olc | 1.0-0.517e27f | More information |
rust-core-foundation-sys | 0.7.2 | More information |
rust-humantime | 1.3.0 | More information |
python-citeproc-py | 0.5.1 | More information |
dump1090 | 4.0 | More information |
mercury | 20.06.1 | More information |
librttopo | 1.1.0 | More information |
ecl-calispel | 0.1-1.e9f2f9c | More information |
python-pep517 | 0.8.2 | More information |
r-rstanarm | 2.21.1 | More information |
python-forbiddenfruit | 0.1.3 | More information |
rust-wasm-bindgen-test-macro | 0.2.50 | More information |
rust-memchr | 1.0.2 | More information |
get-iplayer | 3.26 | More information |
rust-gdk-pixbuf | 0.7.0 | More information |
rust-scoped-threadpool | 0.1.9 | More information |
r-exactranktests | 0.8-31 | More information |
rust-rustc-hash | 1.0.1 | More information |
ghc-say | 0.1.0.1 | More information |
python-validators | 0.14.2 | More information |
ecl-lambda-fiddle | 1.0.0-1.d16bba5 | More information |
reprotest | 0.7.15 | More information |
python-bottleneck | 1.3.2 | More information |
rust-strsim | 0.9.3 | More information |
sbcl-cl-randist | 0.4.2 | More information |
rust-try-from | 0.3.2 | More information |
r-msmstests | 1.28.0 | More information |
python-identify | 1.4.25 | More information |
python-cfn-lint | 0.41.0 | More information |
rust-scopeguard | 0.3.3 | More information |
rust-wayland-server | 0.21.13 | More information |
rust-png | 0.12.0 | More information |
lua5.1-lgi | 0.9.2 | More information |
ecl-skippy | 1.3.12-0.e456210 | More information |
cl-array-utils | 1.1.1-0.f90eb90 | More information |
rust-proptest-derive | 0.1.2 | More information |
ecl-clump | 0.0.0-1.1ea4dba | More information |
python-pytest-forked | 1.1.3 | More information |
emacs-imenu-list | 0.8 | More information |
rust-fsevent-sys | 2.0.1 | More information |
rtl8812au-aircrack-ng-linux-module | 5.6.4.2-3.62cb003 | More information |
cl-contextl | 1.0.0-1.5d18a71 | More information |
krdc | 20.04.1 | More information |
emacs-svg-tag-mode | 0.1-1.87489d2 | More information |
python-xlsxwriter | 1.3.7 | More information |
sdl2-cs | B1-1.1a35564 | More information |
rust-want | 0.2.0 | More information |
emacs-habitica | 1.0-1.c45c602 | More information |
rust-recycler | 0.1.4 | More information |
rust-rpassword | 3.0.2 | More information |
rust-digest | 0.6.2 | More information |
python-cfgv | 3.1.0 | More information |
r-boa | 1.1.8-2 | More information |
rust-mach-o-sys | 0.1.1 | More information |
libdc1394 | 2.2.6 | More information |
rust-getopts | 0.2.21 | More information |
ecl-zstd | 1.0-1.d144582 | More information |
rust-hyper-tls | 0.3.2 | More information |
rust-sct | 0.3.0 | More information |
aws-sdk-cpp | 1.8.102 | More information |
ruby-ptools | 1.3.5 | More information |
straw-viewer | 0.1.2 | More information |
rust-sysctl | 0.1.4 | More information |
rust-crossbeam-deque | 0.6.3 | More information |
cl-function-cache | 1.0.3 | More information |
emacs-ddskk | 16.3 | More information |
rust-tokio-sync | 0.1.6 | More information |
rust-quickcheck | 0.4.1 | More information |
python-blessed | 1.17.8 | More information |
go-github-com-twpayne-go-vfs | 1.5.0 | More information |
python-diceware | 0.9.6 | More information |
dune-pdelab-openmpi | 2.7.0-git-476fe437 | More information |
sbcl-zpng | 1.2.2 | More information |
sbcl-cl-emb | 0.4.3-1.fd86521 | More information |
libde265 | 1.0.8 | More information |
python-hstspreload | 2020.10.20 | More information |
ruby-ruby-parser | 3.14.2 | More information |
rust-ctor | 0.1.15 | More information |
gnome-multi-writer | 3.35.90 | More information |
r-deconstructsigs | 1.8.0 | More information |
rust-nalgebra | 0.18.1 | More information |
rust-ring | 0.13.5 | More information |
rust-diffs | 0.3.0 | More information |
rust-console-error-panic-hook | 0.1.6 | More information |
python-django-mailman3 | 1.3.4 | More information |
rust-winapi-util | 0.1.5 | More information |
rust-clang-sys | 0.23.0 | More information |
kpeoplevcard | 0.1 | More information |
bcc | 0.15.0 | More information |
python-sanic | 20.9.1 | More information |
ghc-repline | 0.3.0.0 | More information |
tsukundere | 0.2.0 | More information |
sbcl-stumpwm-cpu | 0.0.1-2.920f8fc | More information |
rust-rustc-ap-serialize | 654.0.0 | More information |
rust-smithay-client-toolkit | 0.4.6 | More information |
mspdebug | 0.25 | More information |
rust-glob | 0.2.11 | More information |
wev | 1.0.0 | More information |
rust-ppv-lite86 | 0.2.8 | More information |
rust-gif | 0.10.3 | More information |
sbcl-antik-base | 0.0.0-1.e4711a6 | More information |
rust-dogged | 0.2.0 | More information |
offlate | 0.5 | More information |
rust-rand-jitter | 0.1.4 | More information |
rust-rctree | 0.3.3 | More information |
ruby-pry-byebug | 3.9.0 | More information |
sbcl-cl-autowrap | 1.0-1.ae846d6 | More information |
rust-downcast-rs | 1.2.0 | More information |
python-aws-xray-sdk | 2.6.0 | More information |
rust-byteorder | 0.5.3 | More information |
antlr4 | 4.8 | More information |
mutest | 0.0.0 | More information |
java-sonatype-aether-util | 1.7 | More information |
go-github-com-chris-ramon-douceur | 0.2.0 | More information |
eboard | 1.1.3 | More information |
opensmtpd-filter-dkimsign | 0.2.arch2 | More information |
rust-dialoguer | 0.6.2 | More information |
librocket | 1.3.0.0 | More information |
gnome-boxes | 3.36.6 | More information |
rust-ntest | 0.3.3 | More information |
inspekt3d | 0-0.703f52c | More information |
ocaml4.07-ppx-typerep-conv | 0.11.1 | More information |
rust-trust-dns-resolver | 0.11.1 | More information |
python-pypandoc | 1.5 | More information |
rust-lock-api | 0.4.1 | More information |
emacs-browse-kill-ring | 2.0.0-0.1ef72cc | More information |
libnl-python2 | 3.5.0 | More information |
rust-ci-info | 0.3.1 | More information |
rust-r2d2 | 0.8.9 | More information |
rust-console | 0.11.3 | More information |
rust-foreign-types | 0.5.0 | More information |
rust-tokio-tls | 0.2.1 | More information |
python-authres | 1.2.0 | More information |
python-pytools | 2020.4 | More information |
phodav | 2.5 | More information |
guile2.2-picture-language | 0.0.1-2.bf4600b | More information |
rust-tar | 0.4.26 | More information |
r-gpfit | 1.0-8 | More information |
go-github-com-muesli-reflow-wordwrap | 0.1.0 | More information |
emacs-airline-themes | 1.8 | More information |
dosage | 2.17 | More information |
cl-plump | 2.0.0-1.34f890f | More information |
rust-md5-asm | 0.4.3 | More information |
guile2.2-squee | 0-1.7dcd22b | More information |
cl-dissect | 1.0.0-1.cffd384 | More information |
rust-deflate | 0.7.20 | More information |
maven-aether-provider | 3.0 | More information |
guile3.0-pfds | 0.3 | More information |
soci | 4.0.1 | More information |
ruby-mustache | 1.1.1 | More information |
ruby-cucumber-messages | 12.2.0 | More information |
r-mlr3 | 0.9.0 | More information |
rust-libflate | 1.0.2 | More information |
rust-gdk | 0.13.2 | More information |
rust-byte-unit | 4.0.9 | More information |
maven-enforcer-api | 3.0.0-M3 | More information |
go-github-com-klauspost-cpuid | 1.2.3 | More information |
rust-num-rational | 0.2.3 | More information |
rust-parity-tokio-ipc | 0.4.0 | More information |
ghc-transformers | 0.5.6.2 | More information |
rust-ucd-parse | 0.1.3 | More information |
rust-resize | 0.3.1 | More information |
rust-regex-syntax | 0.3.9 | More information |
rust-stdweb-internal-macros | 0.2.9 | More information |
rust-x11-dl | 2.18.5 | More information |
cl-lambda-fiddle | 1.0.0-1.d16bba5 | More information |
rust-jpeg-decoder | 0.1.18 | More information |
rust-gio | 0.9.1 | More information |
perl-digest-md4 | 1.9 | More information |
kmail | 20.04.1 | More information |
rust-simba | 0.1.5 | More information |
ecl-cl-mustache | 0.12.1 | More information |
python-http-ece | 1.1.0 | More information |
rust-webpki-roots | 0.20.0 | More information |
r-isocodes | 2020.12.04 | More information |
cl-clx-xembed | 0.1-1.a5c4b84 | More information |
rust-pin-project | 1.0.2 | More information |
ecl-fast-io | 1.0.0-2.603f490 | More information |
rust-bit-vec | 0.4.4 | More information |
chicken-iset | 2.2 | More information |
ghc-yesod-test | 1.6.9 | More information |
python-jsonpickle | 1.4.1 | More information |
rust-rustversion | 1.0.2 | More information |
guile2.2-sjson | 0.2.1 | More information |
rust-peeking-take-while | 0.1.2 | More information |
gtranslator | 3.36.0 | More information |
ruby-fast-gettext | 2.0.3 | More information |
sbcl-external-program | 0.0.6-1.5888b8f | More information |
python2-fuzzywuzzy | 0.18.0 | More information |
rust-tokio-rustls | 0.13.1 | More information |
rust-log | 0.4.11 | More information |
ecl-gtype | 0.1-2.2442e32 | More information |
rust-intervaltree | 0.2.4 | More information |
dune-uggrid | 2.7.0 | More information |
r-icens | 1.62.0 | More information |
r-rlinsolve | 0.3.1 | More information |
python-asgiref | 3.2.10 | More information |
rust-custom-derive | 0.1.7 | More information |
rust-foreign-types-macros | 0.2.0 | More information |
rust-brotli | 3.3.0 | More information |
libratbag | 0.14 | More information |
rust-darling | 0.10.2 | More information |
emacs-haskell-snippets | 0.1.0-0.07b0f46 | More information |
guile-zstd | 0.1.1 | More information |
sbcl-clump | 0.0.0-1.1ea4dba | More information |
rust-ordermap | 0.3.5 | More information |
cramfs-tools | 2.1 | More information |
rust-winreg | 0.6.2 | More information |
python-dateparser | 0.7.6 | More information |
rust-pnacl-build-helper | 1.4.11 | More information |
yoyo-migrations | 7.2.0 | More information |
rust-ndk-macro | 0.2.0 | More information |
libkdepim | 20.04.1 | More information |
r-bsgenome-hsapiens-ncbi-grch38 | 1.3.1000 | More information |
drm-tools | 1.1.33 | More information |
go-github-com-google-renameio | 0.1.0 | More information |
go-github-com-imdario-mergo | 0.3.10 | More information |
emacs-dhall-mode | 0.1.3-1.484bcf8 | More information |
rust-ed25519 | 1.0.3 | More information |
guile-prometheus | 0-5.35dc26c | More information |
rust-proptest | 0.3.4 | More information |
emacs-org-superstar | 1.4.0 | More information |
rust-ghash | 0.3.0 | More information |
rust-tokio-mockstream | 1.1.0 | More information |
r-survminer | 0.4.8 | More information |
r-aws-s3 | 0.3.21 | More information |
guile-ac-d-bus | 1.0.0-beta.0 | More information |
ecl-cl-autowrap | 1.0-1.ae846d6 | More information |
libxmlplusplus | 2.40.1 | More information |
ecl-cl-reexport | 0.1-1.312f366 | More information |
cl-cluffer | 0.0.0-1.4aad29c | More information |
r-matrixgenerics | 1.2.0 | More information |
r-argon2 | 0.2-0 | More information |
lua-resty-core | 0.1.18 | More information |
rust-semver-parser | 0.7.0 | More information |
sbcl-postmodern | 1.19-1.74469b2 | More information |
cl-spatial-trees | 0-1.81fdad0 | More information |
python-tortoise-orm | 0.16.7 | More information |
rust-rustc-ap-arena | 654.0.0 | More information |
sbcl-png-read | 0.3.1-1.ec29f38 | More information |
python-persistent | 4.6.4 | More information |
purple-mattermost | 1.2-0.158ce20 | More information |
rust-cargo-metadata | 0.6.4 | More information |
ucd | 12.0.0 | More information |
sbcl-clsql | 6.7.0 | More information |
ecl-defpackage-plus | 1.0-0.5492e27 | More information |
cogserver | 0-2.ec5f3b9 | More information |
texlive-hyphen-pali | 51265 | More information |
emacs-djvu | 1.1.1 | More information |
ecl-cl-qrencode | 0.1.2 | More information |
rust-serde-yaml | 0.8.11 | More information |
gnome-online-miners | 3.34.0 | More information |
ecl-xsubseq | 0.0.1-1.5ce430b | More information |
go-github-com-hjson-hjson-go | 3.1.0 | More information |
ecl-trivial-backtrace | 0.0.0-1.ca81c01 | More information |
python2-pyatspi | 2.34.0 | More information |
sbcl-constantfold | 0.1-1.0ff1d97 | More information |
rust-bstr | 0.2.12 | More information |
lure | 1.1 | More information |
r-yardstick | 0.0.7 | More information |
rust-wayland-commons | 0.23.6 | More information |
ecl-local-time | 1.0.6-1.6279270 | More information |
rust-wayland-sys | 0.23.6 | More information |
mergerfs-tools | 0.0-2.480296e | More information |
rust-libloading | 0.6.3 | More information |
python-pyopengl | 3.1.5 | More information |
rust-wayland-protocols | 0.23.6 | More information |
libstemmer | 2.0.0 | More information |
augustus | 1.4.1a | More information |
xlsxio | 0.2.29 | More information |
kdepim-apps-libs | 20.04.1 | More information |
emacs-standard-dirs | 2.0.0 | More information |
guile2.2-gnutls | 3.6.12 | More information |
srt | 1.4.2 | More information |
rust-rust-hawktracer-sys | 0.4.2 | More information |
go-github-com-fogleman-gg | 1.3.0 | More information |
rust-crossbeam-utils | 0.6.6 | More information |
ecl-mmap | 1.0.0-0.ba2e98c | More information |
ocaml4.07-lacaml | 11.0.5 | More information |
perl-config-grammar | 1.13 | More information |
ghc-scalpel | 0.6.0 | More information |
python-speg | 0.3 | More information |
nng | 1.3.2 | More information |
axel | 2.17.10 | More information |
python-ciso8601 | 2.1.3 | More information |
rust-byteorder | 1.3.4 | More information |
ecl-parse-js | 0.0.0-1.fbadc6029 | More information |
emacs-plantuml-mode | 1.4.1 | More information |
guile3.0-ics | 0.2.0 | More information |
go-github-go-git | 5.1.0 | More information |
ecl-jonathan | 0.1.0-1.1f448b4 | More information |
chicken-datatype | 1.6 | More information |
rust-url | 1.7.2 | More information |
lua-resty-shell | 0.03 | More information |
python-flake8-pyi | 20.5.0 | More information |
sbcl-command-line-arguments | 2.0.0-1.fbac862 | More information |
rust-rustc-rayon | 0.3.0 | More information |
rust-pkg-config | 0.3.17 | More information |
r-ggpmisc | 0.3.7 | More information |
rust-libssh2-sys | 0.2.19 | More information |
dune-subgrid | 2.7.0-git-2103a363 | More information |
ecl-hu.dwim.defclass-star | 2015-07-09 | More information |
autofs | 5.1.6 | More information |
r-spatstat-utils | 1.17-0 | More information |
rust-aes-soft | 0.4.0 | More information |
r-parallelly | 1.21.0 | More information |
rust-glutin-glx-sys | 0.1.5 | More information |
zxing-cpp | 1.0.8 | More information |
ecl-slime-swank | 2.26 | More information |
sbcl-mito | 0.1-1.d3b9e37 | More information |
rust-gio | 0.8.1 | More information |
rust-mio-extras | 2.0.6 | More information |
maven-filtering | 3.1.1 | More information |
java-surefire-extensions-api | 3.0.0-M4 | More information |
stb-sprintf | 1.09 | More information |
rust-futures-channel-preview | 0.3.0-alpha.19 | More information |
guile2.2-redis | 1.3.0 | More information |
pegtl | 2.8.3 | More information |
rust-scroll | 0.9.2 | More information |
gmni | 0-0.d8f0870 | More information |
rust-pocket-resources | 0.3.2 | More information |
msopenh264 | 1.2.1 | More information |
ecl-float-features | 1.0.0 | More information |
sbcl-asdf-finalizers | 0.0.0-1.7f537f6 | More information |
rust-freetype-sys | 0.9.0 | More information |
emacs-gcmh | 0.2.1 | More information |
go-github-com-go-sql-driver-mysql | 1.5.0 | More information |
sbcl-quantile-estimator | 0.0.1 | More information |
emacs-typing | 1.1.4-0.a2ef25d | More information |
sbcl-zstd | 1.0-1.d144582 | More information |
qalculate-gtk | 3.8.0 | More information |
rust-memsec | 0.6.0 | More information |
python-pywatchman | 1.4.1 | More information |
mjpegtools | 2.1.0 | More information |
unicode-emoji | 12.0 | More information |
python-aiosqlite | 0.12.0 | More information |
rust-rust-base58 | 0.0.4 | More information |
flyer-composer-cli | 1.0rc2 | More information |
rust-uuid | 0.5.1 | More information |
ecl-dbus | 20190408-1.24b452d | More information |
r-inum | 1.0-1 | More information |
rust-loom | 0.1.1 | More information |
sbcl-eager-future2 | 0.0.0-1.54df8ef | More information |
rust-tokio-buf | 0.1.1 | More information |
rust-ufmt-write | 0.1.0 | More information |
phockup | 1.5.9 | More information |
rust-predicates | 0.9.1 | More information |
ecl-trivial-benchmark | 2.0.0-1.42d7673 | More information |
cl-base32 | 0.1-1.8cdee06 | More information |
rust-linked-hash-map | 0.4.2 | More information |
texlive-microtype | 51265 | More information |
python2-selectors2 | 2.0.1 | More information |
rgbds | 0.4.2 | More information |
python-arcp | 0.2.1 | More information |
sieve-connect | 0.90 | More information |
perl-lwp-useragent-cached | 0.08 | More information |
anki | 2.1.16 | More information |
ecl-cl-uglify-js | 0.1-1.429c5e1d8 | More information |
rust-csv | 0.14.7 | More information |
go-github-com-marten-seemann-chacha20 | 0.2.0 | More information |
cl-command-line-arguments | 2.0.0-1.fbac862 | More information |
reprepro | 5.3.0 | More information |
rust-objc-test-utils | 0.0.2 | More information |
ecl-static-vectors | 1.8.4 | More information |
python-jinxed | 1.0.0 | More information |
python-ldap3 | 2.7 | More information |
cl-pzmq | 0.0.0-1.7c7390e | More information |
python-prov | 2.0.0 | More information |
rust-lalrpop | 0.19.1 | More information |
guile3.0-colorized | 0.1 | More information |
rust-phf-macros | 0.7.24 | More information |
rust-directories-next | 1.0.3 | More information |
atop | 2.5.0 | More information |
nuspell | 3.1.2 | More information |
python-xarray | 0.15.1 | More information |
cl-emb | 0.4.3-1.fd86521 | More information |
go-github-com-masterminds-semver | 3.1.0 | More information |
cl-repl-utilities | 0.0.0-1.e0de9c9 | More information |
ecl-hu.dwim.common | 2015-07-09 | More information |
rust-fixed | 1.2.0 | More information |
linux-libre-arm64-generic | 5.10.4 | More information |
cl-agutil | 0.0.1-1.df188d7 | More information |
emacs-dmenu | 0.1-0.e8cc9b2 | More information |
perl-crypt-eksblowfish | 0.009 | More information |
rust-blake2 | 0.8.1 | More information |
rust-tempfile | 2.2.0 | More information |
ocaml-dot-merlin-reader | 3.4.2 | More information |
rust-once-cell | 0.1.8 | More information |
ecl-mgrs | 1.0-0.0045546 | More information |
rust-thread-id | 3.3.0 | More information |
go-github-com-huandu-xstrings | 1.3.2 | More information |
emacs-pabbrev | 4.2.1 | More information |
python-trio | 0.17.0 | More information |
rust-crc | 1.8.1 | More information |
rust-strsim | 0.5.2 | More information |
rust-flamer | 0.3.0 | More information |
yggdrasil | 0.3.15 | More information |
emacs-sqlite | 1.0-0.dad42b8 | More information |
cl-nodgui | 0.0.5-1.bc59ed9 | More information |
rust-treeline | 0.1.0 | More information |
jfs_fsck-static | 1.1.15 | More information |
pantheon-calculator | 1.5.5 | More information |
bootterm | 0.1 | More information |
emacs-chess | 2.0.5 | More information |
rust-rustc-version | 0.2.3 | More information |
rust-tokio-fs | 0.1.6 | More information |
guile2.2-syntax-highlight | 0.1 | More information |
rust-ntapi | 0.3.6 | More information |
sbcl-do-urlencode | 0.0.0-1.1998464 | More information |
python-trytond-product | 5.6.1 | More information |
r-adaptalint | 0.2.4 | More information |
lsscsi | 0.31 | More information |
perl-lwpx-paranoidagent | 1.12 | More information |
ruby-open-uri-cached | 0.0.5 | More information |
raspi-arm-chainloader | 0.1 | More information |
python-ipython-cluster-helper | 0.6.4 | More information |
mkp224o | 1.5.0 | More information |
python-websockets | 8.1 | More information |
maven-jar-plugin | 3.2.0 | More information |
intervaltree | 0.0.0-1.b90527f | More information |
lib3ds | 1.3.0 | More information |
guix-simplyblack-sddm-theme | 0.1 | More information |
r-hardhat | 0.1.5 | More information |
emacs-rocket-chat | 0.0.0-1.96fe27a | More information |
rust-nom | 5.1.2 | More information |
perl-test-object | 0.08 | More information |
java-sonatype-aether-spi | 1.7 | More information |
rust-stacker | 0.1.6 | More information |
rust-libsqlite3-sys | 0.18.0 | More information |
transcode | 1.1.7 | More information |
rust-rusttype | 0.8.2 | More information |
rust-memoffset | 0.5.3 | More information |
rust-half | 1.6.0 | More information |
python-pep-adapter | 2.0.5 | More information |
emacs-erc-status-sidebar | 0.1-1.ea4189a | More information |
python-rapidjson | 0.9.1 | More information |
guile2.2-dsv | 0.3.0 | More information |
rust-cordic | 0.1.4 | More information |
rust-winapi-build | 0.1.1 | More information |
rust-num | 0.1.42 | More information |
emacs-dart-mode | 1.0.5 | More information |
rust-servo-fontconfig-sys | 4.0.9 | More information |
r-decon | 1.2-4 | More information |
r-httpcode | 0.3.0 | More information |
ghc-pointedlist | 0.6.1 | More information |
cl-postmodern | 1.19-1.74469b2 | More information |
rust-time-macros | 0.1.0 | More information |
rust-memmap | 0.7.0 | More information |
r-perfmeas | 1.2.1 | More information |
rust-lazycell | 1.2.1 | More information |
rust-textwrap | 0.11.0 | More information |
sbcl-zs3 | 1.3.3 | More information |
rust-xz2 | 0.1.6 | More information |
dune-alugrid-openmpi | 2.7.0-git-81d35682 | More information |
rtmpdump | 2.4-0.c5f04a5 | More information |
r-workflows | 0.2.1 | More information |
sbcl-glyphs | 0.0.0-1.1ff5714 | More information |
python-can | 3.3.3 | More information |
rust-datetime | 0.4.7 | More information |
rust-tower-service | 0.3.0 | More information |
rust-semver | 0.10.0 | More information |
graphite-web | 1.1.7 | More information |
rust-security-framework-sys | 0.3.3 | More information |
go-github-com-spf13-afero | 1.2.2 | More information |
rust-gir-format-check | 0.1.1 | More information |
sbcl-check-it | 0.1.0-1.b79c910 | More information |
rust-bindgen | 0.51.1 | More information |
sbcl-cl-fastcgi | 0.2-1.d576d20 | More information |
sbcl-gtwiwtg | 0.1.1 | More information |
guile-filesystem | 0.1.0 | More information |
rust-assert-cmd | 0.9.1 | More information |
python-pyenchant | 2.0.0 | More information |
emacs-helm-switch-to-repl | 0.1.1 | More information |
ocaml4.07-pcre | 7.4.1 | More information |
cl-mcclim | 0.9.7-1.04cc542 | More information |
r-maxstat | 0.7-25 | More information |
lean | 3.23.0 | More information |
rust-walkdir | 2.3.1 | More information |
ruby-colorize | 0.8.1 | More information |
icedove | 78.6.0 | More information |
kdiagram | 2.7.0 | More information |
rust-syntex-errors | 0.58.1 | More information |
java-hamcrest-library | 1.3 | More information |
rust-failure | 0.1.7 | More information |
photoflare | 1.6.6 | More information |
tennix | 1.3.1 | More information |
cl-zpb-exif | 1.2.4 | More information |
faac | 1.30 | More information |
python-pymediainfo | 4.1 | More information |
rust-wasm-bindgen | 0.2.69 | More information |
rust-fs-extra | 1.1.0 | More information |
font-vazir | 22.1.0 | More information |
rust-nodrop-union | 0.1.11 | More information |
emacs-evil-escape | 3.14 | More information |
python-trytond-purchase-request | 5.6.0 | More information |
lsp-dsp-lib | 0.5.8 | More information |
rust-ansi-term | 0.11.0 | More information |
emacs-async-await | 1.1 | More information |
rust-ansi-term | 0.12.1 | More information |
rust-pathdiff | 0.1.0 | More information |
ghc-project-template | 0.2.0.1 | More information |
perl-dynaloader-functions | 0.003 | More information |
hledger | 1.14.2 | More information |
nyacc | 1.03.0 | More information |
emacs-hlint-refactor-mode | 0.0.1-1.c4307f8 | More information |
rust-scopeguard | 1.1.0 | More information |
emacs-flymake-shellcheck | 0.1-0.78956f0 | More information |
fntsample | 5.3 | More information |
ghc-network-multicast | 0.3.2 | More information |
emacs-hyperbole | 7.1.3 | More information |
nyancat | 1.5.2 | More information |
rust-stdweb | 0.4.20 | More information |
r-hunspell | 3.0 | More information |
emacs-selectrum | 3.0 | More information |
python-legacy-api-wrap | 1.2 | More information |
rust-widestring | 0.4.2 | More information |
ecl-ltk | 0.992 | More information |
rust-lzw | 0.10.0 | More information |
sbcl-plump | 2.0.0-1.34f890f | More information |
rust-alloc-no-stdlib | 2.0.1 | More information |
rust-wasm-bindgen-macro | 0.2.69 | More information |
guile3.0-fibers | 1.0.0 | More information |
protonvpn-cli | 2.2.6 | More information |
r-tam | 3.5-19 | More information |
qemacs | 0.3.3 | More information |
diff-so-fancy | 1.3.0 | More information |
rust-rand-distr | 0.2.2 | More information |
ghc-wai-app-static | 3.1.7.1 | More information |
rust-psm | 0.1.10 | More information |
python-pytest-services | 1.3.1 | More information |
python-lcov-cobertura | 1.6 | More information |
python-py-cpuinfo | 5.0.0 | More information |
u-boot-qemu-riscv64-smode | 2020.10 | More information |
glabels | 3.4.1 | More information |
rust-packed-struct | 0.3.0 | More information |
clojure-tools-cli | 0.4.2 | More information |
rust-regex | 0.2.11 | More information |
opensbi-sifive-fu540 | 0.8 | More information |
rust-structopt-derive | 0.2.18 | More information |
ecl-numcl | 0.1.0-2.3e8d40b | More information |
emacs-html-to-hiccup | 1-0.50a52e2 | More information |
npiet | 1.3f | More information |
perl-perlio-gzip | 0.20 | More information |
presentty | 0.2.1 | More information |
rust-gtk-rs-lgpl-docs | 0.1.18 | More information |
b4 | 0.6.1 | More information |
hunspell-dict-it-it | 6.4.6.2 | More information |
ecl-chunga | 1.1.7 | More information |
emacs-next-pgtk | 28.0.50-0.d46a223 | More information |
ocaml4.07-base | 0.11.1 | More information |
go-minisign | 0.1.0 | More information |
rust-rand | 0.5.6 | More information |
rust-piston2d-graphics | 0.35.0 | More information |
rust-rand-xoshiro | 0.3.0 | More information |
r-matrixcalc | 1.0-3 | More information |
rust-errno | 0.2.4 | More information |
rust-pcre2 | 0.2.3 | More information |
rust-futures-io | 0.3.8 | More information |
ocaml4.07-ppxlib | 0.6.0 | More information |
rust-malloc-buf | 0.0.6 | More information |
sbcl-hu.dwim.defclass-star | 2015-07-09 | More information |
java-eclipse-aether-util | 1.0.2 | More information |
ecl-trivial-download | 0.3-1.d247206 | More information |
r-optimx | 2020-4.2 | More information |
guile-eris | 0.2.0 | More information |
rust-metadeps | 1.1.2 | More information |
firebird | 3.0.7 | More information |
rust-jemallocator | 0.3.2 | More information |
cl-qmynd | 1.0.0-1.7e56daf | More information |
r-snplocs-hsapiens-dbsnp144-grch37 | 0.99.20 | More information |
python-pytest-lazy-fixture | 0.6.3 | More information |
rust-raw-cpuid | 8.1.2 | More information |
python-filelock | 3.0.12 | More information |
ecl-cl-cookie | 0.9.10-1.cea55ae | More information |
r-gamm4 | 0.2-6 | More information |
go-github.com-ulikunitz-xz | 0.5.8 | More information |
emacs-icomplete-vertical | 0.1 | More information |
ghc-text-conversions | 0.3.0 | More information |
emacs-evil-goggles | 0.0.1-0.08a2205 | More information |
ecl-cl-csv | 1.0.6-2.68ecb5d | More information |
minidjvu | 0.8 | More information |
dune-uggrid-openmpi | 2.7.0 | More information |
sbcl-simple-neural-network | 3.1 | More information |
python-baycomp | 1.0.2 | More information |
guile-jsonld | 1.0.2 | More information |
go-github-com-aws-sdk | 1.35.2 | More information |
python-dpath | 2.0.1 | More information |
emacs-python-black | 1.0.0 | More information |
sbcl-trivial-download | 0.3-1.d247206 | More information |
rust-unicase | 2.6.0 | More information |
hunspell-dict-pl | 20200327 | More information |
r-zvcv | 2.1.0 | More information |
rust-hashlink | 0.6.0 | More information |
ruby-coveralls | 0.8.23 | More information |
go-github-com-surgebase-porter2 | 0.0.0-1.56e4718 | More information |
emacs-flycheck-elm | 0-0.1b60050 | More information |
gnome-initial-setup | 3.32.1 | More information |
dsfmt | 2.2.3 | More information |
memphis | 0.2.3 | More information |
perl-pdf-api2 | 2.038 | More information |
emacs-flycheck-ledger | 0.5 | More information |
rust-smallvec | 1.4.1 | More information |
cl-supertrace | 0.1.0-1.66d22c3 | More information |
rust-serde | 0.9.15 | More information |
rust-wayland-protocols | 0.21.13 | More information |
gnome-builder | 3.36.1 | More information |
emacs-powershell | 0.3-0.d1b3f95 | More information |
debianutils | 4.11.1 | More information |
rust-pango | 0.7.0 | More information |
rust-serde-cbor | 0.11.1 | More information |
rust-heapsize-plugin | 0.1.6 | More information |
rust-thrussh-libsodium | 0.1.4 | More information |
lure-it | 1.1 | More information |
rust-dirs | 2.0.2 | More information |
rust-cairo-rs | 0.8.1 | More information |
chessx | 1.5.4 | More information |
ecl-prometheus | 0.4.1 | More information |
rust-pulse | 0.5.3 | More information |
rust-libgit2-sys | 0.12.17+1.1.0 | More information |
go-github-com-subosito-gotenv | 1.2.0 | More information |
rust-piston-graphics-api-version | 0.2.0 | More information |
t4k-common | 0.1.1 | More information |
lua-ossl | 20170903 | More information |
rust-lalrpop | 0.17.2 | More information |
rust-ansi-colours | 1.0.1 | More information |
rust-simd-helpers | 0.1.0 | More information |
python2-rfc6555 | 0.0.0-1.1a181b4 | More information |
rust-getch | 0.2.1 | More information |
rust-pretty-assertions | 0.6.1 | More information |
ghc-cassava-megaparsec | 2.0.1 | More information |
sbcl-cl-colors2 | 0.2.1-1.795aede | More information |
rust-vergen | 3.1.0 | More information |
rust-crossbeam-channel | 0.3.9 | More information |
belle-sip | 1.6.3 | More information |
rust-wasm-bindgen-backend | 0.2.69 | More information |
sbcl-napa-fft3 | 0.0.1-0.f2d9614 | More information |
kmime | 20.04.1 | More information |
drawpile | 2.1.17-1.ed1a75deb | More information |
r-gaston | 1.5.7 | More information |
python-pytest-black | 0.3.8 | More information |
rust-as-slice | 0.1.4 | More information |
mrg | 0.1.4 | More information |
lua5.2-lgi | 0.9.2 | More information |
guile2.2-parted | 0.0.4 | More information |
sbcl-type-r | 0.0.0-1.83c89e3 | More information |
r-sem | 3.1-11 | More information |
rust-semver | 0.9.0 | More information |
libnatpmp | 20150609 | More information |
rust-tokio-rustls | 0.9.4 | More information |
rust-genmesh | 0.6.2 | More information |
cfunge | 0.9.0 | More information |
ecl-pngload | 2.0.0 | More information |
python-git-multimail | 1.5.0.post1 | More information |
liblouis | 3.15.0 | More information |
glances | 3.1.4 | More information |
rust-ring | 0.16.12 | More information |
font-catamaran | 0.0.0-1.7559b49 | More information |
go-github-com-google-goterm | 0.0.1-1.fc88cf8 | More information |
rust-docopt | 0.7.0 | More information |
emacs-company-coq | 1.0.1 | More information |
dune-typetree-openmpi | 2.7.0 | More information |
libfreenect-examples | 0.6.1 | More information |
r-calculus | 0.2.1 | More information |
python-migen | 0.9.2 | More information |
python-cli-helpers | 2.0.1 | More information |
ecl-opticl | 0.0.0-0.e868441 | More information |
cl-zpng | 1.2.2 | More information |
gssdp | 1.2.3 | More information |
libdmapsharing | 3.9.10 | More information |
directfb | 1.7.7 | More information |
go-etcd-io-bbolt | 1.3.5 | More information |
rust-redox-users | 0.3.4 | More information |
emacs-cort | 3.0.5-1.495c397 | More information |
peek | 1.5.1 | More information |
rust-rustc-ap-graphviz | 654.0.0 | More information |
routino | 3.3.2 | More information |
sbcl-uuid | 2012.12.26-1.e7d6680 | More information |
r-dcv | 0.1.1 | More information |
rust-cookie-store | 0.12.0 | More information |
boost-python2 | 1.72.0 | More information |
goxel | 0.10.7 | More information |
ecl-cl-webkit | 2.4-10.5ce3ea1 | More information |
rust-cgmath | 0.17.0 | More information |
rust-tokio-process | 0.2.4 | More information |
ruby-hocon | 1.3.1 | More information |
guile2.2-pfds | 0.3 | More information |
lure-fr | 1.1 | More information |
rust-memchr | 0.1.11 | More information |
hddtemp | 0.3-beta15 | More information |
cl-glyphs | 0.0.0-1.1ff5714 | More information |
rust-dtoa-short | 0.3.2 | More information |
rust-tracing-fmt | 0.1.1 | More information |
dragonfly-reverb | 3.2.1 | More information |
r-rsample | 0.0.8 | More information |
python-uvloop | 0.14.0 | More information |
cl-autowrap | 1.0-1.ae846d6 | More information |
rust-utf8parse | 0.1.1 | More information |
tuxmath | 2.0.3 | More information |
rust-crc32fast | 1.2.0 | More information |
rust-cmake | 0.1.44 | More information |
ruby-polyglot | 0.3.5 | More information |
rust-rustc-test | 0.3.0 | More information |
rust-hex | 0.2.0 | More information |
rust-scroll-derive | 0.9.5 | More information |
rust-polyval | 0.4.0 | More information |
rust-arrayvec | 0.5.1 | More information |
rust-try-lock | 0.2.2 | More information |
kcov | 38 | More information |
qoauth | 2.0.0 | More information |
emacs-erc-scrolltoplace | 0.1.0 | More information |
chipmunk | 7.0.3 | More information |
go-github-com-muesli-termenv | 0.7.0 | More information |
rust-proc-macro-error | 0.4.12 | More information |
rust-proc-macro-error | 1.0.4 | More information |
guile2.2-hashing | 1.2.0 | More information |
rust-rand-isaac | 0.1.1 | More information |
rust-crypto-mac | 0.7.0 | More information |
perl-config-inifiles | 3.000002 | More information |
ableton-link | 3.0.2 | More information |
r-bridgesampling | 1.0-0 | More information |
python-flufl-lock | 4.0 | More information |
ecl-cl-abnf | 0.0.0-1.ba1fbb1 | More information |
python-pyprind | 2.11.2 | More information |
cl-prometheus | 0.4.1 | More information |
rust-precomputed-hash | 0.1.1 | More information |
go-golang-org-rainycape-unidecode | 0.0.0-1.cb7f23e | More information |
kleopatra | 20.04.1 | More information |
armips | 0.11.0 | More information |
rust-serde-test | 1.0.113 | More information |
sbcl-clss | 0.3.1-1.2a8e861 | More information |
rust-wasm-bindgen-shared | 0.2.69 | More information |
musl-cross | 0.1-3.a8a6649 | More information |
rust-model | 0.1.2 | More information |
libofa | 0.9.3 | More information |
rust-image | 0.22.5 | More information |
java-eclipse-aether-spi | 1.0.2 | More information |
rust-docmatic | 0.1.2 | More information |
python-kerberos | 1.3.0 | More information |
libnma | 1.8.28 | More information |
r-brglm | 0.7.1 | More information |
java-javaparser | 3.16.1 | More information |
lure-es | 1.1 | More information |
guile-srfi-145 | 0.0.1 | More information |
emacs-gdscript-mode | 1.4.0 | More information |
emacs-extmap | 1.1.1 | More information |
r-forge | 0.2.0 | More information |
python-pytest-ordering | 0.6 | More information |
sbcl-nodgui | 0.0.5-1.bc59ed9 | More information |
rust-capnp-futures | 0.10.1 | More information |
python-blurhash | 1.1.4 | More information |
guile2.2-minikanren | 20150424.e844d85 | More information |
rust-env-logger | 0.5.13 | More information |
rust-sha-1 | 0.9.1 | More information |
r-sparsematrixstats | 1.2.0 | More information |
python-aiounittest | 1.3.1 | More information |
rust-stable-deref-trait | 1.2.0 | More information |
rust-predicates-tree | 1.0.0 | More information |
ecl-plump | 2.0.0-1.34f890f | More information |
python-pytest-toolbox | 0.4 | More information |
ghc-mtl-compat | 0.2.2 | More information |
rust-cachedir | 0.1.1 | More information |
python-click-plugins | 1.1.1 | More information |
stumpish | 0.0.1-2.920f8fc | More information |
rust-fixedbitset | 0.1.9 | More information |
go-github-com-golang-freetype | 0.0.0-1.e2365df | More information |
rust-stfu8 | 0.2.4 | More information |
rust-lock-api | 0.3.4 | More information |
rust-wasm-bindgen-test | 0.3.19 | More information |
python-pymacaroons | 0.13.0 | More information |
maven-surefire-plugin | 3.0.0-M4 | More information |
perl-sql-abstract-classic | 1.91 | More information |
ibus-libhangul | 1.5.3 | More information |
r-waldo | 0.2.3 | More information |
bcg729 | 1.1.1 | More information |
ecl-cl-base32 | 0.1-1.8cdee06 | More information |
rust-locale | 0.2.2 | More information |
rkdeveloptool | 1.3-0.6e92ebc | More information |
ecl-rfc2388 | 0.0.0-1.591bcf7 | More information |
rust-metal | 0.14.0 | More information |
ecl-mk-string-metrics | 0.1.2 | More information |
r-rgreat | 1.22.0 | More information |
rust-docopt | 0.8.3 | More information |
gnome-weather | 3.34.0 | More information |
ecl-1am | 0.0-1.8b1da94 | More information |
spatialite-tools | 5.0.0 | More information |
ecl-gtwiwtg | 0.1.1 | More information |
rust-wait-timeout | 0.2.0 | More information |
python-secretstorage | 3.1.2 | More information |
rust-demo-hack | 0.0.5 | More information |
cl-external-program | 0.0.6-1.5888b8f | More information |
r-ztype | 0.1.0 | More information |
python-aionotify | 0.2.0 | More information |
rust-rust-argon2 | 0.7.0 | More information |
cl-trivial-shell | 0.2.0-1.e02ec19 | More information |
ocaml4.07-ppx-tools | 5.1+4.06.0 | More information |
bzflag | 2.4.20 | More information |
haproxy | 2.1.7 | More information |
rust-doc-comment | 0.3.1 | More information |
r-ppcor | 1.1 | More information |
ghc-lucid | 2.9.12 | More information |
ecl-cl-log | 1.0.1 | More information |
go-github-com-tv42-httpunix | 0.0.0-0.2ba4b9c | More information |
sbcl-stumpwm-wifi | 0.0.1-2.920f8fc | More information |
rust-quickcheck-macros | 0.8.0 | More information |
xstow | 1.0.2 | More information |
ocaml4.07-core | 0.11.3 | More information |
rust-regex-syntax | 0.4.2 | More information |
sbcl-maidenhead | 1.0-0.b756d23 | More information |
guile3.0-wisp | 1.0.3 | More information |
rust-selectors | 0.22.0 | More information |
rust-criterion | 0.2.11 | More information |
rust-tempfile | 3.1.0 | More information |
python-poetry-core | 1.0.0 | More information |
rust-gobject-sys | 0.10.0 | More information |
yeganesh | 2.4 | More information |
rust-euclid | 0.20.10 | More information |
hexyl | 0.8.0 | More information |
python-pytelegrambotapi | 3.7.4 | More information |
python-mujson | 1.4 | More information |
rust-markup5ever | 0.10.0 | More information |
sbcl-clamp | 0.3-1.02b8f39 | More information |
r-kmsurv | 0.1-5 | More information |
msamr | 1.1.3 | More information |
ecl-collectors | 0.1-1.13acef2 | More information |
rust-pulldown-cmark | 0.0.8 | More information |
ecl-zpb-exif | 1.2.4 | More information |
raspi-arm64-chainloader | 0.1 | More information |
emacs-csv | 2.1 | More information |
rust-autocfg | 1.0.1 | More information |
maven-shared-io | 3.0.0 | More information |
ecl-cl-xmlspam | 0.0.0-1.ea06abc | More information |
ghc-dav | 1.3.4 | More information |
rust-pretty-assertions | 0.4.1 | More information |
ganeti | 3.0.0beta1-24-g024cc9fa2 | More information |
emacs-rg | 2.0.2 | More information |
r-rfast | 2.0.1 | More information |
epson-inkjet-printer-escpr | 1.7.8 | More information |
gstreamer-docs | 1.18.1 | More information |
guile-irc | 0.3.0-0.375d3bd | More information |
emacs-treemacs-extra | 2.8 | More information |
python-watchdog | 0.9.0 | More information |
python-certipy | 0.1.3 | More information |
rust-syntect | 4.4.0 | More information |
trezord-udev-rules | 0.0.0-0.bff7fdf | More information |
wofi | 1.2.3 | More information |
ocaml4.07-utop | 2.4.3 | More information |
emacs-windsize | 0.1-1.62c2846 | More information |
quickjs | 2020-11-08 | More information |
python-lazr-delegates | 2.0.4 | More information |
python-dpkt | 1.9.4 | More information |
rust-bitflags | 1.2.1 | More information |
rust-escargot | 0.3.1 | More information |
sbcl-clx-xembed | 0.1-1.a5c4b84 | More information |
ecl-cl-inflector | 0.2-1.f1ab169 | More information |
notification-daemon | 3.20.0 | More information |
rust-regex-syntax | 0.5.6 | More information |
python-black-macchiato | 1.3.0 | More information |
numix-gtk-theme | 2.6.7 | More information |
texlive-libertine | 51265 | More information |
rust-percent-encoding | 2.1.0 | More information |
ecl-cl-str | 0.19 | More information |
sbcl-cl-log | 1.0.1 | More information |
ecl-introspect-environment | 0.1-1.fff42f8 | More information |
go-github-com-gorilla-securecookie | 1.1.1 | More information |
ecl-3bz | 0.0.0-0.d611908 | More information |
libdatrie | 0.2.12 | More information |
nicotine+ | 2.1.2 | More information |
ecl-iolib | 0.8.3-2.7f5ea3a | More information |
sbcl-make-hash | 1.0.2-1.ae0909c | More information |
linux-libre-riscv64-generic | 5.10.4 | More information |
rust-generic-array | 0.8.3 | More information |
rust-regex | 0.1.80 | More information |
python-venusian | 3.0.0 | More information |
sbcl-cl-z85 | 1.0-1.85b3951 | More information |
ruby-spinach | 0.11.0 | More information |
rust-openssl | 0.10.30 | More information |
breeze | 5.19.5 | More information |
kanshi | 1.1.0 | More information |
perl-crypt-passwdmd5 | 1.40 | More information |
libcloudproviders | 0.3.1 | More information |
ecl-datafly | 0.1-1.adece27 | More information |
rtaudio | 5.1.0 | More information |
r-spatstat-data | 1.5-2 | More information |
p2c | 2.01 | More information |
sbcl-cl-qrencode | 0.1.2 | More information |
rust-unicode-xid | 0.1.0 | More information |
python-pytest-check-links | 0.3.0 | More information |
fna | 19.12.01 | More information |
go-github-com-emersion-go-imap | 1.0.0 | More information |
rust-subtle | 2.2.3 | More information |
sbcl-trivial-package-local-nicknames | 0.2 | More information |
rust-jemalloc-sys | 0.3.2 | More information |
rust-rand-pcg | 0.1.2 | More information |
rust-pbkdf2 | 0.3.0 | More information |
rust-glutin | 0.22.0-alpha5 | More information |
ruby-binding-of-caller | 0.8.0 | More information |
r-mscoreutils | 1.2.0 | More information |
rust-gl-generator | 0.13.1 | More information |
cl-lquery | 3.2.1-1.8048111 | More information |
emacs-org-beautify-theme | 0.4 | More information |
rust-rustc-ap-rustc-lexer | 654.0.0 | More information |
chicken-srfi-14 | 0.2.1 | More information |
rust-utf8-ranges | 0.1.3 | More information |
ecl-cl-who | 1.1.4-1.2c08caa | More information |
python-restructuredtext-lint | 1.3.0 | More information |
ecl-fset | 1.3.2-1.6d2f9de | More information |
rust-st-map | 0.1.4 | More information |
rust-hyper | 0.12.35 | More information |
perl-math-vecstat | 0.08 | More information |
libflame | 5.2.0 | More information |
cl-datafly | 0.1-1.adece27 | More information |
rust-tokio | 0.3.5 | More information |
rust-openssl-probe | 0.1.2 | More information |
rust-heapsize | 0.4.2 | More information |
rust-darling-core | 0.10.2 | More information |
go-github-com-twpayne-go-vfsafero | 1.0.0 | More information |
zrtpcpp | 4.6.6 | More information |
ecl-misc-extensions | 3.3-1.101c051 | More information |
ruby-text-hyphen | 1.4.1 | More information |
sbcl-numcl | 0.1.0-2.3e8d40b | More information |
r-infer | 0.5.3 | More information |
emacs-interleave | 1.4.0 | More information |
rust-image | 0.23.6 | More information |
sbcl-lw-compat | 1.0.0-1.aabfe28 | More information |
r-imputeyn | 1.3 | More information |
komikku | 0.24.0 | More information |
dump | 0.4b46 | More information |
sbcl-stumpwm-numpad-layouts | 0.0.1-2.920f8fc | More information |
guile3.0-commonmark | 0.1.2 | More information |
ghc-regex-pcre | 0.94.4 | More information |
guile2.2-mailutils | 3.10 | More information |
rust-image | 0.20.1 | More information |
cl-async-future | 0.4.4.1-1.ee36c22 | More information |
sushi | 3.32.1 | More information |
emacs-no-littering | 1.2.0 | More information |
icedove-wayland | 78.6.0 | More information |
ruby-ffi-rzmq | 2.0.7 | More information |
python-pynndescent | 0.4.8 | More information |
rust-time | 0.1.43 | More information |
rust-ron | 0.4.2 | More information |
rust-aho-corasick | 0.5.3 | More information |
dovecot-pigeonhole | 0.5.11 | More information |
rust-trust-dns-native-tls | 0.19.5 | More information |
opensurge | 0.5.1.2 | More information |
kicad-i18l | 5.1.6 | More information |
go-github-com-felixge-httpsnoop | 1.0.1 | More information |
libestr | 0.1.11 | More information |
r-iheatmapr | 0.5.1 | More information |
rust-pest-generator | 2.1.1 | More information |
sbcl-clawk | 4-1.3a91634 | More information |
go-github-com-mitchellh-copystructure | 1.0.0 | More information |
sbcl-clx-truetype | 0.0.1-1.c6e10a9 | More information |
r-mlr3misc | 0.6.0 | More information |
rust-defmac | 0.1.3 | More information |
rcm | 1.3.3 | More information |
rust-pin-project-auxiliary-macro | 0.0.0 | More information |
rust-http | 0.2.1 | More information |
sbcl-kebab | 0.1-1.e7f7764 | More information |
rust-itoa | 0.1.1 | More information |
python-git-hammer | 0.3.1 | More information |
rust-crossbeam-epoch | 0.8.2 | More information |
rust-syn | 0.14.9 | More information |
rust-napi-derive | 0.5.1 | More information |
rust-oorandom | 11.1.0 | More information |
ecl-xmls | 3.0.2-1.18546f0 | More information |
r-semplot | 1.1.2 | More information |
sbcl-cl-libuv | 0.1.6-1.32100c0 | More information |
rust-num-bigint | 0.1.44 | More information |
cl-quicksearch | 0.01.04-1.fb02ecf | More information |
emacs-org-fragtog | 0.3.0 | More information |
metamath | 0.193 | More information |
emacs-burly | 0.1 | More information |
rust-pin-project-lite | 0.2.0 | More information |
go-github-com-sergi-go-diff | 1.1.0 | More information |
rust-embed-resource | 1.3.1 | More information |
rust-caps | 0.3.3 | More information |
python-wsproto | 0.15.0 | More information |
lua-resty-lrucache | 0.10 | More information |
guile-torrent | 0.1.3 | More information |
belr | 0.1.3 | More information |
rust-piston-gfx-texture | 0.40.0 | More information |
nmrpflash | 0.9.14 | More information |
rust-abomonation | 0.7.3 | More information |
sbcl-parachute | 1.1.1-0.ca04dd8 | More information |
ecl-ieee-floats | 20170924-1.566b51a | More information |
rust-errno-dragonfly | 0.1.1 | More information |
perl-crypt-des | 2.07 | More information |
ghc-inspection-testing | 0.4.2.2 | More information |
ecl-clss | 0.3.1-1.2a8e861 | More information |
ghc-nonce | 1.0.7 | More information |
python-easygui | 0.98.1 | More information |
r-janeaustenr | 0.1.5 | More information |
python-covdefaults | 1.1.0 | More information |
libportal | 0.3-1.bff3289 | More information |
rust-jemallocator | 0.1.9 | More information |
python-trio-typing | 0.5.0 | More information |
cl-sxql | 0.1.0-1.5aa8b73 | More information |
osinfo-db | 20201011 | More information |
rust-crossbeam-channel | 0.4.2 | More information |
rust-libm | 0.1.4 | More information |
emacs-shell-pop | 0.64-0.4b43940 | More information |
rust-gdk-sys | 0.10.0 | More information |
u-boot-sifive-fu540 | 2020.10 | More information |
cl-clamp | 0.3-1.02b8f39 | More information |
astromenace | 1.4.1 | More information |
kalarmcal | 20.04.1 | More information |
python-asynctest | 0.13.0 | More information |
go-github-com-kylelemons-godebug | 1.1.0 | More information |
ruby-deep-merge | 1.2.1 | More information |
sbcl-claw-support | 1.0.0 | More information |
wf-recorder | 0.2.1 | More information |
rust-unicode-width | 0.1.8 | More information |
piper | 0.5.1 | More information |
rust-unicase | 1.4.2 | More information |
rust-iso8601 | 0.1.1 | More information |
sbcl-cl-project | 0.3.1-1.1511070 | More information |
emacs-emacsql-sqlite3 | 1.0.2 | More information |
rust-quantiles | 0.7.1 | More information |
fdroidcl | 0.5.0 | More information |
rust-vswhom | 0.1.0 | More information |
ssss | 0.5 | More information |
rust-peg | 0.6.2 | More information |
rust-better-panic | 0.2.0 | More information |
emacs-helm-clojuredocs | 0.3-1.5a7f0f2 | More information |
emacs-kanji | 1.0-0.5e9d5b7 | More information |
mblaze | 1.0 | More information |
vo-amrwbenc | 0.1.3 | More information |
rust-environment | 0.1.1 | More information |
python-rstr | 2.2.6 | More information |
rust-synstructure | 0.10.2 | More information |
rust-wasm-bindgen-macro-support | 0.2.69 | More information |
python-qtpy | 1.9.0 | More information |
sbcl-cl-csv | 1.0.6-2.68ecb5d | More information |
rust-syntex-pos | 0.58.1 | More information |
rust-typemap | 0.3.3 | More information |
rust-system-deps | 1.3.2 | More information |
rust-ufmt | 0.1.0 | More information |
ocaml4.07-parsexp | 0.11.0 | More information |
r-stam | 0.0-1 | More information |
guile-packrat | 0.1.1 | More information |
rust-dialoguer | 0.3.0 | More information |
gdc-toolchain | 10.2.0 | More information |
linux-libre-arm64-generic | 5.4.86 | More information |
rust-winreg | 0.7.0 | More information |
emacs-flycheck-guile | 0.2 | More information |
sdcv | 0.5.3 | More information |
rust-itertools | 0.8.2 | More information |
emacs-polymode-markdown | 0.2.2 | More information |
gopkg-in-errgo-fmt-errors | 2.1.0 | More information |
node-util-deprecate | 1.0.2 | More information |
r-nbconvertr | 1.3.2 | More information |
rust-partial-io | 0.2.5 | More information |
rust-log | 0.3.9 | More information |
rust-fuchsia-zircon | 0.3.3 | More information |
rust-ord-subset | 3.1.1 | More information |
cl-pdf | 0-1.752e337 | More information |
rust-tokio-tcp | 0.1.3 | More information |
ecl-simple-neural-network | 3.1 | More information |
emacs-helm-wordnut | 0.1-1.9681a95 | More information |
rust-findshlibs | 0.5.0 | More information |
rust-parking-lot | 0.11.0 | More information |
r-spectrum | 1.1 | More information |
emacs-fd | 0.1.0 | More information |
python-plaster | 1.0 | More information |
queen-de | 1.0 | More information |
xmoto | 0.6.1 | More information |
emacs-dracula-theme | 1.7.0 | More information |
python-osc | 1.7.4 | More information |
tarsplitter | 2.2.0 | More information |
rust-wild | 2.0.4 | More information |
gromacs | 2020.2 | More information |
ghc-text-short | 0.1.3 | More information |
gnome-shell-extension-clipboard-indicator | 34 | More information |
guile-xapian | 0.1.0 | More information |
sbcl-stumpwm-mem | 0.0.1-2.920f8fc | More information |
rust-toml | 0.4.10 | More information |
emacs-auto-sudoedit | 1.0.0 | More information |
djvusmooth | 0.3 | More information |
emacs-mwim | 0.4-0.b4f3edb | More information |
rust-encoding-rs-io | 0.1.7 | More information |
java-opening-hours-parser | 0.21.4 | More information |
squid | 4.13 | More information |
gnuradio-iqbalance | 0.38.1 | More information |
rust-mac | 0.1.1 | More information |
rust-derive-builder-core | 0.2.0 | More information |
emacs-4clojure | 0.2.1-1.4eccf8c | More information |
rust-rls-span | 0.5.2 | More information |
python-querystring-parser | 1.2.4 | More information |
rust-grep-regex | 0.1.8 | More information |
libtifiles2 | 1.1.7 | More information |
rust-rustc-demangle | 0.1.16 | More information |
wslay | 1.1.1 | More information |
ocaml4.07-jane-street-headers | 0.11.0 | More information |
rust-gdk-pixbuf | 0.8.0 | More information |
wolf-shaper | 0.1.8 | More information |
emacs-janet-mode | 0.1.0-1.2f5bcab | More information |
rust-tokio-socks | 0.2.2 | More information |
rust-version-check | 0.9.2 | More information |
jtbl | 1.1.6 | More information |
rust-bit-field | 0.10.1 | More information |
ecl-uuid | 2012.12.26-1.e7d6680 | More information |
rust-serde-codegen | 0.4.3 | More information |
cdrdao | 1.2.4 | More information |
cl-uuid | 2012.12.26-1.e7d6680 | More information |
rust-target-build-utils | 0.3.1 | More information |
rust-podio | 0.1.7 | More information |
python-brotli | 1.0.9 | More information |
bat | 0.17.1 | More information |
silc-toolkit | 1.1.12 | More information |
poly2tri-c | 0.1.0 | More information |
libtimidity | 0.2.6 | More information |
emacs-boon | 1.1 | More information |
cl-change-case | 0.1.0-1.5ceff2a | More information |
emacs-quickrun | 2.3.1 | More information |
yakuake | 20.12.0 | More information |
rust-nettle | 7.0.0 | More information |
idesk | 0.7.5 | More information |
rust-ryu | 1.0.3 | More information |
python-pyotp | 2.4.1 | More information |
rust-hyper-tls | 0.4.3 | More information |
python-random2 | 1.0.1 | More information |
python-robot-detection | 0.4 | More information |
ghc-llvm-hs-pure | 9.0.0 | More information |
dolphin | 20.04.1 | More information |
python2-ipyparallel | 6.2.4 | More information |
rust-rand-pcg | 0.2.1 | More information |
rust-rawslice | 0.1.1 | More information |
rust-cssparser | 0.27.2 | More information |
ecl-command-line-arguments | 2.0.0-1.fbac862 | More information |
barrage | 1.0.5 | More information |
dolphin-plugins | 20.04.1 | More information |
ecl-clamp | 0.3-1.02b8f39 | More information |
exercism | 3.0.13 | More information |
linphoneqt | 4.1.1 | More information |
kincidenceeditor | 20.04.1 | More information |
cl-misc-extensions | 3.3-1.101c051 | More information |
sbcl-static-dispatch | 0.3 | More information |
ocaml4.07-expect | 0.0.6 | More information |
rust-const-fn | 0.4.2 | More information |
c-blosc | 1.18.1 | More information |
texlive-inconsolata | 51265 | More information |
guile3.0-gi | 0.3.0 | More information |
python-dparse | 0.5.1 | More information |
tap-lv2 | 0.0-1.cab6e0d | More information |
rust-unreachable | 1.0.0 | More information |
rust-encoding-index-japanese | 1.20141219.5 | More information |
rust-colored | 1.9.1 | More information |
go-github-com-arceliar-phony | 0.0.0-0.d0c6849 | More information |
rust-wasi | 0.5.0 | More information |
rust-rustls | 0.16.0 | More information |
libpepadapter | 2.0.2 | More information |
presage | 0.9.1 | More information |
rust-term-grid | 0.1.7 | More information |
rust-crypto-mac | 0.4.0 | More information |
kopete | 20.04.1 | More information |
rust-buffered-reader | 0.9.0 | More information |
widelands | 21 | More information |
cl-hu.dwim.common | 2015-07-09 | More information |
bash-ctypes | 1.2 | More information |
superstarfighter | 0.6.4 | More information |
rust-float-cmp | 0.6.0 | More information |
kmailcommon | 20.04.1 | More information |
python-shellescape | 3.8.1 | More information |
rust-user32-sys | 0.2.0 | More information |
r-rcppziggurat | 0.1.6 | More information |
rust-backtrace | 0.3.35 | More information |
rust-json | 0.11.15 | More information |
fcitx5-chinese-addons | 5.0.2 | More information |
python-check-manifest | 0.37 | More information |
rust-digest | 0.8.1 | More information |
python-argon2-cffi | 20.1.0 | More information |
ecl-blackbird | 0.5.2-1.d361f81 | More information |
edirect-go-programs | 13.3.20200128 | More information |
rust-palette-derive | 0.5.0 | More information |
rust-pretty-assertions | 0.2.1 | More information |
rust-xml-rs | 0.7.0 | More information |
python-pytest-pycodestyle | 2.0.0 | More information |
rust-trust-dns-https | 0.19.5 | More information |
bcm2835 | 1.64 | More information |
cl-gtwiwtg | 0.1.1 | More information |
r-oai | 0.3.0 | More information |
python-path-and-address | 2.0.1 | More information |
go-gopkg-in-ini-v1 | 1.56.0 | More information |
rust-signal-hook | 0.1.13 | More information |
nyxt | 2-pre-release-5 | More information |
rust-pest | 2.1.1 | More information |
r-clusterr | 1.2.2 | More information |
flamp | 2.2.05 | More information |
rust-term | 0.5.2 | More information |
rust-proc-macro-hack | 0.4.2 | More information |
rust-humantime | 2.0.1 | More information |
xcb-imdkit | 1.0.1 | More information |
libraqm | 0.7.1 | More information |
go-golang-org-x-oauth2 | 0.0.0-1.0f29369 | More information |
gdl-minimal | 3.34.0 | More information |
python-minio | 6.0.0 | More information |
cl-bordeaux-fft | 1.0.1-0.4a1f560 | More information |
cl-asdf-finalizers | 0.0.0-1.7f537f6 | More information |
qpdfview | 0.4.18 | More information |
watchexec | 1.14.0 | More information |
maven-dependency-tree | 3.0.1 | More information |
pulseaudio-qt | 1.2 | More information |
azimuth | 1.0.3 | More information |
ruby-chunky-png | 1.3.14 | More information |
didjvu | 0.9 | More information |
confclerk | 0.6.4 | More information |
rust-js-sys | 0.3.46 | More information |
r-aws-signature | 0.6.0 | More information |
rnp | 0.13.1-0.203224f | More information |
python-nose-random | 1.0.0 | More information |
ecl-cl-syntax | 0.0.3 | More information |
ocaml4.09-csexp | 1.3.2 | More information |
libksieve | 20.04.1 | More information |
emacs-pfuture | 1.9 | More information |
ruby-minitest-global-expectations | 1.0.1 | More information |
openfortivpn | 1.15.0 | More information |
openresolv | 3.10.0 | More information |
rust-cocoa | 0.19.1 | More information |
ttyebus-linux-module | 1.5-0.fe4332a | More information |
guile2.2-wisp | 1.0.3 | More information |
ecl-cl-sqlite | 0.2.1 | More information |
maven-file-management | 3.0.0 | More information |
python-trytond-analytic-account | 5.6.0 | More information |
sbcl-array-operations | 0.0.0-0.75cbc3b | More information |
rust-nodrop | 0.1.14 | More information |
rust-grep-matcher | 0.1.4 | More information |
emacs-org-edna | 1.1.2 | More information |
ecl-osicat | 0.7.0-1.de0c18a | More information |
drip | 0.2.4-1.a4bd00d | More information |
emacs-exiftool | 0.3.2 | More information |
r-scatterpie | 0.1.5 | More information |
ecl-zpng | 1.2.2 | More information |
rust-fluid-attributes | 0.4.0 | More information |
rust-syntect | 3.3.0 | More information |
rust-pure-rust-locales | 0.5.3 | More information |
gmnisrv | 0-1.d484ba0 | More information |
python-forex-python | 1.5 | More information |
webrtc-audio-processing | 0.3.1 | More information |
python-port-for | 0.4 | More information |
glibc-utf8-locales-2.29 | 2.29 | More information |
rust-gdk | 0.12.1 | More information |
rust-security-framework | 1.0.0 | More information |
ecl-png-read | 0.3.1-1.ec29f38 | More information |
rust-sourcefile | 0.1.4 | More information |
sequoia | 0.20.0 | More information |
rust-ascii-canvas | 2.0.0 | More information |
rust-bytemuck | 1.4.0 | More information |
ghc-pattern-arrows | 0.0.2 | More information |
rust-bytes | 0.6.0 | More information |
rust-servo-fontconfig | 0.4.0 | More information |
facter | 4.0.47 | More information |
xwallpaper | 0.6.5 | More information |
liblouisutdml | 2.9.0 | More information |
rust-generic-array | 0.13.2 | More information |
emacs-highlight | 0.0.0 | More information |
rust-miow | 0.3.6 | More information |
font-juliamono | 0.025 | More information |
libccd | 2.1 | More information |
python-sniffio | 1.1.0 | More information |
rust-ucd-trie | 0.1.2 | More information |
rust-md-5 | 0.8.0 | More information |
ruby-regexp-parser | 2.0.0 | More information |
cl-ascii-table | 0.0.0-1.d9f5e77 | More information |
xa | 2.3.11 | More information |
rust-crossterm | 0.13.3 | More information |
ronn | 0.7.3 | More information |
ruby-character-set | 1.4.0 | More information |
rust-build-const | 0.2.1 | More information |
python-canonicaljson | 1.4.0 | More information |
rust-takeable-option | 0.4.0 | More information |
rust-security-framework | 0.2.4 | More information |
rust-syntex | 0.58.1 | More information |
guile2.2-config | 0.4.2 | More information |
stb-rect-pack | 1.00 | More information |
rust-rand-hc | 0.1.0 | More information |
rust-pistoncore-window | 0.44.0 | More information |
rust-dotenv | 0.15.0 | More information |
java-surefire-booter | 3.0.0-M4 | More information |
python-rcssmin | 1.0.6 | More information |
kpimtextedit | 20.04.1 | More information |
ocaml4.07-compiler-libs | 0.11.0 | More information |
ecl-checkl | 0.0.0-1.8032880 | More information |
r-mlr3tuning | 0.5.0 | More information |
rust-wide | 0.4.6 | More information |
rust-syn-test-suite | 0.0.0+test | More information |
rust-serial-test-derive | 0.1.0 | More information |
rust-plist | 0.4.2 | More information |
kxstitch | 2.2.0 | More information |
veusz | 3.3.1 | More information |
gnome-shell-extension-appindicator | 33 | More information |
r-fourcseq | 1.24.0 | More information |
rust-bincode | 0.8.1 | More information |
rust-parking-lot-core | 0.6.2 | More information |
buku | 4.4 | More information |
rust-markup5ever | 0.9.0 | More information |
rust-tokio-openssl | 0.4.0 | More information |
rust-regex-syntax | 0.6.21 | More information |
sbcl-utm-ups | 1.0-0.780f1d8 | More information |
git-open | 2.1.0 | More information |
rust-security-framework-sys | 0.2.4 | More information |
ruby-ffi-rzmq-core | 1.0.7 | More information |
java-asm-tree | 8.0.1 | More information |
rust-lazy-static | 1.4.0 | More information |
rust-reqwest | 0.9.24 | More information |
perl-term-readline-gnu | 1.36 | More information |
rust-termios | 0.2.2 | More information |
ecl-rove | 0.9.6 | More information |
ccal | 2.5.3 | More information |
rust-bit-vec | 0.5.1 | More information |
rust-fnv | 1.0.6 | More information |
rust-xml5ever | 0.16.1 | More information |
python-inform | 1.23.0 | More information |
emacs-counsel-notmuch | 1.0-0.a4a1562 | More information |
gdl | 3.34.0 | More information |
ecl-mito | 0.1-1.d3b9e37 | More information |
ecl-cl-freetype2 | 1.1-0.96058da | More information |
python-ipyparallel | 6.2.4 | More information |
ecl-nodgui | 0.0.5-1.bc59ed9 | More information |
python-android-stringslib | 0.1.2 | More information |
r-loo | 2.4.0 | More information |
vim-dispatch | 1.8 | More information |
sideload | 1.1.1 | More information |
seed | 3.8.1 | More information |
flrig | 1.3.52 | More information |
r-stabs | 0.6-3 | More information |
python-pypika | 0.44.0 | More information |
guile2.0-filesystem | 0.1.0 | More information |
cl-clx-truetype | 0.0.1-1.c6e10a9 | More information |
dhall | 1.32.0 | More information |
go-gopkg-in-natefinch-lumberjack.v2 | 2.1 | More information |
rust-ct-logs | 0.6.0 | More information |
rust-winapi | 0.2.8 | More information |
rust-ascii | 0.9.3 | More information |
libfastjson | 0.99.8 | More information |
rust-onig-sys | 69.6.0 | More information |
java-treelayout | 1.0.3 | More information |
rust-serde-urlencoded | 0.5.5 | More information |
rust-rusqlite | 0.24.1 | More information |
rust-fs2 | 0.4.3 | More information |
ruby-cuke-modeler | 3.1.0 | More information |
nginx-lua-module | 0.10.16 | More information |
emacs-diredfl | 0.4 | More information |
python-evdev | 1.3.0 | More information |
rust-regex | 1.4.2 | More information |
rust-tokio-socks | 0.3.0 | More information |
python-pydub | 0.24.1 | More information |
rust-thread-local | 0.3.6 | More information |
python-django-compressor | 2.4 | More information |
rust-term-size | 1.0.0-beta1 | More information |
python-epc | 0.0.5 | More information |
hyperledger-iroha-ed25519 | 2.0.2 | More information |
rust-streaming-stats | 0.2.3 | More information |
rust-cookie | 0.12.0 | More information |
r-flock | 0.7 | More information |
go-github-com-emersion-go-imap-idle | 0.0.0-0.2704abd | More information |
cl-jpeg | 2.8-1.ec55703 | More information |
libsecp256k1-bitcoin-cash | 0.22.1 | More information |
rust-trust-dns-proto | 0.19.5 | More information |
go-github-com-spf13-jwalterweatherman | 1.1.0 | More information |
rust-futf | 0.1.4 | More information |
python-curio | 1.2 | More information |
r-rcdd | 1.2-2 | More information |
python-robber | 1.1.5 | More information |
davfs2 | 1.6.0 | More information |
cl-clss | 0.3.1-1.2a8e861 | More information |
svt-hevc | 1.4.3 | More information |
fcft | 2.3.2 | More information |
rust-core-foundation | 0.7.0 | More information |
libindicator | 12.10.1 | More information |
python-flask-markdown | 0.3 | More information |
sbcl-cl-inflector | 0.2-1.f1ab169 | More information |
emacs-eshell-toggle | 0.10.0-1.ddfbe0a | More information |
r-semtools | 0.5-3 | More information |
rust-gfx-core | 0.9.2 | More information |
r-motifbreakr | 2.4.0 | More information |
sbcl-cl-progress-bar | 0.0.0-1.9374170 | More information |
rust-capnp-rpc | 0.10.0 | More information |
rust-cgl | 0.3.2 | More information |
tor-client | 0.4.4.6 | More information |
hash-extender | 0.0-2.cb8aaee | More information |
rust-structopt | 0.2.18 | More information |
r-bisquerna | 1.0.4 | More information |
rust-gdk-pixbuf-sys | 0.9.1 | More information |
python-rjsmin | 1.1.0 | More information |
mergerfs | 2.31.0 | More information |
kicad-doc | 5.1.6 | More information |
rust-tokio-current-thread | 0.1.6 | More information |
rust-tokio-macros | 0.2.5 | More information |
rust-bindgen | 0.49.4 | More information |
python-doc8 | 0.8.0 | More information |
go-github-com-google-go-querystring | 1.0.0 | More information |
rust-bincode | 1.3.1 | More information |
emacs-iter2 | 1.0 | More information |
rust-progrs | 0.1.1 | More information |
rust-combine | 3.8.1 | More information |
emacs-nord-theme | 0.5.0 | More information |
ecl-form-fiddle | 1.1.0-0.e0c2359 | More information |
rust-ron | 0.5.1 | More information |
ocaml-csexp | 1.3.2 | More information |
linux-libre-bpf | 5.10.4 | More information |
ecl-trivial-indent | 1.0.0-0.2d01694 | More information |
rust-encoding-index-korean | 1.20141219.5 | More information |
go-github-com-go-asn1-ber-asn1-ber | 1.3.1 | More information |
rust-hex | 0.4.2 | More information |
ghc-pgp-wordlist | 0.1.0.3 | More information |
rust-demo-hack-impl | 0.0.5 | More information |
go-github-com-cheggaaa-pb | 3.0.4 | More information |
rust-addr2line | 0.9.0 | More information |
ecl-cl-annot | 0.0.0-1.c99e69c | More information |
jsonrpc-glib | 3.34.0 | More information |
r-irtoys | 0.2.1 | More information |
rust-rustc-ap-rustc-data-structures | 654.0.0 | More information |
emacs-password-generator | 1.01 | More information |
rust-tokio-timer | 0.2.11 | More information |
rust-proc-macro2 | 1.0.24 | More information |
python-zope-copy | 4.2 | More information |
rust-nom | 2.2.1 | More information |
rust-wayland-server | 0.23.6 | More information |
ruby-range-compressor | 1.0.0 | More information |
rust-ipnet | 2.3.0 | More information |
rust-piston-shaders-graphics2d | 0.3.1 | More information |
python2-objgraph | 3.4.1 | More information |
python-junit-xml | 1.9-0.4bd08a2 | More information |
kiwix-desktop | 2.0.5 | More information |
python-shouldbe | 0.1.2 | More information |
kontactinterface | 20.04.1 | More information |
rust-which | 3.1.1 | More information |
rust-itertools-num | 0.1.3 | More information |
cl-zs3 | 1.3.3 | More information |
r-oenb | 0.0.1 | More information |
sbcl-stumpwm-ttf-fonts | 0.0.1-2.920f8fc | More information |
rust-html5ever | 0.24.1 | More information |
rust-tokio-udp | 0.1.3 | More information |
python-titlecase | 0.12.0 | More information |
rust-lmdb-rkv | 0.14.0 | More information |
rust-cargo-c | 0.5.3 | More information |
ghc-bower-json | 1.0.0.1 | More information |
sky | 1.2 | More information |
rust-git2 | 0.11.0 | More information |
ecl-dbi | 0.9.4-1.31c4686 | More information |
dkgpg | 1.1.3 | More information |
rust-num-traits | 0.1.43 | More information |
rust-ipconfig | 0.2.2 | More information |
gnome-user-share | 3.33.1 | More information |
cl-hdf5-cffi | 1.8.18-1.5b5c88f | More information |
emacs-inf-janet | 0.1.0-1.df46651 | More information |
ruby-prawn-icon | 2.5.0 | More information |
ocaml4.07-ppx-bin-prot | 0.11.1 | More information |
frozen-bubble | 2.2.1-1.d6a0291 | More information |
guile3.0-mailutils | 3.10 | More information |
sbcl-trivialib-type-unify | 0.1-1.62492eb | More information |
cl-livesupport | 0.0.0-1.71e6e41 | More information |
rust-glob | 0.3.0 | More information |
rust-ahash | 0.3.8 | More information |
rust-http-body | 0.3.1 | More information |
bcachefs-tools | 0.1-2.db931a4 | More information |
rust-dispatch | 0.1.4 | More information |
python-trustme | 0.6.0 | More information |
libmpeg3 | 1.8 | More information |
python-boto3 | 1.16.22 | More information |
gnome-color-manager | 3.32.0 | More information |
texlive-todonotes | 51265 | More information |
emacs-company-posframe | 0.1.0-2.4bfb8bc | More information |
rust-png | 0.15.3 | More information |
rust-gl-generator | 0.14.0 | More information |
gnuradio | 3.8.0.0 | More information |
python-h11 | 0.9.0 | More information |
guile2.2-git | 0.4.0 | More information |
go-gotest-tools-internal-difflib | 2.3.0 | More information |
rust-nix | 0.19.1 | More information |
libuemf | 0.2.7 | More information |
emacs-csound-mode | 0.2.1 | More information |
guile2.2-lens | 0.1-0.14b15d0 | More information |
sbcl-cl-change-case | 0.1.0-1.5ceff2a | More information |
r-rstan | 2.21.2 | More information |
rust-rand-xoshiro | 0.4.0 | More information |
ruby-hydra | 0.0-0.5abfa37 | More information |
python-trytond-account-invoice-stock | 5.6.0 | More information |
rust-scan-fmt | 0.2.5 | More information |
python-locust | 1.4.1 | More information |
sbcl-olc | 1.0-0.517e27f | More information |
rust-clap | 2.33.3 | More information |
r-quanteda | 2.1.2 | More information |
rust-decimal | 2.0.4 | More information |
cl-async | 0.6.1-1.f6423e4 | More information |
guile3.0-squee | 0-1.7dcd22b | More information |
emacs-edn | 1.1.2-1.be9e32d | More information |
rust-scheduled-thread-pool | 0.2.5 | More information |
rust-cgmath | 0.16.1 | More information |
mariadb-connector-c | 3.1.11 | More information |
konsole | 20.04.1 | More information |
ecl-cl-mysql | 0.1-1.ab56c27 | More information |
rust-sval-derive | 0.4.7 | More information |
rust-winutil | 0.1.1 | More information |
rust-cblas-sys | 0.1.4 | More information |
rust-error-chain | 0.10.0 | More information |
python-diskcache | 4.1.0 | More information |
rust-slab | 0.4.2 | More information |
emacs-eshell-syntax-highlighting | 0.2 | More information |
guile3.0-websocket | 0.1 | More information |
ghc-managed | 1.0.6 | More information |
python-pgpy | 0.5.3 | More information |
lua-penlight | 1.7.0 | More information |
python-lfdfiles | 2020.1.1 | More information |
r-lpme | 1.1.1 | More information |
rust-retain-mut | 0.1.1 | More information |
ruby-sys-uname | 1.2.1 | More information |
rust-strum-macros | 0.18.0 | More information |
emacs-magit-annex | 1.7.1-1.ef5dce6 | More information |
rust-version-check | 0.1.5 | More information |
rust-term | 0.4.6 | More information |
python-gssapi | 1.6.9 | More information |
guile-sodium | 0.1.0 | More information |
rust-cargon | 0.0.1 | More information |
rust-num-complex | 0.3.0 | More information |
libhangul | 0.1.0 | More information |
go-github-com-saracen-walker | 0.1.1 | More information |
rust-terminal-size | 0.1.13 | More information |
guile2.2-present | 0.3.0 | More information |
r-ibreakdown | 1.3.1 | More information |
cl-claw-support | 1.0.0 | More information |
sbcl-antik | 0.0.0-1.e4711a6 | More information |
cl-clesh | 0.0.0-1.44e96e0 | More information |
cl-geco | 2.1.1 | More information |
rust-dirs-sys | 0.3.5 | More information |
go-github-com-cespare-xxhash | 2.1.0 | More information |
r-rismed | 2.2 | More information |
rust-futures-sink-preview | 0.3.0-alpha.19 | More information |
rust-quickcheck | 0.7.2 | More information |
sbcl-ltk | 0.992 | More information |
go-gotest-tools-internal-format | 2.3.0 | More information |
ecl-hu.dwim.common-lisp | 2015-07-09 | More information |
rust-serde-derive | 1.0.117 | More information |
heads-dev-cpio | 0.1 | More information |
ocaml4.07-spawn | 0.13.0 | More information |
sbcl-stumpwm-winner-mode | 0.0.1-2.920f8fc | More information |
rust-semver-parser | 0.10.1 | More information |
gtk-layer-shell | 0.1.0 | More information |
rust-phf-generator | 0.8.0 | More information |
sbcl-deeds | 1.1.1-1.f5df54e | More information |
r-semver | 0.2.0 | More information |
emacs-map | 2.1 | More information |
emacs-xelb-no-x-toolkit | 0.18 | More information |
xssproxy | 1.0.0 | More information |
rust-trust-dns-native-tls | 0.6.3 | More information |
go-github-com-errata-ai-vale | 2.4.0 | More information |
rust-urlocator | 0.1.3 | More information |
rust-signature-derive | 1.0.0-pre.2 | More information |
rust-blake2-rfc | 0.2.18 | More information |
emacs-frame-local | 0.0.1-0.7ee1106 | More information |
maven-resources-plugin | 3.1.0 | More information |
rust-openssl-sys-extras | 0.7.14 | More information |
sbcl-trivial-benchmark | 2.0.0-1.42d7673 | More information |
rust-wasm-bindgen-webidl | 0.2.58 | More information |
rust-loom | 0.2.13 | More information |
r-metrics | 0.1.4 | More information |
sbcl-exponential-backoff | 0-1.8d9e844 | More information |
rust-cssparser | 0.25.9 | More information |
rust-block-padding | 0.2.0 | More information |
rust-shell-escape | 0.1.4 | More information |
rust-serde-json | 1.0.60 | More information |
rust-handlebars | 2.0.4 | More information |
emacs-csharp-mode | 0.10.0 | More information |
libosmo-dsp | 0.4.0 | More information |
sbcl-archive | 0.9-1.631271c | More information |
python-commonmark | 0.9.1 | More information |
r-rockchalk | 1.8.144 | More information |
webssh | 1.5.3 | More information |
sbcl-cl-ascii-table | 0.0.0-1.d9f5e77 | More information |
python-stone | 3.2.1 | More information |
rust-paste-impl | 0.1.18 | More information |
ruby-given-core | 3.8.0 | More information |
epour | 0.7.0 | More information |
astroid | 0.15 | More information |
rust-web-sys | 0.3.37 | More information |
rust-grep-searcher | 0.1.7 | More information |
rust-color-quant | 1.0.1 | More information |
rust-goblin | 0.2.1 | More information |
python-rdflib-jsonld | 0.5.0 | More information |
emacs-twittering-mode | 3.1.0 | More information |
rust-generic-array | 0.12.3 | More information |
rust-gcc | 0.3.55 | More information |
mpich | 3.3.2 | More information |
rust-tokio-signal | 0.2.7 | More information |
rust-ordered-float | 1.0.2 | More information |
wildmidi | 0.4.3 | More information |
ecl-dissect | 1.0.0-1.cffd384 | More information |
python-flufl-i18n | 3.0 | More information |
cl-trivialib-type-unify | 0.1-1.62492eb | More information |
gita | 0.10.10-1.62eb3d6 | More information |
rust-fsevent | 0.4.0 | More information |
ecl-caveman | 2.4.0-1.faa5f7e | More information |
python-pytest-remotedata | 0.3.2 | More information |
emacs-graphql-mode | 0-1.9bed568 | More information |
cl-check-it | 0.1.0-1.b79c910 | More information |
libgccjit | 9.3.0 | More information |
java-surefire-parent-pom | 3.0.0-M4 | More information |
python-rnc2rng | 2.6.4 | More information |
rust-serde-urlencoded | 0.7.0 | More information |
rust-parking-lot | 0.8.0 | More information |
python2-weave | 0.16.0 | More information |
cl-mt19937 | 1.1 | More information |
xsettingsd | 1.0.0 | More information |
jc | 1.13.4 | More information |
rust-diesel | 1.4.5 | More information |
perl-devel-callchecker | 0.008 | More information |
cl-clump | 0.0.0-1.1ea4dba | More information |
rust-vec-map | 0.8.2 | More information |
mojoshader-cs | 20191205-1.10d0dba | More information |
emacs-simple-modeline | 1.2-1.38973de | More information |
python-pywinrm | 0.4.1 | More information |
fcitx5-qt | 5.0.1 | More information |
rust-thiserror | 1.0.22 | More information |
ocrodjvu | 0.12 | More information |
rust-float-cmp | 0.8.0 | More information |
chrony | 4.0 | More information |
r-shinystan | 2.5.0 | More information |
rust-stdweb-derive | 0.5.3 | More information |
unicode-cldr-common | 36.0 | More information |
ghc-cborg | 0.2.2.0 | More information |
perl-datetime-format-iso8601 | 0.08 | More information |
vim-eunuch | 1.2-1.33e875b | More information |
sbcl-cl-tga | 0.0.0-0.4dc2f7b | More information |
rust-serde-urlencoded | 0.6.1 | More information |
rust-ident-case | 1.0.1 | More information |
guile3.0-charting | 0.2.0 | More information |
rust-bytes | 0.3.0 | More information |
emacs-lsp-java | 2.2 | More information |
go-github-com-go-git-go-git-fixtures | 4.0.1 | More information |
rust-path-clean | 0.1.0 | More information |
rust-derivative | 2.1.1 | More information |
emacs-moody | 0.5.4 | More information |
rust-siphasher | 0.3.2 | More information |
emacs-form-feed | 0.2.2 | More information |
python-colorlog | 4.1.0 | More information |
ocaml4.07-fftw3 | 0.8.4 | More information |
rust-piston-viewport | 1.0.0 | More information |
sbcl-blackbird | 0.5.2-1.d361f81 | More information |
guile-mkdir-p | 1.0.1 | More information |
elementary-xfce-icon-theme | 0.15.1 | More information |
go-github-com-francoispqt-gojay | 1.2.13 | More information |
rust-pest-meta | 2.1.2 | More information |
rust-bindgen | 0.37.4 | More information |
python-boltons | 20.0.0 | More information |
rust-odds | 0.2.26 | More information |
rust-num-bigint | 0.3.0 | More information |
python-databricks-cli | 0.14.1 | More information |
rust-termion | 1.5.5 | More information |
python-google-brotli | 1.0.9 | More information |
r-metafor | 2.4-0 | More information |
emacs-keycast | 1.0.4 | More information |
go-github-com-russross-blackfriday | 2.0.1 | More information |
rust-wasm-bindgen-test-crate-b | 0.1.0 | More information |
emacs-undo-fu | 0.4-0.c0806c1 | More information |
rust-rand-chacha | 0.1.1 | More information |
rust-arc-swap | 0.4.4 | More information |
libnode | 10.20.0 | More information |
fcitx5-configtool | 5.0.1 | More information |
lua-resty-signal | 0.02 | More information |
rust-users | 0.10.0 | More information |
cl-png-read | 0.3.1-1.ec29f38 | More information |
minetest-mineclone | 0.66.2 | More information |
python-hyperkitty | 1.3.3 | More information |
libbacktrace | 1.0-1.5009c11 | More information |
rust-stackvector | 1.0.6 | More information |
zrythm | 1.0.0-alpha.6.0.1 | More information |
go-github-com-godbus-dbus | 5.0.3 | More information |
guile3.0-semver | 0.1.1 | More information |
u-boot-pinebook-pro-rk3399 | 2020.10 | More information |
python-flake8-pie | 0.5.0 | More information |
circos | 0.69-9 | More information |
rust-toml | 0.5.8 | More information |
kcalendarsupport | 20.04.1 | More information |
rust-base-x | 0.2.6 | More information |
python2-pygraphviz | 1.5 | More information |
rust-core-graphics | 0.17.3 | More information |
ocaml4.07-ppx-inline-test | 0.12.0 | More information |
cl-log | 1.0.1 | More information |
w-scan | 20170107 | More information |
sbcl-documentation-utils | 1.2.0-0.98630dd | More information |
r-rhdf5filters | 1.2.0 | More information |
ocaml4.07-zed | 2.0.3 | More information |
rust-signature | 1.2.2 | More information |
rust-miniz-oxide | 0.3.6 | More information |
gotestsum | 0.4.0 | More information |
rust-ignore | 0.4.16 | More information |
rust-zstd-sys | 1.4.17+zstd.1.4.5 | More information |
phast | 1.5 | More information |
ffmpeg-jami | 4.3.1 | More information |
rust-dirs | 3.0.1 | More information |
rust-draw-state | 0.8.0 | More information |
rust-static-assertions | 0.3.4 | More information |
java-antlr4-runtime | 4.1 | More information |
rust-string-cache-shared | 0.3.0 | More information |
emacs-spaceline-next | 2.0.1-0.1b26af2 | More information |
ocaml4.07-stdio | 0.11.0 | More information |
rust-itoa | 0.4.5 | More information |
python-xlib | 0.27 | More information |
rust-rawpointer | 0.2.1 | More information |
java-asm-analysis | 8.0.1 | More information |
tweeny | 3 | More information |
sbcl-specialized-function | 0.0.0-2.dee56d2 | More information |
python-flufl-bounce | 3.0.1 | More information |
emacs-project | 0.5.3 | More information |
ruby-pry-stack-explorer | 0.5.1 | More information |
perl-ppi | 1.270 | More information |
rust-miow | 0.2.1 | More information |
rust-syntex-syntax | 0.58.1 | More information |
python-libcst | 0.3.8 | More information |
ecl-cl-fastcgi | 0.2-1.d576d20 | More information |
nbd | 3.20 | More information |
ocaml4.07-ppx-expect | 0.12.0 | More information |
julius | 1.5.1 | More information |
rust-error-chain | 0.12.2 | More information |
go-github-com-willf-bitset | 1.1.10 | More information |
jack-select | 1.5.0 | More information |
rust-interpolation | 0.2.0 | More information |
node-stack-trace | 0.0.10-1.4fd379e | More information |
python-sge | 1.7 | More information |
ecl-claw-support | 1.0.0 | More information |
rust-smallvec | 0.6.13 | More information |
rust-trust-dns-rustls | 0.6.4 | More information |
cl-z85 | 1.0-1.85b3951 | More information |
r-rainbow | 3.6 | More information |
python-daemonize | 2.5.0 | More information |
sbcl-enchant | 0.0.0-1.6af162a | More information |
python-django-sekizai | 2.0.0 | More information |
rust-sha-1 | 0.8.2 | More information |
dune-configurator | 2.7.1 | More information |
rust-ct-logs | 0.3.0 | More information |
ecl-cl-coroutine | 0.1-1.de098f8 | More information |
go-github-com-emirpasic-gods | 1.12.0 | More information |
racket-minimal | 7.9 | More information |
guile3.0-readline | 3.0.2 | More information |
liblinphone | 3.12.0 | More information |
hosts | 3.6.3 | More information |
rust-core-foundation-sys | 0.8.2 | More information |
r-mlr3measures | 0.3.0 | More information |
guile-hashing | 1.2.0 | More information |
bvi | 1.4.1 | More information |
kmessagelib | 20.04.1 | More information |
r-nabor | 0.5.0 | More information |
kicad-footprints | 5.1.6 | More information |
sbcl-cl-interpol | 0.2.6-1.1fd288d | More information |
r-ingredients | 2.0 | More information |
ghc-scalpel-core | 0.6.0 | More information |
kiwix-lib | 9.4.1 | More information |
rust-httparse | 1.3.3 | More information |
libgrss | 0.7.0 | More information |
rust-kernel32-sys | 0.2.2 | More information |
rust-strum | 0.18.0 | More information |
sbcl-zpb-exif | 1.2.4 | More information |
font-mplus-testflight | 063a | More information |
surgescript | 0.5.4.4 | More information |
python-sgp4 | 2.12 | More information |
r-ashr | 2.2-47 | More information |
rust-parking-lot | 0.9.0 | More information |
emacs-kana | 1.0.0-0.b239c3c | More information |
ghc-mountpoints | 1.0.2 | More information |
perl-crypt-mysql | 0.04 | More information |
rust-opaque-debug | 0.2.2 | More information |
ecl-check-it | 0.1.0-1.b79c910 | More information |
sbcl-cl-ana | 0.0.0-1.fa7cee4 | More information |
cl-colors2 | 0.2.1-1.795aede | More information |
rust-cfg-if | 1.0.0 | More information |
rust-winit | 0.19.5 | More information |
emacs-delight | 1.7 | More information |
sbcl-mgrs | 1.0-0.0045546 | More information |
rust-libm | 0.2.1 | More information |
rust-rust-hawktracer-normal-macro | 0.4.1 | More information |
maven-enforcer-rules | 3.0.0-M3 | More information |
emacs-eldev | 0.7.2 | More information |
python-privy | 6.0.0 | More information |
java-surefire-common-junit3 | 3.0.0-M4 | More information |
r-cummerbund | 2.32.0 | More information |
go-github-com-gorilla-handlers | 1.5.1 | More information |
rust-itertools | 0.7.11 | More information |
rust-itertools | 0.9.0 | More information |
rust-pmutil | 0.5.3 | More information |
blanket | 0.3.1 | More information |
rust-difference | 2.0.0 | More information |
rust-ufmt-macros | 0.1.1 | More information |
guile3.0-mcron | 1.2.0 | More information |
rav1e | 0.3.4 | More information |
ganeti-instance-debootstrap | 0.16-2-ge145396 | More information |
hackneyed-x11-cursors | 0.8.1-1.9423cef | More information |
rust-clang-sys | 0.28.1 | More information |
python-cantools | 33.1.1 | More information |
rust-want | 0.3.0 | More information |
tepl | 4.4.0 | More information |
rust-tokio-tls | 0.3.1 | More information |
rust-palette | 0.5.0 | More information |
cl-coroutine | 0.1-1.de098f8 | More information |
python-sshpubkeys | 3.1.0 | More information |
font-libertinus | 6.12 | More information |
rust-glium | 0.25.1 | More information |
cl-float-features | 1.0.0 | More information |
python-httptools | 0.1.1 | More information |
parprouted | 0.7 | More information |
rust-generator | 0.6.20 | More information |
sbcl-cl-cont | 0.3.8-1.fc1fa7e | More information |
audacious | 4.0.5 | More information |
guile-websocket | 0.1 | More information |
bsnes | 115 | More information |
cl-type-r | 0.0.0-1.83c89e3 | More information |
rust-rkv | 0.10.4 | More information |
python-cliff | 3.5.0 | More information |
rust-unicode-xid | 0.2.1 | More information |
rust-lock-api | 0.1.5 | More information |
rust-sha1-asm | 0.4.3 | More information |
rust-void | 1.0.2 | More information |
rust-proc-macro-hack-impl | 0.4.2 | More information |
rust-foreign-types-shared | 0.1.1 | More information |
r-rbibutils | 2.0 | More information |
rust-bindgen | 0.55.1 | More information |
compiledb | 0.10.1 | More information |
python-cson | 0.8 | More information |
gerbil | 0.16 | More information |
go-github-com-bmatcuk-doublestar | 1.3.0 | More information |
emacs-py-isort | 2016.1 | More information |
go-gotest-tools-assert | 2.3.0 | More information |
qtmips | 0.7.3 | More information |
python-plaster-pastedeploy | 0.7 | More information |
cl-deeds | 1.1.1-1.f5df54e | More information |
emacs-buffer-move | 0.6.2 | More information |
lua5.1-ossl | 20170903 | More information |
ghc-easytest | 0.2.1 | More information |
python-stestr | 3.0.1 | More information |
python-trytond-account | 5.6.1 | More information |
lv2toweb | 0.4 | More information |
rust-quote | 0.5.2 | More information |
python-crashtest | 0.3.1 | More information |
rust-string-cache-codegen | 0.4.4 | More information |
rust-futures-util-preview | 0.3.0-alpha.19 | More information |
sx | 2.1.6 | More information |
cl-com.gigamonkeys.binary-data | 0.0.0-0.22e9089 | More information |
rust-serde-json | 0.9.10 | More information |
packcc | 1.2.5-19-g58d1b9d | More information |
asciidoc-py3 | 9.0.1 | More information |
rust-bytecount | 0.4.0 | More information |
rust-scrypt | 0.3.0 | More information |
python-dataclasses | 0.7 | More information |
go-github-com-mattn-go-zglob | 0.0.3 | More information |
farstream | 0.2.9 | More information |
android-liblog | 7.1.2_r36 | More information |
ruby-cucumber-html-formatter | 7.0.0 | More information |
cl-parachute | 1.1.1-0.ca04dd8 | More information |
rust-phf-codegen | 0.7.24 | More information |
rust-clipboard-win | 2.1.2 | More information |
rust-encoding-index-singlebyte | 1.20141219.5 | More information |
r-tidymodels | 0.1.2 | More information |
rust-core-affinity | 0.5.10 | More information |
libgdiplus | 6.0.4 | More information |
rust-plist | 1.0.0 | More information |
python-parallel | 1.6.4.4 | More information |
cl-envy | 0.1-1.956321b | More information |
rust-chrono | 0.4.19 | More information |
python-nodeenv | 1.4.0 | More information |
r-spatstat | 1.64-1 | More information |
rust-headers-core | 0.1.1 | More information |
python-mypy | 0.790 | More information |
r-biocio | 1.0.1 | More information |
python-pyre-extensions | 0.0.18 | More information |
rust-language-tags | 0.2.2 | More information |
opencpn | 5.0.0 | More information |
rust-andrew | 0.2.1 | More information |
hss | 1.8 | More information |
ruby-ruby-prof | 1.4.1 | More information |
guile-email-latest | 0.2.2-1.03e9cac | More information |
python-aiosmtpd | 1.2.2 | More information |
cl-vectors | 0.1.5 | More information |
rust-rustc-rayon-core | 0.3.0 | More information |
cl-static-dispatch | 0.3 | More information |
pyzo | 4.11.2 | More information |
rust-nettle | 5.0.3 | More information |
ecl-chipz | 0.8-1.75dfbc6 | More information |
libgravatar | 20.04.1 | More information |
bcachefs-static | 0.1-2.db931a4 | More information |
rust-rand-core | 0.5.1 | More information |
attention | 0-1.87d4367 | More information |
dune-grid-openmpi | 2.7.0 | More information |
rust-dtoa | 0.2.2 | More information |
rust-futures-macro | 0.3.8 | More information |
rust-radix-fmt | 1.0.0 | More information |
rust-cairo-sys-rs | 0.10.0 | More information |
rust-mime-guess | 2.0.3 | More information |
ronn-ng | 0.9.1 | More information |
perl-text-haml | 0.990118 | More information |
rust-float-ord | 0.2.0 | More information |
rust-tiff | 0.5.0 | More information |
guile2.2-semver | 0.1.1 | More information |
emacs-mmt | 0.2.0 | More information |
rust-lazy-static | 0.1.16 | More information |
rust-hash32-derive | 0.1.0 | More information |
rust-xmltree | 0.8.0 | More information |
rust-speculate | 0.1.2 | More information |
r-randomizr | 0.20.0 | More information |
ecl-clx-xembed | 0.1-1.a5c4b84 | More information |
guile3.0-config | 0.4.2 | More information |
python2-zipp | 1.0.0 | More information |
go-github-com-coreos-go-semver | 0.3.0 | More information |
rust-handlegraph | 0.3.0 | More information |
rust-nom | 3.2.1 | More information |
rust-num-complex | 0.2.4 | More information |
rust-quickcheck | 0.8.5 | More information |
rust-sha1 | 0.6.0 | More information |
r-zseq | 0.2.0 | More information |
rust-zbase32 | 0.1.2 | More information |
guile-rdf | 1.0 | More information |
rust-atk | 0.8.0 | More information |
purple-mm-sms | 0.1.4 | More information |
guile2.2-ncurses | 3.0 | More information |
rust-inotify-sys | 0.1.3 | More information |
akonadi-contacts | 20.04.1 | More information |
libfreenect-opencv | 0.6.1 | More information |
rust-markup5ever | 0.8.1 | More information |
python-xattr | 0.9.7 | More information |
rust-encode-unicode | 0.3.6 | More information |
ecl-cl-libuv | 0.1.6-1.32100c0 | More information |
cl-asdf | 3.3.4 | More information |
libqb | 1.9.1 | More information |
rust-lexical-core | 0.7.4 | More information |
r-tokenizers | 0.2.1 | More information |
rust-mio-named-pipes | 0.1.6 | More information |
python-pytest-arraydiff | 0.3 | More information |
rust-rustdoc-stripper | 0.1.16 | More information |
rust-lru-cache | 0.1.2 | More information |
rust-wasm-bindgen-console-logger | 0.1.1 | More information |
cl-form-fiddle | 1.1.0-0.e0c2359 | More information |
rust-paste | 0.1.18 | More information |
v86d | 0.1.10 | More information |
gron | 0.6.0 | More information |
stb-truetype | 1.24 | More information |
play-to-kodi-chromium | 1.9.1 | More information |
rust-tracing-log | 0.1.1 | More information |
glimpse | 0.2.0 | More information |
cozy | 0.7.6 | More information |
r-sgloptim | 1.3.8 | More information |
lksctp-tools | 1.0.18 | More information |
rust-serial-test | 0.4.0 | More information |
rust-phf-shared | 0.8.0 | More information |
python-scikit-rebate | 0.6 | More information |
rust-string | 0.2.1 | More information |
lua-ldoc | 1.4.6 | More information |
js-xmldom-sre | 0.1.32 | More information |
python-dogtail | 0.9.11 | More information |
ghc-http-reverse-proxy | 0.6.0 | More information |
rust-sct | 0.5.0 | More information |
rust-security-framework-sys | 2.0.0 | More information |
rust-syn | 0.11.11 | More information |
r-tidyposterior | 0.0.3 | More information |
python-trytond-purchase | 5.6.0 | More information |
ecl-envy | 0.1-1.956321b | More information |
rust-termios | 0.3.1 | More information |
python-mechanize | 0.4.5 | More information |
emacs-mood-line | 1.2.4 | More information |
cl-numcl | 0.1.0-2.3e8d40b | More information |
rust-gdk-sys | 0.9.1 | More information |
ghc-prettyprinter-ansi-terminal | 1.1.1.2 | More information |
rust-globwalk | 0.8.0 | More information |
dnssec-trigger | 0.17 | More information |
maven-common-artifact-filters | 3.1.0 | More information |
python-vf-1 | 0.0.11 | More information |
rust-version-compare | 0.0.11 | More information |
python-capablerobot-usbhub | 0.2.7 | More information |
libbpf | 0.0.9 | More information |
perl-data-section-simple | 0.07 | More information |
rust-miniz-oxide-c-api | 0.2.2 | More information |
jucipp | 1.6.1 | More information |
r-rserve | 1.8-6 | More information |
rust-hash32 | 0.1.1 | More information |
ecl-cl-interpol | 0.2.6-1.1fd288d | More information |
cl-environments | 0.2.3-1.0b22154 | More information |
ecl-enchant | 0.0.0-1.6af162a | More information |
flite | 2.1 | More information |
rust-target-lexicon | 0.10.0 | More information |
rust-memmap | 0.2.3 | More information |
ruby-prawn-svg | 0.30.0 | More information |
autotrace | 0.40.0-20190624.59 | More information |
libleak | 0.3.5 | More information |
r-stopwords | 2.1 | More information |
python-caniusepython3 | 7.2.0 | More information |
rust-digest | 0.9.0 | More information |
python-random-user-agent | 1.0.1 | More information |
spandsp | 0.0.6 | More information |
cl-mgrs | 1.0-0.0045546 | More information |
rust-block-cipher | 0.7.1 | More information |
rust-scrypt | 0.2.0 | More information |
guile3.0-hall | 0.3.1 | More information |
ufo2map | 2.6.0_dev-0.a542a87 | More information |
rust-packed-simd-2 | 0.3.4 | More information |
ocaml4.07-sedlex | 2.1 | More information |
openctm | 1.0.3.603 | More information |
python-priority | 1.3.0 | More information |
portablexdr | 4.9.1 | More information |
rust-futures-io-preview | 0.3.0-alpha.19 | More information |
bzrtp | 1.0.6 | More information |
swi-prolog | 8.3.10 | More information |
r-rstantools | 2.1.1 | More information |
r-dials | 0.0.9 | More information |
perl-tie-simple | 1.04 | More information |
rust-zstd-safe | 2.0.5+zstd.1.4.5 | More information |
ghc-basic-prelude | 0.7.0 | More information |
opensbi-qemu-generic | 0.8 | More information |
rust-rgb | 0.8.20 | More information |
pamtester | 0.1.2 | More information |
xtitle | 0.4.4 | More information |
rust-gdi32-sys | 0.2.0 | More information |
kgpg | 20.04.1 | More information |
rust-fluid | 0.4.1 | More information |
poezio | 0.13.1 | More information |
font-iosevka-aile | 4.0.3 | More information |
r-laplacesdemon | 16.1.4 | More information |
r-openmx | 2.18.1 | More information |
rust-schannel | 0.1.16 | More information |
kristall | 0.3-1.204b08a | More information |
ocaml4.07-lambda-term | 2.0.2 | More information |
rust-natord | 1.0.9 | More information |
ocaml4.07-ppx-enumerate | 0.11.1 | More information |
rust-miniz-oxide | 0.2.2 | More information |
python-pyramid | 1.10.4 | More information |
rust-proc-macro-nested | 0.1.6 | More information |
wolf-spectrum | 1.0.0 | More information |
rust-onig-sys | 69.2.0 | More information |
abseil-cpp | 20200225.2 | More information |
js-context-menu | 0.6.1 | More information |
rust-linked-hash-map | 0.5.3 | More information |
mosquitto | 1.6.12 | More information |
plover | 3.1.1 | More information |
rust-parking-lot-core | 0.8.0 | More information |
guile2.2-haunt | 0.2.4 | More information |
rust-http-body | 0.1.0 | More information |
ecl-cl-colors2 | 0.2.1-1.795aede | More information |
cl-specialized-function | 0.0.0-2.dee56d2 | More information |
rust-ahash | 0.4.4 | More information |
rust-pango-sys | 0.10.0 | More information |
ecl-cl-rdkafka | 1.0.2 | More information |
rust-tokio-test | 0.2.1 | More information |
ecl-deploy | 1.0.0-1.59fd497 | More information |
ksshaskpass | 5.19.5 | More information |
rust-serde | 0.8.23 | More information |
rust-num-integer | 0.1.43 | More information |
python-symengine | 0.6.1 | More information |
rust-openssl-sys | 0.7.17 | More information |
j4-dmenu-desktop | 2.18 | More information |
rust-futures-task | 0.3.8 | More information |
ecl-clack | 2.0.0-1.e3e0328 | More information |
rust-regex-automata | 0.1.9 | More information |
emacs-fountain-mode | 3.3.3 | More information |
python-isbnlib | 3.10.4 | More information |
rust-sval | 0.4.7 | More information |
java-surefire-api | 3.0.0-M4 | More information |
go-github-com-jmespath-go-jmespath | 0.4.0 | More information |
superfamiconv | 0.8.8 | More information |
rust-no-panic | 0.1.12 | More information |
lv2lint | 0.8.0 | More information |
rust-nasm-rs | 0.1.7 | More information |
rust-lalrpop-util | 0.19.1 | More information |
rust-merlin | 2.0.0 | More information |
rust-socks | 0.3.2 | More information |
java-plexus-compiler-manager | 2.8.4 | More information |
rust-hyper-rustls | 0.17.1 | More information |
python-zarr | 2.4.0 | More information |
rust-wayland-client | 0.21.13 | More information |
python-flask-cors | 3.0.9 | More information |
ocaml4.07-findlib | 1.8.1 | More information |
rust-rustc-tools-util | 0.2.0 | More information |
cl-trivial-download | 0.3-1.d247206 | More information |
opendoas | 6.8 | More information |
ecl-deflate | 1.0.3 | More information |
rust-svd-parser | 0.9.0 | More information |
rust-clang-sys | 0.22.0 | More information |
python-csscompressor | 0.9.5 | More information |
r-conquer | 1.0.2 | More information |
rust-traitobject | 0.1.0 | More information |
r-invgamma | 1.1 | More information |
r-wdman | 0.2.5 | More information |
rust-antidote | 1.0.0 | More information |
libticonv | 1.1.5 | More information |
guile-srfi-158 | 0.0.1 | More information |
rust-rusty-fork | 0.2.2 | More information |
rust-arg-enum-proc-macro | 0.3.0 | More information |
sbcl-lambda-fiddle | 1.0.0-1.d16bba5 | More information |
python-requests-ftp | 0.3.1 | More information |
shiru-lv2 | 0.0-1.08853f9 | More information |
grass | 7.8.5 | More information |
libvisual-plugins | 0.4.0 | More information |
rust-matches | 0.1.8 | More information |
python-smmap | 3.0.1 | More information |
ecl-qmynd | 1.0.0-1.7e56daf | More information |
python-devtools | 0.6 | More information |
python-yq | 2.11.1 | More information |
r-ggalluvial | 0.12.3 | More information |
cl-documentation-utils-extensions | 0.0.0-1.f67f8a0 | More information |
emacs-ebib | 2.29 | More information |
lldpd | 1.0.7 | More information |
ecl-mcclim | 0.9.7-1.04cc542 | More information |
kdepim-runtime | 20.04.1 | More information |
rust-parity-wasm | 0.40.3 | More information |
python-pytest-aiohttp | 0.3.0 | More information |
python-asciitree | 0.3.3 | More information |
rust-futures | 0.1.29 | More information |
aspell-dict-cs | 20040614-1 | More information |
pfetch | 0.7.0-0.e18a095 | More information |
rust-tokio-threadpool | 0.1.14 | More information |
rust-plain | 0.2.3 | More information |
emacs-metal-mercury-mode | 0.0.0-1.99e2d8f | More information |
ocaml-cairo2 | 0.6.1 | More information |
kpimcommon | 20.04.1 | More information |
r-cpp11 | 0.2.4 | More information |
rust-bzip2 | 0.3.3 | More information |
sbcl-lisp-unit2 | 0.2.0-1.fb97215 | More information |
emacs-message-x | 1.23-0.5524de7 | More information |
tunctl | 1.5 | More information |
rust-security-framework | 2.0.0 | More information |
rust-bumpalo | 2.6.0 | More information |
rust-bitflags | 0.8.2 | More information |
rust-addr2line | 0.11.0 | More information |
rust-core-arch | 0.1.5 | More information |
rust-pad | 0.1.6 | More information |
go-github-com-stretchr-objx | 0.2.0 | More information |
rust-glib-sys | 0.10.1 | More information |
rust-rand-isaac | 0.2.0 | More information |
dune-geometry-openmpi | 2.7.0 | More information |
rust-derive-builder | 0.9.0 | More information |
rust-ndk-sys | 0.2.1 | More information |
emacs-toml-mode | 0.1.3-0.f6c6181 | More information |
python-zstandard | 0.13.0 | More information |
mercury-minimal | 20.06.1 | More information |
rust-block-buffer | 0.9.0 | More information |
rust-futures-sink | 0.3.8 | More information |
guile3.0-parted | 0.0.4 | More information |
cl-defpackage-plus | 1.0-0.5492e27 | More information |
rust-simd | 0.1.1 | More information |
rust-trust-dns-openssl | 0.19.5 | More information |
python-fusepyng | 1.0.7 | More information |
rust-env-logger | 0.3.5 | More information |
ecl-graph | 0.0.0-0.78bf9ec | More information |
r-goftest | 1.2-2 | More information |
rust-bstr | 0.1.4 | More information |
emacs-counsel-jq | 1.0.0-0.aaf33fc | More information |
rust-nettle-sys | 2.0.4 | More information |
rust-structopt | 0.3.12 | More information |
ecl-pzmq | 0.0.0-1.7c7390e | More information |
ogmtools | 1.5 | More information |
cl-zpb-ttf | 1.0.3 | More information |
chezmoi | 1.8.1 | More information |
ghc-haskeline | 0.8.0.0 | More information |
sbcl-retrospectiff | 0.2-0.c2a69d7 | More information |
guile-struct-pack | 1.1.1 | More information |
rust-pulldown-cmark | 0.1.2 | More information |
ghc-curl | 1.3.8 | More information |
python-flask-restx | 0.2.0 | More information |
ecl-spatial-trees | 0-1.81fdad0 | More information |
python-voluptuous | 0.11.7 | More information |
baloo-widgets | 20.04.1 | More information |
gitless | 0.8.8 | More information |
go-github-com-alecthomas-colour | 0.1.0 | More information |
blueman | 2.1.4 | More information |
python-lark-parser | 0.9.0 | More information |
rust-lazy-static | 0.2.11 | More information |
dune-istl-openmpi | 2.7.0 | More information |
gdb-minimal | 10.1 | More information |
zbackup | 1.4.4 | More information |
rust-gtk-sys | 0.9.2 | More information |
ecl-trivial-cltl2 | 0.1.1-2.8a3bda3 | More information |
ecl-clsql | 6.7.0 | More information |
rust-diesel-derives | 1.4.1 | More information |
rust-insta | 0.16.1 | More information |
libcaption | 0.7 | More information |
rust-futures-timer | 0.1.1 | More information |
python-pysolr | 3.9.0 | More information |
guile3.0-ncurses-with-gpm | 3.0 | More information |
r-dicedesign | 1.8-1 | More information |
ghc-hledger-lib | 1.14.1 | More information |
cl-fastcgi | 0.2-1.d576d20 | More information |
rust-tracing-futures | 0.2.4 | More information |
python-pytest-env | 0.6.2 | More information |
texlive-mathpazo | 51265 | More information |
python-httpx | 0.16.1 | More information |
ghc-prettyprinter | 1.6.1 | More information |
rust-pangocairo | 0.9.0 | More information |
rust-async-compression | 0.3.5 | More information |
emacs-sbt-mode | 2.0.0 | More information |
python-rfc6555 | 0.0.0-1.1a181b4 | More information |
rust-curl-sys | 0.4.20 | More information |
ghc-data-fix | 0.2.0 | More information |
ecl-html-entities | 0.02-1.4af0180 | More information |
ocaml4.07-sexplib0 | 0.11.0 | More information |
iqa | 1.1.2 | More information |
gnome-getting-started-docs | 3.32.2 | More information |
jgmenu | 4.1.0 | More information |
texlive-biblatex | 51265 | More information |
sbcl-dbus | 20190408-1.24b452d | More information |
emacs-undo-fu-session | 0.2-0.56cdd35 | More information |
lua5.1-cqueues | 20171014 | More information |
ublock-origin-chromium | 1.32.4 | More information |
rust-cgl | 0.2.3 | More information |
guile-zlib | 0.0.1 | More information |
gtksheet | 4.3.5 | More information |
rust-safemem | 0.3.3 | More information |
rust-os-pipe | 0.8.2 | More information |
rust-read-color | 1.0.0 | More information |
r-diffobj | 0.3.2 | More information |
rust-assert-fs | 0.11.3 | More information |
emacs-ob-erlang | 20180827-1.f1a8c66 | More information |
emacs-eglot | 1.7 | More information |
scantailor-advanced | 1.0.16-3d1e74e | More information |
python-wget | 3.2 | More information |
rust-term | 0.2.14 | More information |
rust-cesu8 | 1.1.0 | More information |
emacs-libyaml | 0-1.703e0d4 | More information |
rust-maybe-uninit | 2.0.0 | More information |
rust-number-prefix | 0.3.0 | More information |
mpdris2 | 0.8 | More information |
rust-syn-mid | 0.5.0 | More information |
rust-capnp | 0.10.3 | More information |
go-github-com-magiconair-properties | 1.8.4 | More information |
rust-openssl | 0.7.14 | More information |
symengine | 0.6.0 | More information |
ecl-cl-utilities | 0.0.0-1.dce2d2f | More information |
rust-term-size | 0.3.2 | More information |
cl-generic-cl | 0.7.1-1.8e5a814 | More information |
rust-rustc-std-workspace-alloc | 1.0.0 | More information |
perl-crypt-unixcrypt_xs | 0.11 | More information |
hamlib | 3.3 | More information |
rust-futures-cpupool | 0.1.8 | More information |
rust-cryptovec | 0.4.6 | More information |
ndisc6 | 1.0.4 | More information |
rust-line-drawing | 0.7.0 | More information |
ecl-lack | 0.1.0-1.abff8ef | More information |
texlive-caption | 51265 | More information |
rust-sha1 | 0.2.0 | More information |
blktrace | 1.2.0-1.db4f634 | More information |
cl-1am | 0.0-1.8b1da94 | More information |
rust-wayland-scanner | 0.21.13 | More information |
guile-machine-code | 2.1.0 | More information |
sbcl-stumpwm-globalwindows | 0.0.1-2.920f8fc | More information |
brltty | 6.1 | More information |
rust-compiler-error | 0.1.1 | More information |
rust-tower-layer | 0.3.0 | More information |
ghc-control-monad-free | 0.6.2 | More information |
python-mailman-hyperkitty | 1.1.0 | More information |
python-h2 | 3.2.0 | More information |
guile2.2-readline | 2.2.7 | More information |
rust-console | 0.13.0 | More information |
rust-dotenv | 0.10.1 | More information |
rust-obj | 0.9.1 | More information |
vim-guix-vim | 0.1.1 | More information |
python-zope-deprecation | 4.4.0 | More information |
rust-terminfo | 0.6.1 | More information |
ecl-lisp-unit2 | 0.2.0-1.fb97215 | More information |
knockd | 0.7 | More information |
rust-utf8-ranges | 1.0.4 | More information |
rust-hermit-abi | 0.1.10 | More information |
r-qgraph | 1.6.5 | More information |
rust-stdweb-internal-test-macro | 0.1.1 | More information |
ghc-dotgen | 0.4.2 | More information |
robin-map | 0.6.3 | More information |
emacs-wide-int | 27.1 | More information |
ecl-acclimation | 0.0.0-1.4d51150 | More information |
sbcl-cl-async | 0.6.1-1.f6423e4 | More information |
emacs-kakoune | 0.1-0.d73d14e | More information |
python-importlib-resources | 3.0.0 | More information |
lf | 13 | More information |
rust-futures-core-preview | 0.3.0-alpha.19 | More information |
rust-rand | 0.3.23 | More information |
lua5.2-ossl | 20170903 | More information |
python-helpdev | 0.7.1 | More information |
emacs-smart-hungry-delete | 0.1 | More information |
libtmcg | 1.3.18 | More information |
pdf2djvu | 0.9.17.1 | More information |
rust-lscolors | 0.6.0 | More information |
perl-crypt-rijndael | 1.15 | More information |
python-outcome | 1.0.1 | More information |
djvu2pdf | 0.9.2 | More information |
r-paradox | 0.6.0 | More information |
python-simpleaudio | 1.0.4 | More information |
rust-wasm-bindgen-futures | 0.3.27 | More information |
rust-which | 1.0.5 | More information |
rust-backtrace | 0.3.46 | More information |
r-rticles | 0.17 | More information |
go-github-com-go-git-gcfg | 1.5.0 | More information |
ladspa-bs2b | 0.9.1 | More information |
java-eclipse-aether-impl | 1.0.2 | More information |
ecl-trivialib-type-unify | 0.1-1.62492eb | More information |
sbcl-function-cache | 1.0.3 | More information |
perl-data-integer | 0.006 | More information |
python-trytond-currency | 5.6.0 | More information |
rust-shell-words | 1.0.0 | More information |
emacs-major-mode-hydra | 0.2.2 | More information |
emacs-org-journal | 2.1.1 | More information |
rust-std-prelude | 0.2.12 | More information |
python-trytond-account-product | 5.6.0 | More information |
guile3.0-ncurses | 3.0 | More information |
java-sonatype-aether-api | 1.7 | More information |
ocaml4.07-piqi | 0.7.7 | More information |
python-cfgraph | 0.2.1 | More information |
rust-lexical-core | 0.4.2 | More information |
python-retrying | 1.3.3 | More information |
python-nestedtext | 1.0.0 | More information |
rust-bytes | 0.5.4 | More information |
sbcl-collectors | 0.1-1.13acef2 | More information |
aspell-dict-pl | 0.51-0 | More information |
rust-unicode-segmentation | 1.3.0 | More information |
rust-argon2rs | 0.2.5 | More information |
rust-cty | 0.2.1 | More information |
rust-trust-dns-resolver | 0.19.5 | More information |
purescript | 0.13.8 | More information |
libzim | 6.3.0 | More information |
python-flake8-bugbear | 20.1.4 | More information |
rust-zip | 0.5.6 | More information |
r-dygraphs | 1.1.1.6 | More information |
python-codacy-coverage | 1.3.11 | More information |
alacritty | 0.4.1 | More information |
picolisp | 19.12 | More information |
rust-difference | 1.0.0 | More information |
rust-dirs | 1.0.5 | More information |
rust-trust-dns-openssl | 0.6.3 | More information |
rust-proc-macro-hack | 0.5.19 | More information |
ecl-cluffer | 0.0.0-1.4aad29c | More information |
rygel | 0.38.3 | More information |
abe | 1.1 | More information |
emacs-svg-icon | 0.1-1.ebc2b8d | More information |
rust-hex-literal | 0.2.1 | More information |
sameboy | 0.13.6 | More information |
rtl8821ce-linux-module | 0.0.0-2.14b536f | More information |
rust-bs58 | 0.2.5 | More information |
python-manuel | 1.10.1 | More information |
ocaml4.07-odoc | 1.5.1 | More information |
rust-lmdb-rkv-sys | 0.11.0 | More information |
rust-jemalloc-sys | 0.1.8 | More information |
rust-cpuid-bool | 0.1.0 | More information |
ocaml4.07-piqilib | 0.6.15 | More information |
guile3.0-newt | 0.0.2 | More information |
apt-mirror | 0.5.4-1.e664486 | More information |
rust-csv | 1.1.3 | More information |
glmark2 | 2020.04 | More information |
rust-plotters | 0.2.12 | More information |
wsjtx | 2.2.2 | More information |
python-livereload | 2.6.1 | More information |
ruby-kramdown-parser-gfm | 1.1.0 | More information |
kmailimporter | 20.04.1 | More information |
ocaml4.07-charinfo-width | 1.1.0 | More information |
wol | 0.7.1 | More information |
sbcl-pngload | 2.0.0 | More information |
synapse | 1.24.0 | More information |
rust-untrusted | 0.6.2 | More information |
visidata | 2.1 | More information |
ecl-retrospectiff | 0.2-0.c2a69d7 | More information |
r-rle | 0.9.2 | More information |
cl-tga | 0.0.0-0.4dc2f7b | More information |
rust-libgit2-sys | 0.8.2 | More information |
rust-wayland-sys | 0.21.13 | More information |
cl-vom | 0.1.4-1.1aeafeb | More information |
rust-grep-printer | 0.1.5 | More information |
ruby-yard-tomdoc | 0.7.1 | More information |
python-httpcore | 0.12.2 | More information |
r-profilemodel | 0.6.0 | More information |
go-github-com-alecthomas-assert | 0.0.1-1.405dbfe | More information |
ecl-myway | 0.1.0-1.2862300 | More information |
atomspace | 5.0.3-1.86c848d | More information |
rust-phf-macros | 0.8.0 | More information |
rust-gfx-device-gl | 0.16.2 | More information |
rust-rand | 0.7.3 | More information |
date | 2.4.1-9a0ee254 | More information |
cl-interpol | 0.2.6-1.1fd288d | More information |
ghc-utf8-light | 0.4.2 | More information |
entangle | 3.0 | More information |
rust-rust-argon2 | 0.5.1 | More information |
ocaml-reactivedata | 0.2.2 | More information |
ghc-uglymemo | 0.1.0.1 | More information |
emacs-treemacs | 2.8 | More information |
perl-crypt-cbc | 2.33 | More information |
ecl-cl-tga | 0.0.0-0.4dc2f7b | More information |
ecl-opticl-core | 0.0.0-0.b7cd13d | More information |
java-plexus-java | 0.9.10 | More information |
r-aws | 2.5 | More information |
rust-env-logger | 0.6.2 | More information |
ghc-prettyprinter | 1.2.1.1 | More information |
cl-maidenhead | 1.0-0.b756d23 | More information |
r-bbotk | 0.2.2 | More information |
ruby-chandler | 0.9.0 | More information |
r-dot | 0.1 | More information |
xmenu | 4.4.1 | More information |
rust-sysctl | 0.4.0 | More information |
rust-ansi-parser | 0.6.5 | More information |
rust-bitflags | 0.7.0 | More information |
rust-dwrote | 0.9.0 | More information |
rust-tower-util | 0.3.1 | More information |
rust-gleam | 0.6.19 | More information |
rust-peg-macros | 0.6.2 | More information |
python-rawkit | 0.6.0 | More information |
r-apeglm | 1.12.0 | More information |
ecl-kebab | 0.1-1.e7f7764 | More information |
emacs-orderless | 0.5 | More information |
ecl-cffi | 0.21.0 | More information |
cl-pngload | 2.0.0 | More information |
rust-stdweb-internal-runtime | 0.1.5 | More information |
rust-html5ever | 0.23.0 | More information |
ecl-stefil | 0.1-0.0398548 | More information |
rust-bindgen | 0.54.1 | More information |
perl-params-classify | 0.015 | More information |
r-lisreltor | 0.1.4 | More information |
cl-caveman | 2.4.0-1.faa5f7e | More information |
r-bsgenome-hsapiens-ucsc-hg38 | 1.4.1 | More information |
pandoc | 2.7.3 | More information |
emacs-org-pretty-table | 0.0.1-0.1331c60 | More information |
sbcl-uffi | 2.1.2 | More information |
r-arsenal | 3.5.0 | More information |
python-roifile | 2020.5.28 | More information |
rust-maplit | 1.0.2 | More information |
sbcl-moptilities | 0.3.13-1.a436f16 | More information |
ghc-llvm-hs | 9.0.1 | More information |
kimap | 20.04.1 | More information |
sbcl-calispel | 0.1-1.e9f2f9c | More information |
ebook-tools | 0.2.2 | More information |
python-libfreenect | 0.6.1 | More information |
ghc-xml-hamlet | 0.5.0.1 | More information |
rust-instant | 0.1.4 | More information |
python-pyux | 0.0.6 | More information |
font-fontna-yasashisa-antique | 0 | More information |
rust-rust-hawktracer-proc-macro | 0.4.1 | More information |
emacs-shx | 1.5.0 | More information |
rust-quasi-macros | 0.32.0 | More information |
python-pytest-openfiles | 0.5.0 | More information |
rust-uuid | 0.8.1 | More information |
emacs-company-box | 0.0.1-0.be37a9a | More information |
python-numcodecs | 0.6.4 | More information |
ecl-utm-ups | 1.0-0.780f1d8 | More information |
rust-num-bigint-dig | 0.6.0 | More information |
liquid-dsp | 1.3.2 | More information |
rust-itoa | 0.3.4 | More information |
rust-derive-builder | 0.5.1 | More information |
rust-bindgen | 0.46.0 | More information |
sbcl-dissect | 1.0.0-1.cffd384 | More information |
python-owslib | 0.19.2 | More information |
rust-base58 | 0.1.0 | More information |
guile2.2-newt | 0.0.2 | More information |
python-dictdiffer | 0.8.1 | More information |
ruby-gimme | 0.5.0-1.4e71f02 | More information |
pandoc-citeproc | 0.16.2 | More information |
akonadi-notes | 20.04.1 | More information |
guile2.2-ssh | 0.13.1 | More information |
python-deeptools | 3.4.3 | More information |
r-latex2exp | 0.4.0 | More information |
spirv-cross | 2020-05-19 | More information |
emacs-org-drill | 2.7.0 | More information |
ghc-doclayout | 0.3 | More information |
libsoup-minimal | 2.72.0 | More information |
rust-serial-test | 0.1.0 | More information |
go-github-com-google-uuid | 1.1.1 | More information |
rust-aesni | 0.7.0 | More information |
python-daiquiri | 2.1.1 | More information |
ghc-only | 0.1 | More information |
python-textparser | 0.23.0 | More information |
foobillard++ | 3.43-r170 | More information |
maven-enforcer-plugin | 3.0.0-M3 | More information |
rust-pretty-env-logger | 0.3.1 | More information |
rust-skeptic | 0.13.4 | More information |
icoutils | 0.32.3 | More information |
fakechroot | 2.20.1 | More information |
sbcl-cl-async-future | 0.4.4.1-1.ee36c22 | More information |
rust-directories | 3.0.1 | More information |
rust-zoneinfo-compiled | 0.4.8 | More information |
rust-scopeguard | 1.0.0 | More information |
rust-cairo-rs | 0.7.1 | More information |
rust-num | 0.2.1 | More information |
bpftrace | 0.11.4 | More information |
go-github-com-mitchellh-mapstructure | 1.1.2 | More information |
apache-thrift | 0.13.0 | More information |
rust-err-derive | 0.2.3 | More information |
ada-ed | 1.11.2 | More information |
rust-winapi-i686-pc-windows-gnu | 0.4.0 | More information |
kcalutils | 20.04.1 | More information |
rust-quote | 0.6.13 | More information |
rust-ref-cast | 1.0.2 | More information |
rust-libsqlite3-sys | 0.20.1 | More information |
rust-duct | 0.13.0 | More information |
rust-bytes | 0.4.12 | More information |
rust-parking-lot | 0.10.2 | More information |
rust-cpp-demangle | 0.2.16 | More information |
ecl-cxml | 0.0.0-1.00b22bf | More information |
altermime | 0.3.11 | More information |
rust-gimli | 0.18.0 | More information |
rust-string-cache-codegen | 0.5.1 | More information |
sbcl-3bz | 0.0.0-0.d611908 | More information |
perl-text-patch | 1.8 | More information |
rust-gl-generator | 0.11.0 | More information |
emacs-bluetooth | 0.2 | More information |
rust-base64 | 0.10.1 | More information |
libnl-python3 | 3.5.0 | More information |
qtspell | 0.9.0 | More information |
python2-pyfaidx | 0.5.8 | More information |
rust-env-logger | 0.7.1 | More information |
ghc-wai-websockets | 3.0.1.2 | More information |
rust-fst | 0.4.0 | More information |
rust-getrandom | 0.1.14 | More information |
rust-crossbeam | 0.7.3 | More information |
go-github-com-mitchellh-reflectwalk | 1.0.1 | More information |
saga | 7.6.2 | More information |
emacs-fancy-battery | 0.2 | More information |
rust-zeroize | 1.1.0 | More information |
rust-bit-set | 0.4.0 | More information |
rust-tracing-subscriber | 0.1.6 | More information |
rust-libflate | 0.1.27 | More information |
variant-tools | 3.1.2 | More information |
gst-editing-services | 1.18.1 | More information |
rust-libmimalloc-sys | 0.1.18 | More information |
python-css-html-js-minify | 2.5.5 | More information |
font-iosevka-sparkle | 4.0.3 | More information |
libinstpatch | 1.1.5 | More information |
ruby-sexp-processor | 4.15.0 | More information |
gnome-shell-extension-gsconnect | 33 | More information |
ecl-cl+ssl | 0.0.0-1.701e645 | More information |
rust-bitflags | 0.9.1 | More information |
rust-inflections | 1.1.1 | More information |
python-translationstring | 1.3 | More information |
guile-srfi-89 | 0.0.1 | More information |
js-commander | 6.2.1 | More information |
rust-utf8-width | 0.1.4 | More information |
rust-simd | 0.2.4 | More information |
taisei | 1.3.1 | More information |
maradns | 3.5.0007 | More information |
seahorse-adventures | 1.3 | More information |
ziptime | 0.0.0-0.2a5bc9d | More information |
rust-idna | 0.2.0 | More information |
rust-crossbeam-queue | 0.1.2 | More information |
python-trytond-stock-supply | 5.6.1 | More information |
python-scikit-fuzzy | 0.4.2 | More information |
sbcl-stumpwm-swm-gaps | 0.0.1-2.920f8fc | More information |
ropgadget | 6.4 | More information |
python-schema-salad | 7.0.20200811075006 | More information |
wpewebkit | 2.28.3 | More information |
rust-rustc-ap-rustc-span | 654.0.0 | More information |
rust-multi-default-trait-impl | 0.1.2 | More information |
rust-wasm-bindgen-test | 0.2.50 | More information |
texlive-csquotes | 51265 | More information |
python-alchemy-mock | 0.4.3 | More information |
rust-smithay-client-toolkit | 0.6.4 | More information |
ecl-cl-ppcre-unicode | 2.1.1 | More information |
emacs-swiper | 0.13.1 | More information |
cl-acclimation | 0.0.0-1.4d51150 | More information |
rust-tracing-core | 0.1.17 | More information |
go-github-com-pelletier-go-toml | 1.8.0 | More information |
emacs-calibredb | 2.7.0 | More information |
rust-memsec | 0.5.7 | More information |
sdl-pango | 0.1.2 | More information |
rust-futures-executor | 0.3.8 | More information |
rust-time-macros-impl | 0.1.1 | More information |
redsea | 0.18 | More information |
ecl-cl-emb | 0.4.3-1.fd86521 | More information |
cl-trivial-package-local-nicknames | 0.2 | More information |
java-eclipse-aether-test-util | 1.0.2 | More information |
rust-cexpr | 0.2.3 | More information |
schroedinger | 1.0.11 | More information |
rust-rustls-native-certs | 0.4.0 | More information |
rust-pistoncore-event-loop | 0.49.0 | More information |
rust-proc-macro2 | 0.4.30 | More information |
rust-security-framework | 0.3.4 | More information |
ecl-contextl | 1.0.0-1.5d18a71 | More information |
rust-calloop | 0.4.4 | More information |
python-sexpdata | 0.0.3 | More information |
emacs-multi | 2.0.1 | More information |
rust-cfg-if | 0.1.10 | More information |
rust-typeable | 0.1.2 | More information |
clitest | 0.3.0 | More information |
ruby-rexml | 3.2.4 | More information |
rust-rustls | 0.18.1 | More information |
paprefs | 1.1 | More information |
kmbox | 20.04.1 | More information |
ecl-cl-jpeg | 2.8-1.ec55703 | More information |
python-beren | 0.7.0 | More information |
ecl-drakma | 2.0.7 | More information |
rust-env-logger | 0.4.3 | More information |
rust-pulldown-cmark | 0.4.1 | More information |
rust-gdk-pixbuf-sys | 0.10.0 | More information |
r-mi | 1.0 | More information |
rust-objc-foundation | 0.1.1 | More information |
python-pytest-sanic | 1.6.2 | More information |
r-xmisc | 0.2.1 | More information |
rust-glutin-wgl-sys | 0.1.3 | More information |
emacs-org-static-blog | 1.3.0 | More information |
go-github-com-gologme-log | 1.2.0 | More information |
lldb | 11.0.0 | More information |
python-pyopengl-accelerate | 3.1.5 | More information |
virtualpg | 1.0.2 | More information |
rust-pcre2-sys | 0.2.5 | More information |
lemonbar-xft | 2.0.481e123 | More information |
r-hdrcde | 3.3 | More information |
opensles | 1.1.0 | More information |
pcb2gcode | 2.1.0 | More information |
ecl-kmrcl | 1.111-1.4a27407 | More information |
ocaml4.07-ppx-sexp-conv | 0.11.2 | More information |
ocaml4.07-splittable-random | 0.11.0 | More information |
rust-bigdecimal | 0.2.0 | More information |
collectd | 5.12.0 | More information |
ecl-cl-ascii-table | 0.0.0-1.d9f5e77 | More information |
guile2.2-colorized | 0.1 | More information |
syncthing-gtk | 0.9.4.4 | More information |
rust-either | 1.5.3 | More information |
ghc-wai-handler-launch | 3.0.3.1 | More information |
rust-racer-cargo-metadata | 0.1.1 | More information |
ecl-clesh | 0.0.0-1.44e96e0 | More information |
r-ecp | 3.1.3 | More information |
java-jetbrains-annotations | 19.0.0 | More information |
sbcl-sycamore | 0.0.20120604 | More information |
cl-array-operations | 0.0.0-0.75cbc3b | More information |
qiv | 2.3.1 | More information |
lld | 11.0.0 | More information |
ocaml4.07-ppx-custom-printf | 0.11.0 | More information |
mm-common | 1.0.2 | More information |
r-brms | 2.14.4 | More information |
ocaml4.07-ppx-here | 0.11.0 | More information |
ocaml4.07-gsl | 1.19.3 | More information |
kicad-templates | 5.1.6 | More information |
ppsspp | 1.10.3 | More information |
gupnp-igd | 1.2.0 | More information |
rust-winpty-sys | 0.4.3 | More information |
rust-rustfix | 0.4.6 | More information |
sbcl-cl-jpeg | 2.8-1.ec55703 | More information |
convmv | 2.05 | More information |
java-tunnelvisionlabs-antlr4-runtime-annotations | 4.7.4 | More information |
rust-rand-os | 0.2.2 | More information |
mediasdk | 20.1.1 | More information |
ocaml4.07-ppx-compare | 0.11.1 | More information |
bindfs | 1.14.8 | More information |
libvideogfx | 1.0.9 | More information |
python-watchgod | 0.6 | More information |
yml2 | 2.6.3 | More information |
metapixel | 1.0.2-1.98ee9da | More information |
curlpp | 0.8.1 | More information |
rust-globwalk | 0.5.0 | More information |
libcyaml | 1.1.0 | More information |
r-greylistchip | 1.22.0 | More information |
rust-zeroize-derive | 1.0.0 | More information |
python-sop | 0.2.0 | More information |
boost-with-python3 | 1.72.0 | More information |
opencog | 0.1.4-1.ceac905 | More information |
maven-shared-incremental | 1.1 | More information |
ccextractor | 0.88 | More information |
ocaml4.09-result | 1.5 | More information |
texlive-dejavu | 51265 | More information |
fennel | 0.7.0 | More information |
rust-quote | 1.0.7 | More information |
ecl-fast-http | 0.2.0-2.502a377 | More information |
libcacard | 2.7.0 | More information |
r-versions | 0.3 | More information |
ecl-hdf5-cffi | 1.8.18-1.5b5c88f | More information |
iputils | 20190709 | More information |
sbcl-stumpwm-screenshot | 0.0.1-2.920f8fc | More information |
rust-rustc-std-workspace-core | 1.0.0 | More information |
python-bitarray | 1.4.0 | More information |
rust-line-wrap | 0.1.1 | More information |
rust-serde-test | 0.8.23 | More information |
ecl-cl-async | 0.6.1-1.f6423e4 | More information |
rust-winapi | 0.3.9 | More information |
fcitx5-lua | 5.0.1 | More information |
rust-loom | 0.3.6 | More information |
go-github-com-yuin-goldmark | 1.2.1 | More information |
ghc-hspec-megaparsec | 2.0.1 | More information |
rust-nasm-rs | 0.2.0 | More information |
go-github-com-rifflock-lfshook | 2.4 | More information |
python2-serpent | 1.28 | More information |
flwrap | 1.3.5 | More information |
rttr | 0.9.6 | More information |
rust-gio-sys | 0.10.1 | More information |
r-msm | 1.6.8 | More information |
intel-xed | 11.2.0 | More information |
ocaml4.07-ppx-jane | 0.11.0 | More information |
rust-nom | 1.2.4 | More information |
rust-gfx-gl | 0.6.1 | More information |
rust-conv | 0.3.3 | More information |
ocaml4.07-ppx-assert | 0.11.0 | More information |
guile2.2-webutils | 0.1-0.8541904 | More information |
cl-zstd | 1.0-1.d144582 | More information |
rust-nix | 0.15.0 | More information |
python-django-q | 1.3.4 | More information |
zeitgeist | 1.0.3 | More information |
rust-dissimilar | 1.0.1 | More information |
go-github-com-gedex-inflector | 0.0.0-1.16278e9 | More information |
rust-libgit2-sys | 0.7.11 | More information |
emacs-with-simulated-input | 2.4 | More information |
perl-sdl | 2.548 | More information |
ecl-cl-lex | 1.1.3-1.f2dbbe2 | More information |
rust-memchr | 2.3.3 | More information |
ecl-documentation-utils | 1.2.0-0.98630dd | More information |
go-github-com-go-ldap-ldap | 3.1.7 | More information |
perl-opengl | 0.70 | More information |
ecl-cl-change-case | 0.1.0-1.5ceff2a | More information |
rust-inflector | 0.11.4 | More information |
python-bitstring | 3.1.7 | More information |
ruby-single-cov | 1.3.2 | More information |
freedink-engine | 109.6 | More information |
ghc-wai-cors | 0.2.7 | More information |
rust-rustc-std-workspace-std | 1.0.1 | More information |
pokerth | 1.1.2 | More information |
rust-ndarray | 0.12.1 | More information |
xnec2c | 4.1.1 | More information |
xclickroot | 1.2 | More information |
rust-block | 0.1.6 | More information |
queen | 1.1 | More information |
rust-rustc-hash | 1.1.0 | More information |
rust-unsafe-any | 0.4.2 | More information |
rust-webpki | 0.21.2 | More information |
emacs-execline | 0.1-1.c75dd9b | More information |
emacs-switch-buffer-functions | 0.0.1 | More information |
python-flask-session | 0.3.2 | More information |
cl-moptilities | 0.3.13-1.a436f16 | More information |
r-remoter | 0.4-0 | More information |
python-zope-deferredimport | 4.3.1 | More information |
dear-imgui | 1.79 | More information |
rust-goblin | 0.0.23 | More information |
chicken-srfi-1 | 0.5.1 | More information |
font-jetbrains-mono | 2.210 | More information |
rust-string-cache | 0.8.0 | More information |
python-trytond-account-invoice | 5.6.1 | More information |
libofx | 0.9.15 | More information |
cl-clawk | 4-1.3a91634 | More information |
rust-sequoia-openpgp | 0.9.0 | More information |
rr | 5.4.0 | More information |
cl-make-hash | 1.0.2-1.ae0909c | More information |
loko-scheme | 0.7.0 | More information |
surge-synth | 1.7.1 | More information |
python-hg-evolve | 10.0.1 | More information |
rust-gio | 0.7.0 | More information |
ocaml4.07-fieldslib | 0.11.0 | More information |
cl-trivial-benchmark | 2.0.0-1.42d7673 | More information |
rust-standback | 0.2.10 | More information |
python2-importlib-resources | 1.0.2 | More information |
rust-redox-termios | 0.1.1 | More information |
r-emplik | 1.1-1 | More information |
lmdbxx | 0.9.14.0 | More information |
ruby-test-queue | 0.4.2 | More information |
fcitx5-gtk | 5.0.1 | More information |
ghc-jira-wiki-markup | 1.0.0 | More information |
python-pytest-doctestplus | 0.7.0 | More information |
ecl-clawk | 4-1.3a91634 | More information |
xdg-desktop-portal | 1.7.2 | More information |
rust-size-format | 1.0.2 | More information |
perl-http-lite | 2.44 | More information |
authenticator | 3.32.2 | More information |
go-github-com-aymerick-douceur | 0.2.0 | More information |
perl-hook-lexwrap | 0.26 | More information |
inspircd | 3.8.1 | More information |
libvisual | 0.4.0 | More information |
ne | 3.3.0 | More information |
rust-downcast-rs | 1.1.1 | More information |
gtg | 0.4 | More information |
python-tifffile | 2020.6.3 | More information |
r-lsd | 4.1-0 | More information |
gnome-commander | 1.10.3 | More information |
python-hypothesmith | 0.1.2 | More information |
rust-typed-arena | 1.4.1 | More information |
cl-deflate | 1.0.3 | More information |
rust-odds | 0.3.1 | More information |
julia-compat | 3.9.1 | More information |
rust-piston-texture | 0.8.0 | More information |
rust-http | 0.1.17 | More information |
bitcoin-unlimited | 1.9.0.1 | More information |
libwhich | 1.1.0 | More information |
r-tidytext | 0.2.6 | More information |
r-muhaz | 1.2.6.1 | More information |
emacs-dvc | 0.0.0-1.591 | More information |
python-socks | 1.1.2 | More information |
wlr-randr | 0.1.0 | More information |
python-qdarkstyle | 2.8.1 | More information |
wireguard-linux-compat | 1.0.20201112 | More information |
rust-humansize | 1.1.0 | More information |
rust-wayland-client | 0.23.6 | More information |
mailman | 3.3.2 | More information |
cl-lex | 1.1.3-1.f2dbbe2 | More information |
python-easy-thumbnails | 2.7 | More information |
python-cloudscraper | 1.2.48 | More information |
sbcl-1am | 0.0-1.8b1da94 | More information |
rust-const-random | 0.1.8 | More information |
libkgapi | 20.04.1 | More information |
grub-minimal | 2.04 | More information |
ruby-yard-with-tests | 0.9.25 | More information |
piet-toolchain | 0.0.0-0.f002ff6 | More information |
rust-ed25519-dalek | 1.0.1 | More information |
kexec-tools | 2.0.21 | More information |
nvme-cli | 1.13 | More information |
sbcl-stumpwm-stumptray | 0.0.1-2.920f8fc | More information |
rust-rand-os | 0.1.3 | More information |
python-hupper | 1.10.2 | More information |
rust-pistoncore-glutin-window | 0.63.0 | More information |
python2-djvulibre | 0.8.5 | More information |
guile2.2-rsvg | 2.18.1-0.05c6a2f | More information |
rust-cargo-metadata | 0.9.1 | More information |
rust-thiserror-impl | 1.0.22 | More information |
rust-curve25519-dalek | 3.0.0 | More information |
unoconv | 0.9.0 | More information |
rust-encoding | 0.2.33 | More information |
hashcash | 1.22 | More information |
rust-parking-lot | 0.7.1 | More information |
emacs-webpaste | 3.2.0 | More information |
pep-engine | 2.0.6 | More information |
guile2.2-hall | 0.3.1 | More information |
rust-reopen | 0.3.0 | More information |
rust-backtrace-sys | 0.1.37 | More information |
rust-linked-hash-map | 0.3.0 | More information |
sbcl-supertrace | 0.1.0-1.66d22c3 | More information |
rust-crossbeam-utils | 0.7.2 | More information |
spectacle-analyzer | 1.0 | More information |
python-globber | 0.2.1 | More information |
rust-pango-sys | 0.9.1 | More information |
maven-install-plugin | 3.0.0-M1 | More information |
usbguard | 0.7.8 | More information |
rust-tokio-executor | 0.2.0-alpha.6 | More information |
cachefilesd | 0.10.10 | More information |
font-gnu-freefont | 20120503 | More information |
rust-font-kit | 0.4.0 | More information |
rust-numtoa | 0.1.0 | More information |
go-github-com-dlclark-regexp2 | 1.2.0 | More information |
pasystray | 0.7.1 | More information |
bashtop | 0.9.25 | More information |
python-transaction | 3.0.0 | More information |
rust-failure-derive | 0.1.7 | More information |
ocaml4.07-dune | 1.11.3 | More information |
emacs-monokai-theme | 3.5.3 | More information |
r-tune | 0.1.2 | More information |
qgis | 3.12.1 | More information |
emacs-trashed | 1.9.0 | More information |
ruby-sawyer | 0.8.2 | More information |
rust-petgraph | 0.5.1 | More information |
openssh-sans-x | 8.4p1 | More information |
rust-take-mut | 0.2.2 | More information |
rust-headers | 0.2.3 | More information |
rust-parking-lot-core | 0.4.0 | More information |
rust-tokio-reactor | 0.1.9 | More information |
go-github-com-andybalholm-cascadia | 1.0.0 | More information |
plymouth | 0.9.4 | More information |
rust-tokio-sync | 0.2.0-alpha.6 | More information |
rust-pulldown-cmark | 0.2.0 | More information |
rust-matchers | 0.0.1 | More information |
rust-cexpr | 0.4.0 | More information |
r-rstatix | 0.6.0 | More information |
emacs-flycheck-rust | 1.1 | More information |
emacs-org-fancy-priorities | 1.1-1.819bb99 | More information |
rust-ivf | 0.1.0 | More information |
ghc-turtle | 1.5.15 | More information |
r-tidypredict | 0.4.8 | More information |
rust-packed-simd | 0.3.3 | More information |
r-polycor | 0.7-10 | More information |
rust-autocfg | 0.1.7 | More information |
python-hyperframe | 5.2.0 | More information |
ruby-parallel-tests | 3.0.0 | More information |
sbcl-prometheus | 0.4.1 | More information |
python-patiencediff | 0.2.0 | More information |
python-lazr-config | 2.2.2 | More information |
python-djvulibre | 0.8.5 | More information |
emacs-feature-mode | 20190801-1.11ae167 | More information |
r-mlr3learners | 0.4.3 | More information |
python-pytest-vcr | 1.0.2-1.4d6c7b3 | More information |
rust-shader-version | 0.6.0 | More information |
rust-partial-io | 0.3.1 | More information |
ecl-do-urlencode | 0.0.0-1.1998464 | More information |
rust-nix | 0.14.1 | More information |
rust-rand-xorshift | 0.1.1 | More information |
rust-aom-sys | 0.2.1 | More information |
rust-ena | 0.14.0 | More information |
r-kendall | 2.2 | More information |
java-sonatype-aether-impl | 1.7 | More information |
ecl-archive | 0.9-1.631271c | More information |
nvc | 1.5.0 | More information |
rust-tokio-rustls | 0.12.2 | More information |
gtkd | 3.9.0 | More information |
udevil | 0.4.4 | More information |
rust-rand-xorshift | 0.2.0 | More information |
sbcl-bordeaux-fft | 1.0.1-0.4a1f560 | More information |
ghc-tasty-hspec | 1.1.5.1 | More information |
ghc-emojis | 0.1 | More information |
ldns | 1.7.1 | More information |
rust-tokio | 0.2.21 | More information |
rust-proptest | 0.9.6 | More information |
rust-delta-e | 0.2.1 | More information |
sbcl-regex | 1-1.fbc9a9f | More information |
rust-gimli | 0.20.0 | More information |
ecl-asdf-finalizers | 0.0.0-1.7f537f6 | More information |
megatools | 1.10.3 | More information |
blobwars | 2.00 | More information |
rust-normalize-line-endings | 0.3.0 | More information |
r-pathview | 1.30.1 | More information |
cl-uax-15 | 0.1-1.e7439a9 | More information |
rust-pbkdf2 | 0.4.0 | More information |
rust-servo-arc | 0.1.1 | More information |
malcontent | 0.8.0 | More information |
ktsuss | 2.1 | More information |
ecl-quicksearch | 0.01.04-1.fb02ecf | More information |
rust-weedle | 0.10.0 | More information |
r-fastshap | 0.0.5 | More information |
cl-archive | 0.9-1.631271c | More information |
poke | 0.0.0-0.d33317a | More information |
rust-clang-sys | 0.29.3 | More information |
rust-shell-words | 0.1.0 | More information |
emacs-bm | 201905 | More information |
r-locpol | 0.7-0 | More information |
rust-lyon-path | 0.14.0 | More information |
sbcl-generic-cl | 0.7.1-1.8e5a814 | More information |
rust-parking-lot-core | 0.7.2 | More information |
rust-atom | 0.3.5 | More information |
python-k5test | 0.9.2 | More information |
rust-opaque-debug | 0.3.0 | More information |
bschaffl | 1.2.0 | More information |
bonnie++ | 1.98 | More information |
python-selenium | 3.141.0 | More information |
rust-scroll-derive | 0.10.1 | More information |
rust-glib | 0.10.3 | More information |
java-tunnelvisionlabs-antlr4-runtime | 4.7.4 | More information |
rust-relative-path | 1.3.2 | More information |
r-kutils | 1.70 | More information |
rust-sourcemap | 6.0.1 | More information |
sbcl-gsll | 0.0.0-1.1a8ada2 | More information |
python-typing-inspect | 0.6.0 | More information |
rust-phf-shared | 0.7.24 | More information |
rust-average | 0.9.4 | More information |
guile2.2-ics | 0.2.0 | More information |
r-config | 0.3 | More information |
flyer-composer | 1.0rc2 | More information |
rust-path-abs | 0.5.0 | More information |
rust-data-url | 0.1.0 | More information |
bruteforce-luks | 1.4.0 | More information |
emacs-auto-dictionary-mode | 1.1 | More information |
emacs-gnus-harvest | 1.0-0.feda071 | More information |
emacs-evil-tmux-navigator | 0.1.5 | More information |
cl-opticl-core | 0.0.0-0.b7cd13d | More information |
rust-serde-cbor | 0.10.2 | More information |
rust-serde-big-array | 0.1.5 | More information |
chicken-srfi-69 | 0.4.1 | More information |
ruby-unindent | 1.0 | More information |
rust-x11 | 2.18.2 | More information |
ocaml4.07-ppx-bench | 0.11.0 | More information |
go-github-com-google-go-github | 26.1.3 | More information |
rust-libnghttp2-sys | 0.1.4+1.41.0 | More information |
ecl-gsll | 0.0.0-1.1a8ada2 | More information |
transset | 1.0.2 | More information |
ninjas2 | 0.2.0 | More information |
emacs-lsp-lua-emmy | 0.1.0-1.ab53fb2 | More information |
python-pem | 20.1.0 | More information |
r-slider | 0.1.5 | More information |
rust-tokio-uds | 0.2.5 | More information |
sbcl-opticl-core | 0.0.0-0.b7cd13d | More information |
rust-open | 1.4.0 | More information |
rust-num-enum-derive | 0.4.3 | More information |
rust-pin-project-lite | 0.1.11 | More information |
codec2 | 0.9.2 | More information |
ghc-spoon | 0.3.1 | More information |
rust-predicates | 1.0.5 | More information |
libsoundio | 2.0.0 | More information |
rust-lab | 0.8.1 | More information |
guile2.0-shepherd | 0.8.1 | More information |
sbcl-stumpwm-pass | 0.0.1-2.920f8fc | More information |
rust-y4m | 0.5.3 | More information |
rust-assert-matches | 1.3.0 | More information |
cl-clsql | 6.7.0 | More information |
mmm | 0.1.1 | More information |
rust-interpolate-name | 0.2.3 | More information |
r-rsconnect | 0.8.16 | More information |
rust-constant-time-eq | 0.1.5 | More information |
r-bdgraph | 2.63 | More information |
emacs-counsel | 0.13.1 | More information |
ecl-deeds | 1.1.1-1.f5df54e | More information |
rust-compiletest-rs | 0.3.22 | More information |
python-slixmpp | 1.5.2 | More information |
kaddressbook | 20.04.1 | More information |
go-github-com-spf13-viper | 1.7.0 | More information |
perl-test-subcalls | 1.10 | More information |
rust-smithay-clipboard | 0.3.6 | More information |
ufoai | 2.6.0_dev-0.a542a87 | More information |
guile-r6rs-protobuf | 0.9 | More information |
sysprof | 3.36.0 | More information |
go-github-com-rogpeppe-go-internal | 1.6.1 | More information |
rust-wayland-commons | 0.21.13 | More information |
ecl-uax-15 | 0.1-1.e7439a9 | More information |
ocaml4.07-sqlite3 | 4.4.1 | More information |
lure-de | 1.1 | More information |
guile2.2-filesystem | 0.1.0 | More information |
sbcl-repl-utilities | 0.0.0-1.e0de9c9 | More information |
srt | 1.4.1 | More information |
kicad-packages3d | 5.1.6 | More information |
ghc-semialign | 1 | More information |
cl-exponential-backoff | 0-1.8d9e844 | More information |
manuskript | 0.11.0 | More information |
rust-socket2 | 0.3.18 | More information |
rust-derive-builder-core | 0.9.0 | More information |
openni2 | 2.2.0 | More information |
rust-alga | 0.9.3 | More information |
ruby-regexp-property-values | 1.0.0 | More information |
krb5-auth-dialog | 3.26.1 | More information |
ocaml4.07-variantslib | 0.11.0 | More information |
python-bitstruct | 8.9.0 | More information |
sbcl-quicksearch | 0.01.04-1.fb02ecf | More information |
sbcl-hu.dwim.common-lisp | 2015-07-09 | More information |
rust-synom | 0.11.3 | More information |
vala-language-server | 0.48.1 | More information |
rust-libgit2-sys | 0.10.0 | More information |
rust-lock-api | 0.2.0 | More information |
ecm | 1.0.3 | More information |
r-rxnat | 1.0.14 | More information |
r-restrserve | 0.4.0 | More information |
sbcl-mcclim | 0.9.7-1.04cc542 | More information |
rust-erased-serde | 0.3.11 | More information |
python-distlib | 0.3.1 | More information |
gphotofs | 0.5.0 | More information |
python-geopy | 2.0.0 | More information |
emacs-pretty-hydra | 0.2.2 | More information |
go-github-com-alecthomas-repr | 0.0.1-1.4184120 | More information |
gnash | 0.8.11-0.583ccbc | More information |
go-github-com-hashicorp-go-syslog | 1.0.0 | More information |
libwuya | 0.0-1.8835020 | More information |
rust-assert-cmd | 1.0.1 | More information |
ipset | 7.10 | More information |
cl-mysql | 0.1-1.ab56c27 | More information |
rust-form-urlencoded | 1.0.0 | More information |
texlive-marginnote | 51265 | More information |
ocaml4.07-ppx-let | 0.11.0 | More information |
python-pytaglib | 1.4.6 | More information |
rust-enum-as-inner | 0.2.1 | More information |
python-libtmux | 0.8.5 | More information |
cl-qrencode | 0.1.2 | More information |
rust-md5 | 0.6.1 | More information |
rust-encoding-rs | 0.8.26 | More information |
ecl-serapeum | 0.0.0-3.c5e352a | More information |
guile3.0-lib | 0.2.6.1 | More information |
rust-blake2b-simd | 0.5.10 | More information |
guile3.0-sdl2 | 0.5.0 | More information |
ztoolkit-rsvg | 0.1.1 | More information |
stockfish | 12 | More information |
rust-cc | 1.0.66 | More information |
go-github-com-surge-glog | 0.0.0-1.2578deb | More information |
rust-rayon-core | 1.7.1 | More information |
rust-hmac | 0.7.1 | More information |
go-github-com-mattn-go-pointer | 0.0.0-1.a0a4439 | More information |
rust-piston-float | 1.0.0 | More information |
nheko | 0.7.2 | More information |
gcc | 10.2.0 | More information |
rust-ct-logs | 0.7.0 | More information |
noisetorch | 0.8.3 | More information |
python-readme-renderer | 26.0 | More information |
nfs4-acl-tools | 0.3.7 | More information |
python-get-version | 2.1 | More information |
rust-tokio-core | 0.1.17 | More information |
rust-bytecount | 0.6.0 | More information |
libantlr3c | 3.4 | More information |
r-proxyc | 0.1.5 | More information |
ecl-cl-cont | 0.3.8-1.fc1fa7e | More information |
python-requests_ntlm | 1.1.0 | More information |
ghc-decimal | 0.5.1 | More information |
ksystemlog | 20.04.1 | More information |
ecl-cl-progress-bar | 0.0.0-1.9374170 | More information |
emacs-objed | 0.8.3 | More information |
rust-exitfailure | 0.5.1 | More information |
rust-which | 2.0.1 | More information |
python-distlib | 0.3.0 | More information |
rust-swc | 1.2.24 | More information |
guile3.0-haunt | 0.2.4 | More information |
ecl-constantfold | 0.1-1.0ff1d97 | More information |
r-stm | 1.3.6 | More information |
cl-eager-future2 | 0.0.0-1.54df8ef | More information |
rust-atty | 0.2.14 | More information |
r-parsnip | 0.1.4 | More information |
rust-image | 0.21.3 | More information |
rust-pistoncore-input | 0.28.0 | More information |
reproc | 14.1.0 | More information |
fpc | 3.2.0 | More information |
rust-utf-8 | 0.7.5 | More information |
sbcl-html-entities | 0.02-1.4af0180 | More information |
bitlbee-purple | 3.6 | More information |
rust-winit | 0.20.0-alpha6 | More information |
r-flexsurv | 1.1.1 | More information |
cl-hu.dwim.common-lisp | 2015-07-09 | More information |
rust-float-cmp | 0.4.0 | More information |
flux | 1.4.4 | More information |
emacs-gitlab-snip-helm | 0.0.2 | More information |
sbcl-cluffer | 0.0.0-1.4aad29c | More information |
xandikos | 0.2.3 | More information |
rust-libloading | 0.5.2 | More information |
ecl-trivia.trivial | 0.0.0-2.37698b4 | More information |
ecl-smart-buffer | 0.0.1-1.09b9a9a | More information |
rust-memmap | 0.6.2 | More information |
ocaml4.07-merlin | 3.2.2 | More information |
go-github-com-fatih-color | 1.8.0 | More information |
rust-tiff | 0.3.1 | More information |
sbcl-xmls | 3.0.2-1.18546f0 | More information |
cl-trivial-indent | 1.0.0-0.2d01694 | More information |
rust-named-pipe | 0.4.1 | More information |
maven-compiler-plugin | 3.8.1 | More information |
guile2.2-fibers | 1.0.0 | More information |
python-django-netfields | 1.2.2 | More information |
sbcl-cl-pdf | 0-1.752e337 | More information |
rust-num-iter | 0.1.41 | More information |
knotes | 20.04.1 | More information |
rust-edit-distance | 2.1.0 | More information |
rust-deflate | 0.8.6 | More information |
rust-derive-more | 0.99.11 | More information |
sparse | 0.6.3 | More information |
rust-rand-chacha | 0.2.2 | More information |
rust-objc-id | 0.1.1 | More information |
ghc-repline | 0.2.0.0 | More information |
libxmlplusplus | 3.2.0 | More information |
rust-heapless | 0.5.5 | More information |
rust-xdg | 2.2.0 | More information |
libxmlb | 0.1.15 | More information |
rust-prettytable-rs | 0.8.0 | More information |
ocaml-ounit2 | 2.2.4 | More information |
r-interval | 1.1-0.7 | More information |
mycli | 1.22.2 | More information |
rust-freetype | 0.4.1 | More information |
font-meera-inimai | 2.0 | More information |
cl-antik | 0.0.0-1.e4711a6 | More information |
python-pyopencl | 2019.1.1 | More information |
ocaml4.07-ppx-js-style | 0.11.0 | More information |
sbcl-hdf5-cffi | 1.8.18-1.5b5c88f | More information |
texlive-fpl | 51265 | More information |
ripgrep | 12.1.1 | More information |
ghc-aeson-better-errors | 0.9.1.0 | More information |
cl-csv | 1.0.6-2.68ecb5d | More information |
dune-common-openmpi | 2.7.0 | More information |
lisp-repl-core-dumper | 0.3.0 | More information |
rust-gdk-pixbuf | 0.9.0 | More information |
rust-scroll | 0.10.1 | More information |
sbcl-uax-15 | 0.1-1.e7439a9 | More information |
python-mypy-extensions | 0.4.3 | More information |
rust-grep-cli | 0.1.5 | More information |
r-fracdiff | 1.5-1 | More information |
perl-test-distribution | 2.00 | More information |
akonadi-calendar | 20.04.1 | More information |
guile2.2-irregex | 0.9.6 | More information |
python2-pytidylib | 0.3.2 | More information |
emacs-xref | 1.0.4 | More information |
djview | 4.12 | More information |
rust-az | 1.0.0 | More information |
java-sonatype-aether-test-util | 1.7 | More information |
rust-xcb | 0.9.0 | More information |
sbcl-acclimation | 0.0.0-1.4d51150 | More information |
ecl-antik-base | 0.0.0-1.e4711a6 | More information |
sbcl-deflate | 1.0.3 | More information |
emacs-scala-mode | 1.1.0 | More information |
qmapshack | 1.14.0 | More information |
emacs-window-purpose | 1.7-1.f642196 | More information |
rust-nom | 4.2.3 | More information |
ghc-serialise | 0.2.1.0 | More information |
gccmakedep | 1.0.3 | More information |
rust-predicates-tree | 0.9.0 | More information |
gnome-shell-extension-paperwm | 36.0 | More information |
rust-h2 | 0.2.6 | More information |
ecl-md5 | 2.0.4 | More information |
ruby-pandoc-ruby | 2.1.4 | More information |
java-tunnelvisionlabs-antlr4 | 4.7.4 | More information |
python-pyzbar | 0.1.8 | More information |
go-github-com-frankban-quicktest | 1.11.1 | More information |
u-boot-qemu-riscv64 | 2020.10 | More information |
rust-encoding-index-tests | 0.1.4 | More information |
cl-constantfold | 0.1-1.0ff1d97 | More information |
ripmime | 1.4.0.10-1.a556ffe | More information |
emacs-monky | 0.1 | More information |
vl1-emulator | 1.1.0.0 | More information |
rust-webpki-roots | 0.18.0 | More information |
r-ggm | 2.5 | More information |
lighttpd | 1.4.57 | More information |
ecl-cl-gobject-introspection | 0.3-0.7b703e2 | More information |
cl-retrospectiff | 0.2-0.c2a69d7 | More information |
monolith | 2.4.0 | More information |
emacs-caps-lock | 1.0 | More information |
rust-ctrlc | 3.1.3 | More information |
ecl-custom-hash-table | 0.3-1.f269831 | More information |
emacs-org-webring | 2.0.0 | More information |
fox | 1.6.57 | More information |
sbcl-stumpwm-net | 0.0.1-2.920f8fc | More information |
python-docker | 3.7.3 | More information |
sbcl-agutil | 0.0.1-1.df188d7 | More information |
libnice | 0.1.18 | More information |
maven-surefire-common | 3.0.0-M4 | More information |
rust-futures | 0.3.8 | More information |
openjpeg-data | 2020.05.19 | More information |
opensbi-qemu-virt | 0.8 | More information |
python-deeptoolsintervals | 0.1.9 | More information |
rust-crossbeam-queue | 0.2.3 | More information |
python-translation-finder | 1.7 | More information |
ocaml4.07-lablgtk | 2.18.10 | More information |
node-far | 0.0.7 | More information |
rust-shared-child | 0.3.4 | More information |
r-regsem | 1.6.2 | More information |
fcitx5-material-color-theme | 0.1 | More information |
rust-typed-headers | 0.1.1 | More information |
r-warp | 0.2.0 | More information |
ghc-lens-family-core | 1.2.3 | More information |
rust-grep | 0.2.7 | More information |
r-bezier | 1.1.2 | More information |
r-isoband | 0.2.3 | More information |
sbcl-spatial-trees | 0-1.81fdad0 | More information |
rust-inflate | 0.4.5 | More information |
guix-build-coordinator | 0-12.c33d3f5 | More information |
bbswitch-module | 0.8-1.ddbd243 | More information |
goocanvas | 2.0.4 | More information |
rust-hyper-rustls | 0.21.0 | More information |
emacs-ryo-modal | 0.4-0.3a54312 | More information |
rust-heck | 0.3.1 | More information |
clipmenu | 6.0.1-1.bcbe7b1 | More information |
rust-heapsize | 0.3.9 | More information |
r-useful | 1.2.6 | More information |
earlyoom | 1.6.2 | More information |
go-github-com-charmbracelet-glamour | 0.2.0 | More information |
regrader | 1.0.0 | More information |
node-long-stack-traces | 0.1.2 | More information |
sbcl-datafly | 0.1-1.adece27 | More information |
cl-quantile-estimator | 0.0.1 | More information |
python-fuzzywuzzy | 0.18.0 | More information |
ghc-these | 1.0.1 | More information |
rust-blobby | 0.1.2 | More information |
rust-foreign-types | 0.3.2 | More information |
guile2.2-json | 4.4.1 | More information |
rust-rand | 0.4.6 | More information |
rust-match-cfg | 0.1.0 | More information |
cl-mmap | 1.0.0-0.ba2e98c | More information |
rust-itertools | 0.5.10 | More information |
python-matrix-synapse-ldap3 | 0.1.4 | More information |
python-pathspec | 0.7.0 | More information |
mswebrtc | 1.1.1 | More information |
browserpass-native | 3.0.7 | More information |
libtgvoip | 2.4.4 | More information |
rust-typed-headers | 0.2.0 | More information |
rust-num-bigint | 0.2.6 | More information |
libbraille | 0.19.0 | More information |
rust-thin-slice | 0.1.1 | More information |
rust-bit-set | 0.5.1 | More information |
rust-tempdir | 0.3.7 | More information |
rust-permutohedron | 0.2.4 | More information |
rust-rustls | 0.12.0 | More information |
rust-expectest | 0.9.2 | More information |
zlfo | 0.1.3 | More information |
flatzebra | 0.1.7 | More information |
guile-lens | 0.1-0.14b15d0 | More information |
python-httmock | 1.3.0 | More information |
rust-console | 0.7.7 | More information |
rnnoise | 0.91 | More information |
rust-users | 0.9.1 | More information |
gupnp-dlna | 0.10.5 | More information |
sphinxbase | 5prealpha | More information |
rust-same-file | 1.0.6 | More information |
rust-jobserver | 0.1.19 | More information |
python-pytest-mpl | 0.11 | More information |
python-pydantic | 1.6.1 | More information |
ecl-qbase64 | 0.3.0 | More information |
opensp | 1.5.2 | More information |
rust-piston | 0.49.0 | More information |
rust-anyhow | 1.0.34 | More information |
cl-trivia.trivial | 0.0.0-2.37698b4 | More information |
rust-pin-project-internal | 0.4.22 | More information |
python-opentsne | 0.4.4 | More information |
rust-lyon-geom | 0.14.1 | More information |
python-django-debug-toolbar-alchemy | 0.1.5 | More information |
nanomsg | 1.1.5 | More information |
ecl-lw-compat | 1.0.0-1.aabfe28 | More information |
rust-webpki-roots | 0.19.0 | More information |
emacs-evil-leader | 0.4.3 | More information |
dex | 0.9.0 | More information |
oil | 0.8.5 | More information |
python-daemux | 0.1.0 | More information |
rust-nalgebra | 0.21.1 | More information |
rust-wasm-bindgen-test-crate-a | 0.1.0 | More information |
janet | 1.12.2 | More information |
rust-section-testing | 0.0.4 | More information |
lmfit | 8.2.2 | More information |
rust-scoped-tls | 0.1.2 | More information |
rust-vcpkg | 0.2.11 | More information |
rust-security-framework-sys | 1.0.0 | More information |
rust-typenum | 1.12.0 | More information |
python-potr | 1.0.2 | More information |
rust-docopt | 0.6.86 | More information |
rust-num-derive | 0.3.2 | More information |
ecl-cl-environments | 0.2.3-1.0b22154 | More information |
go-github-com-muesli-reflow-ansi | 0.1.0 | More information |
rust-cloudflare-zlib-sys | 0.2.0 | More information |
emacs-spacemacs-theme | 0-1.f79c40f | More information |
ocaml4.09-dune | 2.7.1 | More information |
rust-openssl-sys | 0.9.58 | More information |
guile3.0-xapian | 0.1.0 | More information |
emacs-company-emoji | 2.6.0 | More information |
bombadillo | 2.3.3 | More information |
imv | 4.1.0 | More information |
tslib | 1.22 | More information |
cl-skippy | 1.3.12-0.e456210 | More information |
rust-syn | 0.15.44 | More information |
glibc-locales-2.29 | 2.29 | More information |
rust-foreign-types-shared | 0.3.0 | More information |
rust-mio-uds | 0.6.7 | More information |
rust-rust-hawktracer | 0.7.0 | More information |
rust-ref-cast | 0.2.7 | More information |
r-packrat | 0.5.0 | More information |
rust-fxhash | 0.2.1 | More information |
ruby-kpeg | 1.1.0 | More information |
rust-phf | 0.7.24 | More information |
rust-rspec | 1.0.0-beta.4 | More information |
bcunit | 3.0.2 | More information |
rust-rustc-ap-rustc-macros | 654.0.0 | More information |
sbcl-green-threads | 0.3-1.fff5ebe | More information |
rust-rustls | 0.15.2 | More information |
go-golang-org-x-xerrors | 0.0.0-0.5ec99f8 | More information |
emacs-rime | 1.0.3 | More information |
go-github-com-go-git-go-billy | 5.0.0 | More information |
libqglviewer | 2.7.2 | More information |
emacs-vterm | 0-4.a670b78 | More information |
rust-block-cipher-trait | 0.4.2 | More information |
rust-shared-library | 0.1.9 | More information |
svt-vp9 | 0.3.0 | More information |
python-contextvars | 2.4 | More information |
rust-fuchsia-cprng | 0.1.1 | More information |
js8call | 2.2.0 | More information |
rust-block-buffer | 0.8.0 | More information |
cl-ltk | 0.992 | More information |
rust-serde | 1.0.117 | More information |
rust-glib | 0.9.3 | More information |
rust-serde-test | 0.9.15 | More information |
rust-ref-cast-impl | 0.2.7 | More information |
perl-attribute-util | 1.07 | More information |
r-msmseda | 1.28.0 | More information |
rust-time | 0.2.19 | More information |
python-pycryptodomex | 3.9.9 | More information |
ocaml4.07-configurator | 0.11.0 | More information |
rust-libflate-lz77 | 1.0.0 | More information |
python2-pyqtwebengine | 5.14.0 | More information |
glyr | 1.0.10 | More information |
ghc-optional-args | 1.0.2 | More information |
lib2geom | 1.0-3.17e0d21 | More information |
gnome-user-docs | 3.32.3 | More information |
ruby-maxitest | 3.6.0 | More information |
cl-lw-compat | 1.0.0-1.aabfe28 | More information |
rust-quickcheck | 0.9.2 | More information |
r-modeldata | 0.1.0 | More information |
rust-png | 0.16.6 | More information |
cl-randist | 0.4.2 | More information |
rust-tokio-test | 0.3.0 | More information |
ecl-green-threads | 0.3-1.fff5ebe | More information |
python2-sortedcontainers | 2.1.0 | More information |
r-zyp | 0.10-1.1 | More information |
python-simpleeval | 0.9.10 | More information |
edid-decode | 0.0.0-1.74b6418 | More information |
ocaml4.07-ppx-sexp-value | 0.11.0 | More information |
font-iosevka-etoile | 4.0.3 | More information |
r-kegggraph | 1.50.0 | More information |
hexer | 1.0.6 | More information |
rinutils | 0.2.0 | More information |
go-github-com-emersion-go-sasl | 0.0.0-0.240c840 | More information |
r-phylogram | 2.1.0 | More information |
rust-wasi | 0.9.0+wasi-snapshot-preview1 | More information |
emacs-ctrlf | 1.2 | More information |
ufetch | 0.2-1.98b6220 | More information |
rust-enum-as-inner | 0.3.3 | More information |
shakespeare-spl | 1.2.1 | More information |
gnome-latex | 3.36.0 | More information |
ruby-prawn-templates | 0.1.2 | More information |
go-github-com-alecthomas-chroma | 0.8.0 | More information |
ldacbt | 2.0.2.3 | More information |
rust-matrixmultiply | 0.1.15 | More information |
node-semver | 7.2.1 | More information |
vinci | 1.0.5 | More information |
java-surefire-common-junit4 | 3.0.0-M4 | More information |
ghc-tabular | 0.2.2.7 | More information |
rust-float-cmp | 0.5.3 | More information |
memkind | 1.10.1 | More information |
belcard | 1.0.2 | More information |
python-re-assert | 1.1.0 | More information |
emacs-helm-cider | 0.4.0-1.9363cc5 | More information |
rust-hkdf | 0.9.0 | More information |
python-pytest-flask | 1.0.0 | More information |
rust-fixedbitset | 0.2.0 | More information |
rust-cast | 0.2.3 | More information |
emacs-ivy-posframe | 0.5.5 | More information |
python-hicmatrix | 12 | More information |
java-eclipse-aether-api | 1.0.2 | More information |
r-topicmodels | 0.2-11 | More information |
rust-tester | 0.5.0 | More information |
r-org-eck12-eg-db | 3.12.0 | More information |
libglib-testing | 0.1.0 | More information |
bchoppr | 1.8.0 | More information |
hyperledger-iroha | 1.1.1 | More information |
r-shapforxgboost | 0.0.4 | More information |
aws-checksums | 0.1.10 | More information |
emacs-parsec | 0.1.3-0.2cbbbc2 | More information |
keventviews | 20.04.1 | More information |
r-getpass | 0.2-2 | More information |
cl-libuv | 0.1.6-1.32100c0 | More information |
neverball | 1.6.0-1.760a25d | More information |
sbcl-clml | 0.0.0-0.95505b5 | More information |
rust-hex | 0.3.2 | More information |
python-geographiclib | 1.50 | More information |
clipnotify | 1.0.2 | More information |
drbd-utils | 9.15.1 | More information |
ucsim | 0.6-pre67 | More information |
rust-proptest | 0.10.1 | More information |
python2-smmap | 3.0.1 | More information |
sbcl-array-utils | 1.1.1-0.f90eb90 | More information |
rust-average | 0.10.4 | More information |
rust-combine-regex-1 | 1.0.0 | More information |
editline | 1.17.1 | More information |
rust-bindgen | 0.33.2 | More information |
rust-thread-local | 0.2.7 | More information |
akonadi-search | 20.04.1 | More information |
ghc-html-conduit | 1.3.2.1 | More information |
perl-scalar-string | 0.003 | More information |
sbcl-float-features | 1.0.0 | More information |
ruby-sorcerer | 2.0.1 | More information |
burgerspace | 1.9.3 | More information |
rust-rusttype | 0.7.9 | More information |
meshlab | 2020.06 | More information |
rust-universal-hash | 0.4.0 | More information |
catfish | 1.4.13 | More information |
rust-memoffset | 0.2.1 | More information |
rust-bindgen | 0.52.0 | More information |
go-github-com-kardianos-minwinsvc | 1.0.0 | More information |
srain | 1.1.2 | More information |
zeal | 0.6.1 | More information |
python-msgpack-numpy | 0.4.6.post0 | More information |
guile3.0-hashing | 1.2.0 | More information |
ocaml4.09-findlib | 1.8.1 | More information |
r-mixsqp | 0.3-43 | More information |
rust-fern | 0.5.9 | More information |
emacs-roguel-ike | 0.1.0-0.706dcb0 | More information |
libcamera | 0.0.0 | More information |
dhewm3 | 1.5.0 | More information |
sbcl-qmynd | 1.0.0-1.7e56daf | More information |
aha | 0.5.1 | More information |
util-linux-with-udev | 2.35.1 | More information |
sbcl-clesh | 0.0.0-1.44e96e0 | More information |
perl-data-entropy | 0.007 | More information |
rust-crypto-tests | 0.5.5 | More information |
r-lgr | 0.4.1 | More information |
ecl-trivial-shell | 0.2.0-1.e02ec19 | More information |
python-xmlschema | 1.1.2 | More information |
ruby-rugged | 1.1.0 | More information |
gqrx | 2.13.5 | More information |
rust-futures-executor-preview | 0.3.0-alpha.19 | More information |
rust-webpki-roots | 0.14.0 | More information |
emacs-exwm-no-x-toolkit | 0.24 | More information |
rust-rand-hc | 0.2.0 | More information |
rust-clang-sys | 1.0.0 | More information |
rust-quickcheck | 0.2.27 | More information |
rust-libloading | 0.3.4 | More information |
rust-docopt | 1.1.0 | More information |
rust-dashmap | 3.11.10 | More information |
ecl-array-utils | 1.1.1-0.f90eb90 | More information |
gnuradio-osmosdr | 0.2.2 | More information |
r-gagedata | 2.28.0 | More information |
rust-gobject-sys | 0.9.1 | More information |
dpkg | 1.20.5 | More information |
rust-arbitrary | 0.2.0 | More information |
libmms | 0.6.4 | More information |
go-github-com-twpayne-go-xdg | 3.1.0 | More information |
rust-console | 0.9.2 | More information |
ruby-mkmf-lite | 0.3.2 | More information |
rust-quasi-codegen | 0.32.0 | More information |
wla-dx | 9.11 | More information |
rust-lzma-sys | 0.1.17 | More information |
ruby-middleware | 0.1.0 | More information |
python-bashlex | 0.14 | More information |
rust-futures-select-macro-preview | 0.3.0-alpha.19 | More information |
rust-assert-cli | 0.6.3 | More information |
r-tensor | 1.5 | More information |
rust-hashbrown | 0.9.1 | More information |
rust-ws2-32-sys | 0.2.1 | More information |
dbxfs | 1.0.48 | More information |
r-hrbrthemes | 0.8.0 | More information |
ecl-cl-project | 0.3.1-1.1511070 | More information |
python-liblarch | 3.0.1 | More information |
rust-compiletest-rs | 0.2.10 | More information |
guile-srfi-180 | 0-0.9188bf9 | More information |
rust-notify | 4.0.15 | More information |
rust-gl | 0.11.0 | More information |
nextpnr-ice40 | 0.0.0-1.fbe486d | More information |
ocaml4.07-ppx-fail | 0.11.0 | More information |
liferea | 1.12.9 | More information |
lesspipe | 1.85 | More information |
rust-bresenham | 0.1.1 | More information |
kldap | 20.04.1 | More information |
rust-dyn-clone | 1.0.2 | More information |
gajim-openpgp | 1.2.14 | More information |
ecl-cl-randist | 0.4.2 | More information |
perl-authen-passphrase | 0.008 | More information |
ruby-gherkin-ruby | 0.3.2 | More information |
xcur2png | 0.7.1 | More information |
libkexiv2 | 20.12.0 | More information |
rust-serial-test-derive | 0.4.0 | More information |
python-zope-hookable | 5.0.1 | More information |
rust-blobby | 0.3.0 | More information |
python-atpublic | 1.0 | More information |
rust-skeptic | 0.9.0 | More information |
emacs-jsonrpc | 1.0.14 | More information |
sbcl-sxql | 0.1.0-1.5aa8b73 | More information |
kdav | 20.04.3 | More information |
ecl-postmodern | 1.19-1.74469b2 | More information |
rust-cookie-store | 0.7.0 | More information |
rust-scoped-tls | 1.0.0 | More information |
bcmatroska2 | 0.23 | More information |
ecl-clx-truetype | 0.0.1-1.c6e10a9 | More information |
python-telethon | 1.17.5 | More information |
ocaml-mdx | 1.7.0 | More information |
sbcl-pzmq | 0.0.0-1.7c7390e | More information |
rust-xml-rs | 0.8.3 | More information |
libglvnd | 1.3.2 | More information |
guile2.2-shepherd | 0.8.1 | More information |
sbcl-cl-environments | 0.2.3-1.0b22154 | More information |
ocaml4.07-bin-prot | 0.11.0 | More information |
rust-glutin-egl-sys | 0.1.4 | More information |
perl-authen-dechpwd | 2.007 | More information |
ecl-external-program | 0.0.6-1.5888b8f | More information |
rust-webpki-roots | 0.17.0 | More information |
go-github-com-muesli-reflow-indent | 0.1.0 | More information |
emacs-meson-mode | 0.3 | More information |
rust-quickcheck | 0.5.0 | More information |
emacs-modus-vivendi-theme | 1.0.2 | More information |
cl-lisp-unit2 | 0.2.0-1.fb97215 | More information |
xdialog | 2.3.1 | More information |
rust-noop-proc-macro | 0.2.1 | More information |
rust-lscolors | 0.7.1 | More information |
ruby-rubocop-ast | 0.3.0 | More information |
r-survmisc | 0.5.5 | More information |
rust-serde | 0.4.3 | More information |
Name | Version | |
---|---|---|
sbcl-cxml+xml | 0.0.0-1.00b22bf | More information |
python2-oslo.log | 3.36.0 | More information |
sbcl-lack-request | 0.1.0-1.abff8ef | More information |
ecl-periods-series | 0.0.2-1.983d4a5 | More information |
python2-pykafka | 2.4.0 | More information |
ert-runner | 0.7.0-1.90b8fdd | More information |
ocaml-ppx-variants-conv | 0.11.1 | More information |
ocaml-ppx-expect | 0.12.0 | More information |
python2-ws4py | 0.3.2 | More information |
go-gopkg.in-asn1-ber.v1 | 1.2 | More information |
vulkan-icd-loader | 1.1.121 | More information |
gnubackgammon | 1.06.002 | More information |
ocaml-ppx-pipebang | 0.11.0 | More information |
ocaml-bin-prot | 0.11.0 | More information |
python2-xsge | 2018.02.26 | More information |
ecl-ascii-strings | 0-1.5048480 | More information |
python2-django-overextends | 0.4.3 | More information |
python2-pytest-httpbin | 0.2.3 | More information |
tales-of-maj-eyal | 1.6.4 | More information |
ocaml-lambda-term | 2.0.2 | More information |
sbcl-fprog | 1.0.0-1.7016d1a | More information |
sbcl-3bmd-ext-code-blocks | 0.0.0-1.192ea13 | More information |
magit-svn | 2.2.1-1.9e33cee | More information |
glibc-utf8-locales-2.28 | 2.28 | More information |
attic | 0.16 | More information |
opensmtpd-next | 6.6.1p1 | More information |
ocaml-ppxlib | 0.6.0 | More information |
sbcl-cl-cffi-gtk-gobject | 0.11.2-1.29443c5 | More information |
lookingglass | a12-182c475 | More information |
python2-gipc | 0.6.0 | More information |
intel-gpu-tools | 1.24 | More information |
emacs-emms-player-mpv | 5.3 | More information |
python2-apipkg | 1.4 | More information |
ocaml-sedlex | 2.1 | More information |
python2-oslo.i18n | 3.20.0 | More information |
python2-marshmallow | 3.0.0b14 | More information |
sbcl-fare-quasiquote-optima | 20171130 | More information |
python2-django-appconf | 1.0.3 | More information |
ocaml-earley | 2.0.0 | More information |
python2-django-filter | 1.1.0 | More information |
ecl-queues.priority-queue | 0.0.0-1.47d4da6 | More information |
ocaml-ppx-typerep-conv | 0.11.1 | More information |
python2-pygit2 | 0.28.2 | More information |
java-tukaani-xz | 1.6 | More information |
sbcl-cffi-grovel | 0.19.0 | More information |
go-github-com-audriusbutkevicius-go-nat-pmp | 0.0.0-0.452c976 | More information |
armagetron-advanced | 0.2.8.3.4 | More information |
ocaml-zed | 2.0.3 | More information |
python2-django-sortedm2m | 1.3.3 | More information |
ocaml-ppx-let | 0.11.0 | More information |
conkeror | 68.3.0-guix0-preview1 | More information |
python2-mox3 | 0.24.0 | More information |
sbcl-lack-response | 0.1.0-1.abff8ef | More information |
python2-ddt | 1.1.3 | More information |
python-django-overextends | 0.4.3 | More information |
bpython2 | 0.18 | More information |
python2-flasgger | 0.6.3 | More information |
sbcl-usocket-server | 0.7.1-1.86e7efb | More information |
sbcl-trivia.ppcre | 0.0.0-1.902e0c6 | More information |
glibc-locales-2.28 | 2.28 | More information |
qtoctave | 5.1.0 | More information |
python2-graphql-relay | 0.4.5 | More information |
python2-django-mailman3 | 1.1.0 | More information |
perl-test2-bundle-extended | 0.000072 | More information |
cl-queues.priority-queue | 0.0.0-1.47d4da6 | More information |
python2-django-bulk-update | 1.1.10 | More information |
ocaml-gsl | 1.19.3 | More information |
python2-openstackdocstheme | 1.18.1 | More information |
python2-greenlet | 0.4.15 | More information |
python2-django-simple-math-captcha | 1.0.7 | More information |
the-battle-for-wesnoth | 1.14.9 | More information |
battle-tanks | 0.9.8083 | More information |
python2-werkzeug | 0.14.1 | More information |
python2-django-rq | 1.3.1 | More information |
ocaml-typerep | 0.11.0 | More information |
emacs-evil-ediff | 0.0.3-13.eb36c82 | More information |
ocaml-pcre | 7.4.1 | More information |
python2-django-redis | 4.10.0 | More information |
ecl-simple-scanf | 0-1.5048480 | More information |
sbcl-usocket-boot0 | 0.7.1-1.86e7efb | More information |
python2-django-gravatar2 | 1.4.2 | More information |
sbcl-lack-middleware-backtrace | 0.1.0-1.abff8ef | More information |
python2-geventhttpclient | 1.3.1 | More information |
glibc-locales-2.27 | 2.28 | More information |
magit | 2.90.1-2.c761d28 | More information |
sbcl-trivia.cffi | 0.0.0-1.902e0c6 | More information |
ecl-usocket-server | 0.7.1-1.86e7efb | More information |
emacs-cl-generic | 0.3 | More information |
python2-ujson | 1.35 | More information |
emacs-emms-player-simple-mpv | 5.3 | More information |
python2-pytest-bootstrap | 4.4.2 | More information |
groovy-emacs-modes | 2.0 | More information |
sbcl-queues.simple-queue | 0.0.0-1.47d4da6 | More information |
perl-geo-ip | 1.51 | More information |
ocaml-ppx-optcomp | 0.11.0 | More information |
ecl-3bmd-ext-code-blocks | 0.0.0-1.192ea13 | More information |
ocaml-piqi | 0.7.7 | More information |
python2-django-jsonfield | 1.0.3 | 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-gdrivefs | 0.14.9 | More information |
python2-oslo.config | 5.2.0 | More information |
python2-django-contact-form | 1.3 | More information |
cl-lack-component | 0.0.0-1.abff8ef | More information |
python2-gst | 1.16.1 | More information |
python2-django-assets | 0.12 | More information |
python2-graphene | 0.10.2 | More information |
ocaml-ppx-fields-conv | 0.11.0 | More information |
sbcl-lack-component | 0.0.0-1.abff8ef | More information |
ocaml-ppx-js-style | 0.11.0 | More information |
ocaml-gsl | 1.24.0 | More information |
ocaml-ppx-assert | 0.11.0 | More information |
sbcl-prove-asdf | 1.0.0-1.4f9122b | More information |
python2-flask-restful-swagger | 0.19 | More information |
ocaml-uri | 2.2.0 | More information |
fish-fillets-ng | 1.0.1 | More information |
sbcl-ascii-strings | 0-1.5048480 | More information |
python2-netcdf4 | 1.4.2 | More information |
ocaml-ppx-jane | 0.11.0 | More information |
ocaml-ppx-tools | 5.1+4.06.0 | More information |
git-annex-remote-hubic | 0.3.1 | More information |
python-kivy-next | 1.10.1 | More information |
ocaml-js-build-tools | 113.33.06 | More information |
ocaml-ezjsonm | 1.1.0 | More information |
python2-pyopengl | 3.1.0 | More information |
gnome-tweak-tool | 3.32.0 | More information |
cl-fare-quasiquote-extras | 20171130 | More information |
cl-simple-scanf | 0-1.5048480 | More information |
kiki-the-nano-bot | 1.0.2 | More information |
monero-core | 0.15.0.1 | More information |
ocaml-gen | 0.5.2 | More information |
ocaml-jane-street-headers | 0.11.0 | More information |
cl-fprog | 1.0.0-1.7016d1a | More information |
ocaml-core | 0.11.3 | More information |
cl-fare-quasiquote-optima | 20171130 | More information |
cl-usocket-server | 0.7.1-1.86e7efb | More information |
sbcl-lack-middleware-static | 0.1.0-1.abff8ef | More information |
lpd8editor | 0.0.13 | More information |
python2-flask-migrate | 2.0.3 | More information |
cataclysm-dark-days-ahead | 0.D | More information |
python2-ply | 3.10 | More information |
ecl-queues.simple-queue | 0.0.0-1.47d4da6 | More information |
sbcl-iolib.conf | 0.8.3 | More information |
ocaml-ppx-sexp-message | 0.11.0 | More information |
flex | 2.6.1 | More information |
ocaml-ppx-bin-prot | 0.11.1 | More information |
sbcl-cl-cffi-gtk-gdk-pixbuf | 0.11.2-1.29443c5 | More information |
ocaml-ppx-fail | 0.11.0 | More information |
ocaml-spawn | 0.13.0 | More information |
kicad-library | 4.0.7 | More information |
python2-scikit-image | 0.14.2 | More information |
l-abbaye-des-morts | 2.0.1 | More information |
sbcl-periods-series | 0.0.2-1.983d4a5 | More information |
python2-pynvim | 0.3.2 | More information |
python2-parted | 3.11.2 | More information |
sbcl-queues.priority-cqueue | 0.0.0-1.47d4da6 | More information |
python2-django-tagging | 0.4.6 | More information |
sbcl-trivia.level0 | 0.0.0-1.902e0c6 | More information |
sbcl-iolib.common-lisp | 0.8.3 | More information |
mcron2 | 1.1.3 | More information |
sbcl-queues.priority-queue | 0.0.0-1.47d4da6 | More information |
ocaml-utop | 2.4.2 | More information |
cl-lack-request | 0.1.0-1.abff8ef | More information |
livestreamer | 0.14.2 | More information |
ocaml-expect | 0.0.6 | More information |
ocaml-ppx-sexp-conv | 0.11.2 | More information |
python2-django-statici18n | 1.3.0 | More information |
llvm-for-extempore | 3.7.1 | More information |
ocaml-fieldslib | 0.11.0 | More information |
sbcl-graph-dot | 0.0.0-0.78bf9ec | More information |
sbcl-graph-json | 0.0.0-0.78bf9ec | More information |
ocaml-ppx-hash | 0.11.1 | More information |
bbdb | 3.1.2 | More information |
eudev-with-hwdb | 3.2.8 | More information |
sbcl-iolib.base | 0.8.3 | More information |
ocaml-variantslib | 0.11.0 | More information |
cl-lack-middleware-static | 0.1.0-1.abff8ef | More information |
ao-cad | 0-3.6e39254 | More information |
emacs-evil-mu4e | 0.0.3-13.eb36c82 | More information |
ocaml-core-kernel | 0.11.1 | More information |
cl-periods-series | 0.0.2-1.983d4a5 | More information |
sbcl-trivia.balland2006 | 0.0.0-1.902e0c6 | More information |
the-battle-for-wesnoth-server | 1.14.9 | More information |
binutils-static-stripped-tarball | 2.32 | More information |
paredit | 24 | More information |
cl-queues.priority-cqueue | 0.0.0-1.47d4da6 | More information |
ocaml-ppx-bench | 0.11.0 | More information |
python2-flask-httpauth | 3.2.3 | More information |
python2-flask-principal | 0.4.0 | More information |
ecl-queues.simple-cqueue | 0.0.0-1.47d4da6 | More information |
python2-dj-database-url | 0.4.2 | More information |
python2-eventlet | 0.25.1 | More information |
gitlab-runner | 12.6.0 | More information |
pootle | 2.8.2 | More information |
sbcl-trivia.quasiquote | 0.0.0-1.902e0c6 | More information |
python2-pykka | 1.2.1 | More information |
cl-lack-response | 0.1.0-1.abff8ef | More information |
python2-pytest-django | 3.1.2 | More information |
python2-keystoneclient | 1.8.1 | More information |
python2-sge-pygame | 1.5.1 | More information |
cl-fare-quasiquote-readtable | 20171130 | More information |
ecl-fprog | 1.0.0-1.7016d1a | More information |
python2-django-allauth | 0.39.1 | More information |
python2-oslo.context | 2.20.0 | More information |
sbcl-iolib.asdf | 0.8.3 | More information |
ocaml-ppx-here | 0.11.0 | More information |
python2-oslo.serialization | 2.24.0 | More information |
jami-client-gnome | 20191101.3.67671e7 | More information |
pngcrunch | 1.8.13 | More information |
python2-kivy-next | 1.10.1 | More information |
python2-hacking | 1.0.0 | More information |
haskell-mode | 16.1 | More information |
python2-tempest-lib | 1.0.0 | More information |
python2-gevent | 1.3.7 | More information |
ocaml-charinfo-width | 1.1.0 | More information |
python2-mysqlclient | 1.3.13 | More information |
python2-pyarrow | 0.10.0 | More information |
cl-queues.simple-queue | 0.0.0-1.47d4da6 | More information |
ocaml-ppx-sexp-value | 0.11.0 | More information |
sbcl-queues.simple-cqueue | 0.0.0-1.47d4da6 | More information |
python2-pyopengl-accelerate | 3.1.0 | More information |
python-docker-py | 3.7.3 | More information |
portmidi-for-extempore | 217 | More information |
python2-flask-script | 2.0.6 | More information |
cl-queues.simple-cqueue | 0.0.0-1.47d4da6 | More information |
cl-ascii-strings | 0-1.5048480 | More information |
python2-glances | 3.1.1 | More information |
python2-apispec | 0.25.3 | More information |
sbcl-cffi-toolchain | 0.19.0 | More information |
sbcl-lack-util | 0.1.0-1.abff8ef | More information |
python2-oslosphinx | 4.10.0 | More information |
giac-xcas | 1.5.0-85 | More information |
dungeon-crawl-stone-soup-tiles | 0.24.0 | More information |
sbcl-fare-quasiquote-readtable | 20171130 | More information |
emacs-wgrep-helm | 2.3.1 | More information |
git-modes | 1.2.8 | More information |
ocaml-configurator | 0.11.0 | More information |
sbcl-trivia.level2 | 0.0.0-1.902e0c6 | More information |
qtcanvas3d | 5.12.6 | More information |
python2-django | 1.11.25 | More information |
cl-lack-util | 0.1.0-1.abff8ef | More information |
ocaml-compiler-libs | 0.11.0 | More information |
python2-configargparse | 0.14.0 | More information |
stb-image-for-extempore | 0-1.152a250a7 | More information |
ecl-queues.priority-cqueue | 0.0.0-1.47d4da6 | More information |
sbcl-simple-scanf | 0-1.5048480 | More information |
ocaml-ppx-enumerate | 0.11.1 | More information |
sbcl-iolib.grovel | 0.8.3 | More information |
the-legend-of-edgar | 1.32 | More information |
ocaml-ppx-inline-test | 0.12.0 | More information |
guile2.0-guix | 1.0.1-10.41b4b71 | More information |
ocaml-ppx-custom-printf | 0.11.0 | More information |
ocaml-ppx-base | 0.11.0 | More information |
glibc-utf8-locales-2.27 | 2.28 | More information |
python2-django-contrib-comments | 1.8.0 | More information |
ocaml-piqilib | 0.6.15 | More information |
sbcl-cl-cffi-gtk-glib | 0.11.2-1.29443c5 | More information |
python2-gitpython | 2.1.11 | More information |
sbcl-cl-cffi-gtk-gio | 0.11.2-1.29443c5 | More information |
cl-syntax-annot | 0.0.3 | More information |
sbcl-cl-syntax-annot | 0.0.3 | More information |
python2-bandit | 1.4.0 | More information |
sbcl-cl-cffi-gtk-cairo | 0.11.2-1.29443c5 | More information |
sbcl-cffi-libffi | 0.19.0 | More information |
cl-3bmd-ext-code-blocks | 0.0.0-1.192ea13 | More information |
newsbeuter | 2.13 | More information |
maven-core | 3.6.1 | More information |
cl-prove-asdf | 1.0.0-1.4f9122b | More information |
dungeon-crawl-stone-soup | 0.24.0 | More information |
cl-lack-middleware-backtrace | 0.1.0-1.abff8ef | More information |
python2-lmdb | 0.95 | More information |
python2-hy | 0.17.0 | More information |
ocaml-ppx-compare | 0.11.1 | More information |
python2-reno | 2.7.0 | More information |
sbcl-trivia.level1 | 0.0.0-1.902e0c6 | More information |
python2-conda | 4.3.16 | More information |
deeptools | 3.1.3 | More information |
sbcl-cl-cffi-gtk-pango | 0.11.2-1.29443c5 | More information |
avr-binutils | 2.32 | More information |
python2-swiftclient | 2.6.0 | More information |
ocaml-stdio | 0.11.0 | More information |
python2-sphinx | 1.7.7 | More information |
project-starfighter | 2.0.0.3 | More information |
php-with-bcmath | 7.4.1 | More information |
python2-debian | 0.1.36 | More information |
boost-python3 | 1.70.0 | More information |
emacs-seq | 2.20 | More information |
ecl-prove-asdf | 1.0.0-1.4f9122b | More information |
ocaml-splittable-random | 0.11.0 | More information |
python2-oslo.utils | 3.36.2 | More information |
ocaml-ppx-optional | 0.11.0 | More information |
ocaml-sqlite3 | 4.4.1 | More information |
geiser | 0.10 | More information |
python2-gitdb | 2.0.4 | More information |
python2-pywavelets | 1.0.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 | |
python2-imagesize | |
sbcl-cl-str |
|
stapler | |
kodi | |
r-acet | |
xl2tpd | |
lxqt-qtplugin | |
python-redis | |
python2-libarchive-c | |
xfce4-genmon-plugin | |
r-mgcv | |
guile-readline | |
python2-pycodestyle | |
r-systemfonts | |
blast+ | |
texlive-latex-pstool | |
iso-codes | |
python-socksipychain | |
r-openssl | |
r-preprocesscore | |
stb-image | |
libvpx | |
fenics-dolfin |
|
emacs-ebuild-mode | |
r-copynumber | |
texlive-hyphen-galician | |
dune-common | |
python2-tabulate | |
gzdoom | |
gnu-efi | |
python2-flask | |
java-commons-lang3 | |
nagios | |
r-proxy | |
boost-signals2 | |
r-tiff | |
abc |
|
librepcb | |
s6 | |
gwl | |
roffit |
|
texlive-latex-babel | |
python-tinycss2 | |
emacs-use-package | |
texlive-latex-wrapfig | |
gphoto2 | |
python2-shapely |
|
perl-io-socket-ip | |
r-argparse | |
r-biocset | |
r-sys | |
starlong | |
r-usethis | |
font-alias | |
ocaml-ocurl | |
r-emmeans | |
go-github-com-gogo-protobuf | |
r-protviz | |
balsa | |
gnucash | |
texlive-latex-fancybox | |
guile3.0-sqlite3 | |
r-flexdashboard | |
grilo | |
python-html5lib | |
python2-s3transfer | |
texlive-latex-galois | |
texlive-latex-cmap | |
python-pygenometracks | |
letsencrypt | |
emacs-reformatter | |
krunner | |
tbb | |
python | |
texlive-hyphen-uppersorbian | |
inxi-minimal | |
deutex | |
gst-libav | |
synthv1 | |
gnome-clocks | |
libva | |
emacs-diff-hl | |
r-affycontam | |
python2-pytest-runner | |
r-renv | |
ruby-pdf-reader | |
r-irkernel | |
httpstat | |
r-broom | |
zsh | |
python-django-override-storage | |
kaldi-gstreamer-server |
|
emacs-emms | |
python2-pyparsing | |
r-delayedmatrixstats | |
r-modeltools | |
tigervnc-server | |
python-fenics-ffc |
|
handbrake | |
r-forcats | |
kollision | |
kcompletion | |
pjproject | |
librime | |
nautilus | |
python-notmuch | |
arm-trusted-firmware-rk3328 | |
qemu | |
python-sge-pygame | |
ncdu | |
libdca | |
r-dose | |
tryton | |
dbacl | |
ungoogled-chromium |
|
java-jsonp-api | |
python2-sympy | |
datamash | |
python-pandocfilters | |
cl-nibbles |
|
python-protobuf | |
s6-dns | |
python2-editor | |
texlive-hyphen-icelandic | |
ruby-nokogiri | |
texlive-hyphen-catalan | |
sbcl-trivia |
|
miniupnpc |
|
r-fda | |
cl-portable-threads |
|
mate-common | |
texlive-hyphen-finnish | |
keepalived | |
texlive-latex-titlesec | |
sane-backends-minimal | |
libphidget |
|
guile2.0-git | |
u-boot-vexpress-ca9x4 | |
texlive-etoolbox | |
r-colourpicker | |
python-typing-extensions | |
hexchat | |
gsm | |
magic-wormhole | |
boost-static | |
r-scater | |
emacs-helm-system-packages |
|
texlive-hyphen-bulgarian | |
kreversi | |
r-polspline | |
deluge | |
r-flowstats | |
kdbusaddons | |
r-dt | |
python-pycairo | |
emacs-ansi |
|
r-genomation | |
wavpack | |
python-multidict | |
r-riboprofiling | |
texlive-hyphen-slovenian | |
r-assertive | |
r-msnbase | |
cl-slime-swank | |
python-markdown | |
python-mysqlclient | |
xfburn | |
perl-catalyst-plugin-configloader | |
xkeyboard-config | |
pam-mount | |
linbox | |
r-rsvg | |
python-datrie | |
varnish-modules | |
python-pyflakes | |
r-limma | |
xfce4-pulseaudio-plugin | |
emacs-leaf | |
r-threejs | |
python-minimal-wrapper | |
python-django-extensions | |
python2-redis | |
python-scandir | |
ninja | |
r-import | |
gnome-terminal | |
libtermkey | |
r-vcd | |
libmatemixer | |
moreutils | |
emacs-org-ql | |
dealii-openmpi | |
texlive-latex-draftwatermark | |
jamm | |
r-methylumi | |
sambamba | |
python-parso | |
minetest | |
r-bacon | |
r-mime | |
texlive-hyphen-georgian | |
emacs-logview | |
konquest | |
python-mailmanclient | |
libqtxdg | |
xfce4-session | |
r-depecher | |
python-xsge |
|
sbcl-cl-ppcre-unicode | |
python2-zope-schema | |
usbmuxd | |
r-abseqr | |
usbutils | |
python-pytest-sugar | |
texlive-hyphen-serbian | |
emacs-lsp-ivy |
|
python-pyside-2 |
|
gap | |
emacs-org-ref |
|
python-cheetah | |
r-affy | |
benchmark | |
r-extradistr | |
gnome-keyring | |
lxqt-notificationd | |
ghostscript | |
libmirage | |
opusfile | |
texlive-generic-unicode-data | |
maven-settings | |
r-annotationhub | |
python-contextlib2 |
|
python2-xlib | |
file-roller | |
qtconnectivity | |
emacs-sparql-mode | |
python-gdal | |
appstream-glib | |
python2-packaging | |
vpnc-scripts |
|
meld | |
python2-soupsieve | |
python-mpmath | |
r-flowworkspace | |
guile-squee |
|
r-ncdfflow | |
cl-flexi-streams | |
chafa | |
mypaint-brushes | |
u-boot-novena | |
r-chipseq | |
python-passlib | |
java-bouncycastle | |
edi | |
thunar | |
glibmm | |
audiocd-kio | |
r-purrr | |
texlive-hyphen-piedmontese | |
ecl-alexandria |
|
xvid | |
totem-pl-parser | |
oath-toolkit | |
protobuf-c | |
r-yapsa | |
python2-pycryptodome | |
spiped | |
emacs-ghub |
|
ocaml-mccs | |
vhba-module | |
xbanish | |
plasma-framework | |
texlive-times | |
gmp | |
python-invoke | |
guile-gcrypt | |
wv | |
emacs-magit |
|
iperf | |
emacs-counsel-projectile | |
python2-dateutil | |
minimap2 | |
youtube-dl |
|
r-cicero | |
r-htmlwidgets | |
ephemeralpg | |
gnome-control-center | |
libinput | |
emacs-visual-regexp | |
ruby-method-source | |
perl-cpanel-json-xs | |
go-github-com-gorilla-mux |
|
light | |
emacs-datetime | |
ruby-asciidoctor | |
r-rootsolve | |
java-ngs | |
angband | |
xpra | |
python-coverage | |
readline | |
spdlog | |
ilmbase | |
guile-simple-zmq |
|
r-deseq | |
awscli | |
brotli |
|
r-openxlsx | |
r-rmysql | |
python2-natsort | |
vim | |
gnunet-gtk | |
qtcharts | |
qtx11extras | |
python-flask-migrate | |
cl-closer-mop |
|
coreutils | |
r-bdsmatrix | |
kdeclarative | |
nginx | |
soundtouch | |
tintin++ | |
emacs-erc-image |
|
r-doby | |
unbound | |
pzstd | |
zita-alsa-pcmi | |
r-bioccheck | |
cogl | |
python-zope-proxy | |
r-rcistarget | |
ecl-cl-ppcre | |
radare2 | |
python2-requests-mock | |
dejagnu | |
kcalendarcore | |
r-calibrate | |
python2-jsonschema | |
go-github-com-prometheus-node-exporter |
|
r-tidygraph | |
weasyprint | |
r-spatialextremes | |
python-dbus | |
noweb | |
r-bigpint | |
python-zope-component | |
sbcl-trivial-cltl2 |
|
cl-trivial-cltl2 |
|
python-pycodestyle | |
ghostscript-with-cups | |
ffmpegthumbs | |
texlive-hyphen-swedish | |
klavaro | |
r-birta | |
emacs-helm-org-contacts |
|
sbcl-cl-webkit |
|
r-fithic | |
gl2ps | |
emacs-racket-mode |
|
libnet | |
wxwidgets-gtk2 | |
pagekite |
|
gst-plugins-bad | |
r-lmtest | |
xfce4-statusnotifier-plugin | |
r-zip | |
r-shinyjs | |
python2-sqlparse | |
guile-gi | |
r-singlecellexperiment | |
kate | |
python-feather-format | |
opensmtpd | |
emacs-flycheck-grammalecte | |
python-mwclient | |
python-ujson | |
r-statnet-common | |
supertux | |
knotifyconfig | |
libepoxy | |
zathura-pdf-poppler | |
texlive-fonts-amsfonts | |
lmdb | |
python2-ttystatus | |
python-glances | |
kdelibs4support | |
libqmatrixclient | |
opensc | |
emacs-org-reveal |
|
r-huge | |
minisign | |
r-lintr | |
glade | |
gnutls-dane | |
r-hardyweinberg | |
python2-attrs | |
r-ks | |
cl-ptester |
|
rsibreak | |
desktop-file-utils | |
kimageformats | |
r-timeseriesexperiment | |
kapman | |
gnome-calendar | |
evolution-data-server | |
ifuse | |
r-mvabund | |
ruby | |
emacs-org | |
librsvg | |
perl-dbix-class | |
libzip | |
bomber | |
r-biovizbase | |
mcelog | |
cutter | |
perl-net-dns | |
amtk | |
r-gosemsim | |
texlive-latex-eepic | |
guile3.0-bytestructures | |
ebtables | |
r-graphlayouts | |
guile2.0-ssh | |
quakespasm | |
texlive-latex-dinbrief | |
r-extremes | |
hiawatha | |
font-misc-ethiopic | |
r-arrmnormalization | |
fmit | |
ocaml-lwt | |
guile-semver | |
emacs-lua-mode |
|
gimp | |
emacs-cider | |
fabric | |
ocaml-logs | |
breeze-icons | |
libstatgrab | |
gcc-toolchain | |
python-apache-libcloud | |
emacs-esup |
|
python-paramiko | |
simplescreenrecorder | |
sqlite-with-column-metadata | |
python2-orator | |
perl-role-tiny | |
emacs-ivy-rich |
|
r-adegenet | |
python-pluggy | |
emacs-helm-org |
|
emacs-browse-at-remote | |
go-github-com-oschwald-maxminddb-golang |
|
editorconfig-core-c | |
picmi | |
python2-babel | |
xtl | |
r-biocor | |
r-hpar | |
ant-junit | |
python-folium | |
r-effectsize | |
r-biocgenerics | |
libgme | |
emacs-transient |
|
texlive-latex-koma-script | |
python-pexpect | |
ruby-yard | |
r-sn | |
r-txtplot | |
python2-reportlab | |
emacs-clojure-mode | |
kmag | |
cryptsetup | |
kcachegrind | |
freeorion | |
openh264 | |
ant | |
texlive-hyphen-indonesian | |
python-fenics-ufl | |
cloc | |
mcron | |
go-github-com-stretchr-testify |
|
perl-ipc-system-simple | |
emacs-evil-collection |
|
bitcoin-core | |
r-vim | |
hurd-minimal |
|
r-cghcall | |
emacs-relint | |
cl-iterate | |
netcat-openbsd | |
r-bifet | |
r-ggcyto | |
r-sjlabelled | |
r-distillery | |
glibc-utf8-locales | |
netcdf-fortran | |
redkite | |
qtpass | |
wayland-protocols | |
cl-local-time |
|
perl-class-c3 | |
knot | |
mozjs | |
emacs-xwidgets | |
pango | |
libkcompactdisc | |
texlive-latex-xcolor | |
r-biocviews | |
texlive-hyphen-armenian | |
kcontacts | |
font-fira-code | |
emacs-mmm-mode | |
mate-calc | |
cl-serapeum |
|
r-mosaiccore | |
r-pscl | |
python-dj-database-url | |
r-experimenthub | |
lapack | |
r-multiassayexperiment | |
noise-repellent | |
texlive-latex-natbib | |
emacs-transmission | |
python2-lxml | |
python-django-contrib-comments | |
kdiamond | |
deja-dup | |
r-fitdistrplus | |
totem | |
r-massspecwavelet | |
kded | |
nauty | |
texlive-beamer | |
chocolate-doom | |
python-certifi | |
sbcl | |
netcdf | |
liburcu | |
libsigrok | |
cpuid | |
r-ade4 | |
ocaml-bisect-ppx | |
r-zfpkm | |
python2-parso | |
r-lavaan | |
util-linux | |
kgoldrunner | |
python2-certifi | |
emacs-slack |
|
dnsmasq | |
r-rrcov | |
seabios | |
emacs-org-make-toc | |
cl-trivial-features |
|
kio | |
cppcheck | |
r-variantfiltering | |
r-rgadem | |
editorconfig-vim | |
f3 | |
r-hdf5array | |
python-urllib3 | |
aqbanking |
|
orcus | |
maven-shared-utils | |
r-ps | |
python-shellingham | |
r-inspect | |
texlive-latex-expdlist | |
python-acme | |
python-fenics-dijitso | |
s6-portable-utils | |
libcss | |
perl-image-exiftool | |
urlscan | |
ghc-yesod-persistent | |
emacs-evil-surround | |
coreutils-minimal | |
texlive-hyphen-german | |
geany | |
python-numba | |
exo | |
python-pyfakefs | |
r-rgooglemaps | |
texlive-context-base | |
texlive-latex-eso-pic | |
ghc-persistent | |
sonnet | |
python-axolotl | |
emacs-polymode | |
python-zope-location | |
vis | |
python-xapian-bindings | |
archivemount | |
sbcl-simple-parallel-tasks |
|
coq-gappa | |
qtmultimedia | |
r-abtest | |
sbcl-bordeaux-threads |
|
inxi | |
gnome-screenshot | |
python2-css-parser | |
texlive-latex-fancyvrb | |
python-zipp | |
ocaml-parsexp | |
windowmaker | |
r-mlinterfaces | |
emacs-ob-restclient |
|
tremc |
|
r-epi | |
emacs-with-editor | |
r-repr | |
ocaml-migrate-parsetree | |
r-sgseq | |
emacs-geiser | |
octave | |
xapian | |
hpcguix-web |
|
kauth | |
xfce | |
gcompris-qt | |
tadbit | |
libgc-back-pointers | |
lxqt-connman-applet |
|
libexif | |
patchwork | |
shotwell | |
libmicrodns | |
libmpdclient | |
neofetch | |
ruby-mocha | |
r-rhdf5 | |
libpipeline | |
ecl-nibbles |
|
emacs-bbdb | |
nlohmann-json-cpp | |
r-directlabels |
|
python2-zope-exceptions | |
python-flake8 | |
texlive-bibtex | |
python-cookiecutter | |
python-django-contact-form | |
texlive-latex-g-brief | |
r-chron | |
texlive-latex-tabulary | |
python-llvmlite | |
python-django-debug-toolbar | |
xfce4-clipman-plugin | |
alsa-modular-synth | |
lxqt-themes | |
liblangtag | |
texlive-latex-doi | |
r-rsqlite | |
r-heatmaply | |
emacs-dash | |
geocode-glib | |
vala | |
r-linnorm | |
python2-pysnptools | |
python2-pycurl | |
kfourinline | |
emacs-highlight-escape-sequences |
|
orc | |
coq-mathcomp | |
python2-docutils | |
r-actigraphy | |
php | |
r-httr | |
ungoogled-chromium-wayland |
|
ruby-cucumber-expressions | |
r-annotationfuncs | |
texlive-latex-environ | |
texlive-latex-varwidth | |
cqfd | |
monero-gui | |
slurp | |
libuninameslist | |
u-boot-firefly-rk3399 | |
googletest | |
r-cobs | |
cl-str |
|
ruby-rubocop | |
python2-pyfakefs | |
ruby-rdoc | |
s6-rc | |
r-yarn | |
libconfuse | |
harfbuzz | |
guile2.0-sqlite3 | |
hurd-core-headers |
|
signify | |
emacs-frog-menu |
|
java-tomcat | |
python-dask | |
pd | |
emacs-minimal | |
perl-json-maybexs | |
sbcl-cl-ppcre | |
mg | |
xmlsec-nss | |
ptpython2 | |
python-pastedeploy | |
fmt | |
python-imagesize | |
pencil2d | |
r-expm | |
dtc | |
thermald | |
entr | |
liblo | |
notmuch | |
python-cleo | |
obs | |
r-bioccasestudies | |
superlu-dist | |
texlive-hyphen-mongolian | |
r-seqpattern | |
python2-autopep8 | |
python2-graphviz | |
orca | |
python2-odfpy | |
python-docutils | |
texlive-latexconfig | |
r-shinyfiles | |
emacs-wgrep | |
r-wavcluster | |
lvm2 | |
python-apsw | |
help2man | |
lxqt | |
maven-wagon-provider-api | |
python-proteus | |
sg3-utils | |
libcap | |
perl-list-moreutils-xs | |
emacs-graphviz-dot-mode |
|
libgee | |
drumkv1 | |
texlive-generic-tex-ini-files | |
xonsh | |
serd | |
ocaml | |
r-readr | |
gn |
|
mate-utils | |
mplayer | |
sbcl-slynk |
|
r-harmony |
|
bs1770gain | |
par2cmdline | |
python-jsonrpc-server | |
emacs-stream |
|
texlive-latex-threeparttable | |
ledger | |
r-seqinr | |
openal | |
r-tmb | |
r-affxparser | |
ocaml-tsdl | |
r-gqtlstats | |
weechat | |
python2-alembic | |
r-boot | |
nsd | |
maven-wagon-http-shared | |
gperftools | |
libxkbcommon | |
r-ggrepel | |
libcxx | |
python2-mako | |
font-fantasque-sans | |
lightdm-gtk-greeter | |
xkbcomp | |
python-robotframework-lint |
|
r-weights | |
sane-backends | |
r-xbseq | |
binutils-gold | |
r-methylkit | |
hubbub | |
fping | |
r-gbm | |
impressive | |
guitarix-lv2 | |
zabbix-server | |
emacs-elisp-demos |
|
wxwidgets | |
r-ldheatmap | |
fontforge | |
r-edger | |
python-shiboken-2 |
|
xfce4-cpufreq-plugin | |
rsnapshot | |
xfconf | |
tmate | |
python2-pyrsistent | |
luakit | |
r-pillar | |
r-quantmod | |
mingw-w64-x86_64-winpthreads | |
arcanist |
|
popt | |
r-bicare | |
pluma | |
python-flask-babel | |
r-rmpfr | |
ecl-lzlib |
|
openssh | |
r-a4preproc | |
network-manager-openvpn | |
utf8proc | |
sbcl-next |
|
emacs-parsebib | |
jupyter-guile-kernel |
|
go-github-com-emicklei-go-restful |
|
xf86-video-sis | |
edirect |
|
r-bgmix | |
c-ares | |
emacs-projectile | |
ecl-trivial-gray-streams |
|
r-fftwtools | |
libselinux | |
ecasound | |
r-rjava | |
burp | |
sbcl-cl-unicode |
|
python-flask | |
emacs-mixed-pitch |
|
r-lubridate | |
python-falcon | |
zam-plugins | |
opam | |
perl-file-find-object | |
vc-dwim | |
python2-axolotl | |
texlive-hyphen-turkmen | |
elogind | |
python-botocore | |
crypto++ | |
emacs-evil | |
ghc | |
texlive-latex-polyglossia | |
kblocks | |
delft-icon-theme | |
libssh | |
r-np | |
linux-libre-arm-veyron | |
osip | |
python-next | |
python2-uritemplate | |
gedit | |
python-prompt-toolkit | |
r-ggstance | |
r-optparse | |
pulsemixer | |
texlive-fonts-cm-super | |
python-loompy | |
subversion | |
kdoctools | |
bash | |
nftables | |
feh | |
python-scikit-image | |
r-genomicalignments | |
gegl | |
python2-cairocffi | |
texlive-latex-wasysym | |
python-cssselect | |
libimobiledevice | |
sbcl-babel |
|
r-poibin | |
nml | |
knewstuff | |
r-pbapply | |
upx | |
mupdf | |
cl-eos |
|
texlive-hyphen-romanian | |
wlroots | |
mate-media | |
python2-wheel | |
cl-ppcre | |
r-bioconcotk | |
innoextract | |
python-asn1crypto | |
r-arm | |
r-rocr | |
enchant | |
java-openmpi | |
libopenshot | |
perl-lwp-mediatypes | |
r-httpuv | |
qttools | |
kwayland | |
pspp | |
emacs-bongo | |
ktexteditor | |
zathura | |
python-geventhttpclient | |
emacs-solarized-theme | |
csound | |
r-minimal | |
emacs-ledger-mode |
|
go-github-com-mattn-go-isatty | |
r-reshape2 | |
emacs-org-caldav |
|
connman | |
r-sandwich | |
kunitconversion | |
openshot | |
exiv2 | |
wayland | |
libreoffice | |
texlive-fonts-knuth-lib | |
kcoreaddons | |
guile2.0-json | |
go | |
lxqt-session | |
qtremoteobjects | |
r-msigdbr | |
i2pd | |
texlive-fontname | |
mafft | |
perl-pod-simple | |
r-biocpkgtools | |
font-comic-neue | |
python-pytest-flake8 | |
postgresql | |
lttoolbox | |
r-jsonlite | |
inkscape | |
python2-peewee | |
gdb-arm-none-eabi | |
r-lpsymphony | |
perl-http-date | |
r-bookdown | |
r-nlme | |
python-joblib | |
cl-iolib |
|
python-axolotl-curve25519 |
|
r-sigpathway | |
r-cubature | |
wmbattery | |
emacs-hy-mode | |
texlive-mflogo-font | |
mtr | |
python-attrs-bootstrap | |
texlive-latex-url | |
r-generics | |
u-boot-a20-olinuxino-lime2 | |
sigrok-firmware-fx2lafw | |
postgis | |
ghc-distributive | |
texlive-ukrhyph | |
texlive-hyphen-welsh | |
gst-plugins-good | |
cl-octet-streams | |
uhttpmock | |
lz4 | |
sysstat | |
kapidox | |
r-class | |
git | |
python2-bleach | |
python-stdnum | |
texlive-generic-epsf | |
r-globals | |
arm-trusted-firmware-rk3399 | |
mcrl2-minimal | |
nim | |
emacs-doom-themes |
|
r-xml2 | |
libgit2 | |
r-imager | |
r-sysfonts | |
r-organismdbi | |
catch2 | |
ecl-ironclad | |
lxqt-admin | |
man-pages | |
inotify-tools | |
r-survey | |
lxqt-policykit | |
r-genomicinteractions | |
nginx-documentation | |
libevdev | |
r-hexbin | |
emacs-sly |
|
r-oligo | |
at-spi2-core | |
gnome-online-accounts | |
emacs-yasnippet-snippets |
|
r-scone | |
hdparm | |
gptfdisk | |
python2-pycairo | |
pigx-scrnaseq | |
lxrandr | |
python-humanfriendly | |
r-scales | |
seqmagick | |
python-file | |
python-keyring | |
kyotocabinet | |
python-ply | |
texlive-latex-preview | |
r-sna | |
emacs-csv-mode | |
texlive-hyphen-friulan | |
python2-scandir | |
python2-tqdm | |
texlive-latex-filemod | |
r-diversitree | |
emacs-helm | |
r-lifecycle | |
python-oslotest | |
java-httpcomponents-httpclient | |
mbedtls-apache | |
python-minimal | |
maven-wagon-tck-http | |
python-sphinxcontrib-htmlhelp | |
xxhash | |
r-rcppgsl | |
fenics |
|
signing-party | |
geos | |
r-ibdreg | |
python-dirsync | |
python-duniterpy | |
go-golang-org-x-crypto |
|
python-s3transfer | |
r-abjutils | |
rng-tools | |
lxqt-config | |
libnsbmp | |
docbook-xml | |
r-r-methodss3 | |
texlive-tex-plain | |
r-ggraph | |
r-atacseqqc | |
python2-cloudpickle | |
texlive-latex-anysize | |
kwidgetsaddons | |
r-biocgraph | |
calibre | |
r-a4 | |
python-fonttools | |
r-ebseq | |
s6-linux-init | |
toybox | |
texlive-cm-super | |
texlive-graphics-cfg | |
qtquickcontrols2 | |
maxima | |
kdewebkit | |
python-anndata | |
perl-test-utf8 | |
emacs-find-file-in-project | |
ocaml-result | |
gnome-settings-daemon | |
libgphoto2 | |
libnsutils | |
libjpeg-turbo | |
zutils | |
r-cairo | |
guile-persist |
|
offlineimap | |
qqc2-desktop-style | |
tor | |
hangups | |
ed | |
eternalterminal | |
font-abattis-cantarell | |
nomad |
|
zathura-pdf-mupdf | |
python-gridmap | |
r-crosstalk | |
mate-terminal | |
texlive-fonts-lm | |
qtwebglplugin | |
openrct2 | |
ncurses |
|
kinit | |
python-fenics-fiat | |
tuxguitar | |
python-jedi | |
easyrpg-player | |
khard | |
pioneer | |
python2-hypothesis | |
enlightenment | |
r-reticulate | |
singular | |
r-motifrg | |
r-furrr | |
giac | |
python-gitpython | |
python-pynvim | |
btrfs-progs-static | |
r-biocfilecache | |
emacs-exwm | |
r-lhs | |
mpv | |
libaacs | |
u-boot-cubieboard | |
r-plyr | |
ruby-ffi | |
evisum | |
efl | |
r-shiny | |
guile3.0-gcrypt | |
sdl2-image | |
python-django-filter | |
python-robotframework | |
python-simplejson | |
python-django-jinja | |
guile3.0-git | |
granatier | |
libsass | |
r-affyio | |
ruby-unf-ext | |
python2-h5py | |
pwsafe | |
emacs-zones |
|
python-parameterized | |
python-tabulate | |
python-podcastparser | |
proteinortho | |
r-mutationalpatterns | |
r-tidyr | |
r-biocversion | |
aircrack-ng | |
gstreamer | |
bennu-game-development-modules | |
emacs-doom-modeline | |
elixir | |
bridge-utils | |
guile-config | |
darktable | |
sbcl-kmrcl |
|
texlive-latex-changepage | |
harmonist-tk | |
glibc-locales | |
python-base58 | |
python-sphinx-intl | |
python2-pytest-cov | |
python2-efl | |
python-networkx | |
emacs-dockerfile-mode |
|
r-promises | |
lxtask | |
go-github-com-marten-seemann-qtls | |
r-compositions | |
r-ggvis | |
vulkan-loader | |
maven-settings-builder | |
emacs-which-key | |
xcb-proto | |
texlive-metapost | |
hydrogen |
|
khtml | |
f2fs-tools | |
r-gower | |
atk | |
zfs | |
python2-backports-functools-lru-cache | |
llvm | |
python-subunit-bootstrap | |
r-abaenrichment | |
r-europepmc | |
gobject-introspection | |
cl-dexador |
|
texlive-latex-amscls | |
go-github-com-certifi-gocertifi |
|
tracker-miners | |
r-rhtslib | |
emacs-helm-swoop | |
diamond | |
texlive-latex-acronym | |
purpose | |
texlive-latex-ms | |
java-eclipse-sisu-inject | |
texlive-latex-ocgx2 | |
python2-pympler | |
at-spi2-atk | |
youtube-viewer | |
btrfs-progs | |
python2-publicsuffix2 |
|
sdl2 | |
python-audioread | |
font-ibm-plex | |
maven-wagon-provider-test | |
ecl-closer-mop |
|
supertuxkart | |
r-rcpparmadillo |
|
python-orator | |
nethack | |
r-gamlss-dist | |
octave-cli | |
links | |
emacs-helm-projectile |
|
ghc-persistent-sqlite | |
python-language-server | |
re2c | |
python2-pyyaml | |
r-ggeffects | |
libdazzle | |
r-pkgload | |
vulkan-headers | |
blender | |
perl-moox-handlesvia | |
ruby-rake | |
openscenegraph | |
ruby-aruba | |
mumble | |
go-github-com-petermattis-goid |
|
python-aiohttp | |
htslib | |
texlive-hyphen-spanish | |
python-hypothesis | |
r-digest | |
lbzip2 |
|
git-minimal | |
r-iso | |
poppler | |
texlive-hyphen-czech | |
kdesu | |
emacs-erc-hl-nicks | |
cfitsio | |
libomp | |
r-d3r | |
python2-attrs-bootstrap | |
polari | |
mate-applets | |
r-iclusterplus | |
emacs-magit-svn |
|
python-hy | |
python-attrs | |
r-caret | |
r-ebarrays | |
r-biodist | |
r-gtools | |
nano | |
premake |
|
lchat |
|
r-ruvseq | |
devhelp | |
console-setup | |
python2-pep8 | |
gtk+ | |
python2-orderedmultidict | |
qtgamepad | |
libostree | |
json-c | |
python2-pluggy | |
r-flowclust | |
chess | |
r-pwr | |
python-pyside-2-tools |
|
libproxy | |
gdb | |
opari2 | |
python-cython | |
python2-llfuse | |
emacs-adaptive-wrap | |
r-reactomepa | |
node | |
python-django-gravatar2 | |
next |
|
r-showtextdb | |
r-tseries | |
python2-patsy | |
python-requests | |
python2-xenon | |
acpi-call-linux-module | |
texlive-latex-eukdate | |
mpfrcx | |
xxd | |
guile-reader | |
python-scikit-learn | |
wireless-regdb |
|
espeak-ng | |
apfs-fuse |
|
r-rngwell | |
emacs-zenburn-theme | |
claws-mail | |
emacs-extempore-mode |
|
lua-luv | |
ngircd | |
r-idpmisc | |
po4a | |
arb | |
qtspeech | |
emacs-ample-regexps |
|
python-wheel | |
gnome-mpv | |
multipath-tools | |
texlive-iftex | |
python-pyopenssl | |
delly | |
r-biosigner | |
kamoso | |
python2-apsw | |
r-affycoretools | |
sbcl-iterate | |
odamex | |
python-pip | |
cwm | |
emacs-ace-window |
|
grammalecte | |
pcsc-lite | |
python-trytond-country | |
libgweather | |
python-libmpsse | |
python-pytest-timeout | |
vim-full | |
procps | |
kconfigwidgets | |
dia |
|
python-black | |
r-gamlss | |
texlive-hyphen-russian | |
cl-base64 |
|
libring |
|
python-zope-schema | |
gd | |
python-twine | |
r-gplots | |
emacs-helm-bibtex |
|
libosmium | |
glslang | |
dealii | |
marisa | |
python-django-rq | |
android-udev-rules | |
emacs-edit-indirect | |
augeas | |
python2-wcwidth | |
r-dplyr | |
mingw-w64-i686 | |
r-assertr | |
matio | |
texlive-generic-babel-english | |
sbcl-stumpwm-with-slynk | |
r-s4vectors | |
wine64-staging | |
guile-picture-language |
|
python-libarchive-c | |
linux-libre | |
r-diffbind | |
mako | |
mpg123 | |
r-complexheatmap | |
hwloc | |
livemedia-utils |
|
ddcutil | |
texlive-latex-bigfoot | |
ruby-pdf-inspector |
|
micropython | |
texlive-dehyph-exptl | |
r-genie3 | |
zathura-djvu | |
r-plotly | |
texlive-hyphen-afrikaans | |
python-freezegun | |
fastahack |
|
progress | |
r-somaticsignatures | |
mousepad | |
libzen | |
python2-sip | |
taxtastic | |
supercollider | |
escpr | |
patchelf | |
python-pytest-django | |
libqmi | |
busybox | |
nfs-utils | |
texlive-fonts-mflogo-font | |
perl-digest-md5 | |
texlive-tex-ini-files | |
libgpg-error | |
cl-simple-parallel-tasks |
|
u-boot-puma-rk3399 | |
qterminal | |
duperemove | |
r-ggplot2 | |
u-boot-pine64-lts | |
python-flask-restful | |
emacs-dimmer | |
qemu-minimal | |
khal | |
r-remotes | |
python2-libmpsse | |
vdpauinfo | |
cl-kmrcl |
|
r-nonnest2 | |
spirv-headers | |
newsboat | |
r-unifiedwmwqpcr | |
mpfi | |
python2-netifaces | |
texlive-pstool | |
python2-pathlib2 | |
sbcl-cl-containers |
|
ecl-chanl |
|
bubblewrap | |
cl-stumpwm | |
wgetpaste | |
vimb | |
pdfpc | |
python-importlib-metadata | |
python-pytest-xdist | |
texlive-graphics-def | |
r-gseabase | |
python2-pydot | |
ruby-listen | |
python-babel | |
r-genomicfiles | |
kwallet | |
reaver | |
baloo | |
fprintd | |
python-libxml2 | |
slop | |
kplotting | |
mate-power-manager | |
r-quasr | |
texlive-xypic | |
gnupg | |
python-pastel | |
liblxqt | |
perl-ev | |
icestorm |
|
lxqt-panel | |
texlive-latex-needspace | |
go-github-com-whyrusleeping-gx-util | |
python-pyparsing | |
r-robustbase | |
r-erma | |
r-processx | |
geonkick | |
kolf | |
eolie | |
gnome-backgrounds | |
r-bamsignals | |
texlive-palatino | |
sratom | |
python2-pytzdata | |
xfce4-taskmanager | |
express | |
kwindowsystem | |
emacs-orgalist | |
oil-shell | |
toot | |
python2-pyicu | |
python-lmdb | |
r-rcas | |
whois | |
texlive-charter | |
ocaml-tyxml | |
r-clue | |
libseccomp | |
emacs-restclient |
|
python-flask-wtf | |
kblackbox | |
st | |
osm2pgsql | |
libntlm | |
icecat |
|
smartmontools | |
poppler-qt4 | |
python-html2text | |
r-showtext | |
python2-six | |
r-umap | |
dfu-util | |
nudoku | |
python2-mutagen | |
vcflib |
|
gajim | |
r-spatial | |
r-rtracklayer | |
openexr | |
gcr | |
python-nose2 | |
clamav | |
texlive-latex-psnfss | |
can-utils |
|
r-hitc | |
r-getoptlong | |
libinput-minimal | |
lua5.1-luv | |
r-blockmodeling | |
python-graphviz | |
python-configparser | |
boinc-client | |
r-manipulatewidget | |
emacs-oauth2 | |
emacs-evil-org |
|
libupnp | |
emacs-tuareg |
|
bap | |
cpupower | |
guile-sdl2 | |
diction | |
python2-six-bootstrap | |
freeciv | |
texlive-metafont-base | |
warzone2100 | |
python-license-expression | |
python2 | |
curl | |
emacs-ts |
|
python2-ipywidgets | |
cl-named-readtables |
|
krita | |
sbcl-rt |
|
openjdk | |
r-ioniser | |
ecl-dexador |
|
edgar | |
ocamlify | |
u-boot-a20-olinuxino-lime | |
qtwayland | |
python-django-redis | |
python-pyqt+qscintilla | |
kiriki | |
scm | |
r-xvector | |
emacs-ebdb |
|
perl-base | |
r-tximport | |
emacs-ert-runner |
|
sbcl-cl-cffi-gtk |
|
xev | |
r-chipcomp | |
r-rsbml | |
qbittorrent | |
dune | |
emacs-darkroom | |
perl-glib | |
r-sfsmisc | |
texblive-generic-xypic | |
ruby-prawn |
|
r-pls | |
r-doparallel | |
emacs-elpher | |
mate-icon-theme | |
tzdata | |
libmanette | |
ghc-esqueleto | |
libringclient |
|
python2-requests | |
neovim | |
libdom | |
xsnow | |
cava | |
python-webob | |
lximage-qt | |
mate | |
python-pyudev | |
r-mvtnorm | |
python-djangorestframework | |
python2-msgpack | |
xfce4-notifyd | |
kitty | |
r-scdd | |
perl-text-format | |
swaks |
|
python2-cleo | |
texlive-zapfding | |
texlive-pst-text | |
python2-vobject | |
texlive-generic-ifxetex | |
hidapi | |
tumbler | |
beep | |
emacs-guix |
|
r-reportingtools | |
r-sva | |
solaar | |
jami |
|
soundconverter | |
drumstick | |
python-debug | |
r-matrix-utils | |
r-hmisc | |
reuse | |
ksyntaxhighlighting | |
redis | |
emacs-ivy | |
python-urwid | |
python-pycryptodome | |
git-lfs | |
r-bayestestr | |
r-igraph | |
guile | |
javacc | |
ncmpc | |
texlive-hyphen-dutch | |
r-recipes | |
r-covr | |
python2-cython | |
emacs-webfeeder | |
giflib | |
r-rsvd | |
r-r6 | |
sbcl-cl-base64 |
|
xf86-input-libinput | |
python-bandit | |
perl-term-readkey | |
libxcb | |
python2-asn1crypto | |
freerdp | |
matcha-theme |
|
obconf-qt | |
gsl | |
ecl-split-sequence | |
qtxmlpatterns | |
ruby-hoe | |
lua5.1-sec | |
guile-studio |
|
r-rgl | |
maven-artifact | |
emacs-buttercup | |
python-sphinxcontrib-websupport | |
qps | |
r-varianttools | |
sudo | |
python-seaborn | |
lxqt-about | |
texlive-hyphen-latin | |
rocksdb | |
guile-stis-parser |
|
r-overlap | |
mpd | |
r | |
u-boot-malta | |
emacs-ess |
|
python2-zope-testing | |
glib | |
python2-flake8 | |
r-delayedarray | |
python2-pyqt | |
guile2.0-gnutls | |
ecl-simple-parallel-tasks |
|
emacs-julia-mode |
|
cl-trivial-gray-streams |
|
emacs-beginend | |
guile-daemon | |
harmonist | |
python-odfpy | |
sxiv | |
sbcl-alexandria |
|
translate-shell | |
python-netifaces | |
python2-botocore | |
perl-gd | |
python2-jinja2 | |
python2-mechanize | |
qtwebview | |
python-pyasn1 | |
emacs-lice-el |
|
musl | |
cl-fare-quasiquote |
|
bitlbee | |
starfighter | |
emacs-focus |
|
gst-plugins-base | |
dico | |
libmtp | |
texlive-hyphen-ukrainian | |
r-uuid | |
libkscreen | |
r-lemon | |
python2-widgetsnbextension | |
vmpk | |
r-category | |
gcc-objc++ | |
cdemu-daemon | |
apache-arrow | |
r-prabclus | |
ruby-sdoc | |
teeworlds | |
emacs-counsel-dash |
|
r-shortread | |
u-boot-bananapi-m2-ultra | |
python-lxml | |
r-backports | |
emacs-js2-mode | |
texlive-hyphen-latvian | |
emacs-xr | |
r-sjstats | |
python2-pynacl | |
texlive-latex-verbatimbox | |
ghostscript-with-x | |
tmux-xpanes | |
python-furl | |
emacs-google-translate | |
dav1d | |
socat | |
python-sqlalchemy | |
cmatrix | |
python2-oslotest | |
r-genomicfeatures | |
python-more-itertools | |
emacs-no-x-toolkit | |
python-cairosvg | |
mutt | |
scribus | |
python2-pybigwig | |
libhx | |
gwenhywfar |
|
python-pygit2 | |
perl-ole-storage-lite | |
emacs-posframe | |
r-future-apply | |
r-bit64 | |
emacs-idris-mode |
|
fribidi | |
bochs | |
gtk-vnc | |
python2-pastedeploy | |
python2-tables | |
emacs-google-maps |
|
coq-interval | |
python-colorama | |
glpk | |
texlive-latex-amsmath | |
texlive-latex-etoolbox | |
r-mcmc | |
texlive-latex-appendix | |
r-rvcheck | |
r-nnet | |
r-aucell | |
texlive-amsfonts | |
guitarix | |
lua5.2-luv | |
python2-idna | |
nethogs | |
r-factominer | |
nix | |
kwave | |
r-snpstats | |
libkcddb | |
wpebackend-fdo | |
font-inconsolata | |
r-goseq | |
texlive-latex-listings | |
python-py | |
r-summarizedexperiment | |
lftp | |
gcab | |
libjaylink |
|
python-uritemplate | |
perl-file-listing | |
cl-unicode |
|
picom | |
ssdeep | |
python2-fonttools | |
ruby-thor | |
libopenshot-audio | |
pt-scotch32 | |
wine64 | |
ecl-cl-unicode |
|
mes | |
gsasl | |
xen | |
kservice | |
kigo | |
r-grohmm | |
emacs | |
ruby-nokogumbo |
|
font-open-dyslexic | |
git-flow | |
gjs | |
kdevelop-pg-qt | |
r-stringi | |
transset-df | |
postorius | |
libksysguard | |
python-llfuse | |
sbcl-dexador |
|
cl-burgled-batteries3 |
|
libsigc++ | |
ecl-rt |
|
dropbear | |
r-r-rsp | |
python-jsonschema | |
mate-settings-daemon | |
python2-smmap2 | |
emacs-erlang | |
rclone | |
r-wgcna | |
tcsh | |
python2-simplejson | |
emacs-telega |
|
python2-zope-interface | |
font-rachana | |
r-ffbase | |
nsgenbind | |
e2fsck-static | |
vdirsyncer | |
r-spdep | |
byobu | |
libnftnl | |
libvirt-glib | |
r-iranges | |
python2-subunit-bootstrap | |
gfbgraph | |
r-etm | |
conky | |
leptonica | |
python2-sphinxcontrib-websupport | |
ocaml-extlib | |
cl-alexandria |
|
python-pytest-cov | |
sbcl-cl-fad | |
r-dosnow | |
ecl-ptester |
|
libsecret | |
imagemagick | |
r-colorspace | |
kpeople | |
r-actuar | |
kdenlive | |
libuv | |
r-mclust | |
perl-parent | |
libmwaw | |
python-flask-restful-swagger | |
netsurf | |
python2-mock | |
cl-cl+ssl |
|
bluez-qt | |
java-jsonp-impl | |
ksirk | |
kxmlgui | |
spice-protocol | |
r-haven | |
python2-twine | |
perl-date-manip | |
julia | |
r-clusterprofiler | |
emacs-evil-magit |
|
r-yaqcaffy | |
libextractor | |
bsequencer | |
libwebp | |
ruby-domain-name |
|
ogre | |
libbsd | |
chibi-scheme | |
r-gtrellis | |
perl-xs-object-magic | |
python-prometheus-client | |
texlive-latex-pdfx | |
ecl-s-sysdeps |
|
glibc-hurd-headers | |
python2-protobuf | |
python-hacking | |
texlive-tetex | |
java-plexus-classworlds | |
emacs-polymode-ansible |
|
texmacs | |
cifs-utils | |
zita-resampler | |
r-haplo-stats | |
ruby-pry | |
rawtherapee | |
ffmpeg | |
websocketpp | |
python2-stem | |
karchive | |
python2-pysocks | |
kicad | |
slurm | |
pcre | |
ecl-cl-prevalence |
|
ocaml-octavius | |
mtdev | |
xfce4-screensaver | |
u-boot-pine64-plus | |
gnumach |
|
r-a4reporting | |
snappy | |
r-htmltools | |
r-quantreg | |
compton-conf | |
pciutils | |
skribilo | |
wxmaxima | |
binutils | |
emacs-arduino-mode |
|
freefall | |
emacs-rainbow-mode | |
sakura | |
r-spdata | |
vulkan-tools | |
kodi-wayland | |
gnome-shell | |
xaos | |
r-rversions | |
python-openpyxl | |
endless-sky | |
sxhkd | |
knetwalk | |
sdparm | |
cups-minimal | |
tinyxml2 | |
zabbix-agentd | |
libass | |
mtools | |
ruby-ruby-engine | |
libfive |
|
python-tables | |
font-tamzen | |
r-hms | |
python-oauthlib | |
r-tsp | |
r-rex | |
java-xmlgraphics-commons | |
r-dendextend | |
debootstrap | |
r-rprojroot | |
vte | |
emacs-treepy | |
python2-cryptography-vectors | |
r-rcppparallel | |
r-emdbook | |
isl | |
python-django-tagging | |
pari-gp | |
libjpeg | |
r-xmlparsedata | |
python2-py | |
kactivities | |
uthash | |
r-drr | |
filezilla | |
python-conda | |
yadifa | |
python-trytond | |
python-coveralls | |
munge | |
bear | |
ir | |
cl-parse-declarations |
|
powwow | |
python2-pyflakes | |
laby | |
batctl | |
r-styler | |
docker-libnetwork-cmd-proxy |
|
sbcl-nibbles |
|
sway | |
mrustc | |
emacs-slime | |
libidn2 | |
r-xts | |
python-parted | |
r-dbplyr | |
libplist | |
r-r-filesets | |
emacs-magit-popup | |
scotch32 | |
ocaml-fileutils | |
x86-energy-perf-policy | |
r-writexl | |
r-cytoml | |
python2-rq | |
python2-zope-configuration | |
qtgraphicaleffects | |
r-biocstyle | |
texlive-hyphen-basque | |
r-bigrquery | |
jimtcl | |
u-boot-rockpro64-rk3399 | |
r-parmigene | |
r-heatplus | |
r-mzr | |
texlive-fonts-ec | |
libhandy | |
alsa-lib | |
cli-visualizer | |
heimdal | |
dune-pdelab |
|
r-mixtools | |
picard | |
emacs-all-the-icons | |
kross | |
python-sphinxcontrib-devhelp | |
gexiv2 | |
cl-cffi | |
r-refmanager | |
go-github-com-spf13-pflag |
|
python2-mccabe | |
java-plexus-interpolation | |
r-tsa | |
r-network | |
emacs-websocket | |
python-dulwich | |
xorg-server-xwayland | |
ksnakeduel | |
ruby-ttfunk | |
python-pyqt-without-qtwebkit | |
ecl-puri |
|
qtquickcontrols | |
wireshark | |
kfilemetadata | |
kdnssd | |
r-monocle | |
font-iosevka-slab | |
go-github-com-syndtr-goleveldb |
|
r-mnormt | |
sdcc | |
hevea | |
ki18n | |
python-zope-testrunner | |
python2-fastimport | |
dehydrated | |
highlight | |
extra-cmake-modules | |
texlive-latex-overpic | |
mate-user-guide | |
lua-filesystem | |
extempore | |
tcl | |
cryptsetup-static | |
discount | |
u-boot-cubietruck | |
python-sqlparse | |
r-ifultools | |
kmonad | |
lxqt-runner | |
pies | |
gnunet | |
tig | |
emacs-ssh-agency | |
cl-usocket |
|
python2-fasteners | |
ptpython | |
jo | |
clang-toolchain | |
r-libcoin | |
umockdev | |
hcxdumptool | |
emacs-helm-emms |
|
fasm | |
cl-babel |
|
avidemux | |
s6-networking | |
texlive-fonts-txfonts | |
kjobwidgets | |
emacs-olivetti | |
genimage | |
cl-sqlite |
|
texlive-generic-hyph-utf8 | |
r-dalex | |
r-topgo | |
guix-data-service |
|
r-foreach | |
httpie | |
texlive-hyphen-romansh | |
r-multidataset | |
python2-parameterized | |
xf86-input-wacom | |
groovy | |
vapoursynth | |
bemenu | |
simple-scan | |
python-genshi | |
camlp5 | |
python2-subunit | |
ijs | |
emacs-evil-markdown |
|
r-tm | |
dune-grid | |
gunicorn | |
texlive-latex-subfigure | |
font-adobe-source-serif-pro |
|
libtirpc | |
r-ropls | |
flashrom | |
global | |
texlive-standalone | |
liblcf | |
uefitool | |
net-snmp | |
xfdesktop | |
hdf5 | |
texmaker | |
kiconthemes | |
gaupol | |
python-configargparse | |
r-slam | |
engrampa | |
djvulibre | |
r-dtw | |
libxpm | |
r-nloptr | |
perl-net-dns-resolver-programmable | |
r-npsurv | |
ruby-rake-compiler | |
python2-cffi | |
python2-pytest-flakes | |
quadrapassel | |
mcomix |
|
python-regex |
|
python-cryptography | |
kxmlrpcclient | |
exempi | |
lua5.2-filesystem | |
terminology | |
lsof | |
rubber | |
ruby-kramdown | |
gloox | |
go-github-com-rcrowley-go-metrics |
|
libgsf | |
r-magrittr | |
python2-flask-babel | |
r-git2r | |
python-werkzeug | |
r-multtest | |
emacs-no-x | |
r-biocsingular | |
waybar | |
gnome-mines | |
geeqie |
|
five-or-more | |
emacs-info-plus |
|
unionfs-fuse | |
perl-archive-extract | |
python-peewee | |
r-fs | |
python-aiohttp-socks | |
gst-transcoder | |
emacs-evil-matchit | |
kbounce | |
mate-backgrounds | |
ecl-parse-declarations |
|
ecl-usocket |
|
trezord | |
python2-freezegun | |
python-netcdf4 | |
texlive-latex-capt-of | |
ibus | |
libvorbis | |
r-ztable | |
josm | |
r-minfi | |
python2-lazy-object-proxy | |
kjsembed | |
r-genefilter | |
python-xenon | |
skopeo | |
cl-containers |
|
shellcheck | |
ruby-parser | |
r-trend | |
pixz | |
libstdc++-doc | |
r-ff | |
python-ipywidgets | |
emacs-lsp-ui | |
tigervnc-client | |
python-requests-toolbelt | |
gp2c | |
r-gofuncr | |
dlib | |
dino |
|
cl-bst |
|
emacs-elpy | |
ocaml-sexplib0 | |
seahorse | |
txr | |
pass-git-helper | |
r-activepathways | |
python-arrow | |
texlive-tiny | |
gnome-shell-extension-dash-to-panel | |
gnome-shell-extensions | |
imb-openmpi | |
cl-random-forest |
|
lilv | |
emacs-web-server |
|
doctest | |
texlive-latex-filecontents | |
gnutls | |
lxqt-globalkeys | |
clang-runtime | |
clipper | |
fontmanager | |
r-rstudioapi | |
texlive-latex-fncychap | |
python-pytest | |
texlive-latex-trimspaces | |
emacspeak | |
cgit | |
clp | |
volk | |
lynx |
|
python2-pyodbc | |
gnome-disk-utility | |
python-click | |
python-mako | |
r-annaffy | |
i3-gaps | |
emacs-amx | |
emacs-php-mode | |
lskat | |
cl-trivia |
|
qview | |
r-tinytex | |
r-ctc | |
skalibs | |
gnu-pw-mgr | |
emacs-writeroom | |
ecl-trivial-features |
|
gnuastro | |
rhash | |
python2-utils | |
go-github-com-mattn-go-colorable |
|
python2-gridmap | |
r-tibble | |
openssl | |
r-copywriter | |
poppler-qt5 | |
xfce4-timer-plugin | |
java-jmapviewer | |
r-withr | |
r-biomart | |
python-oslosphinx | |
python-sphinx | |
emacs-company | |
java-xstream | |
mate-polkit | |
python-css-parser | |
u-boot-pinebook | |
ncompress | |
gtkwave | |
r-xml | |
r-bgx | |
fswatch | |
expat | |
file | |
emacs-dash-docs |
|
gnome-autoar | |
ocaml-base64 | |
python-django | |
r-fgsea | |
r-flexmix | |
python-requests-mock | |
r-ggfortify | |
r-ggformula | |
flann | |
ruby-jekyll-paginate-v2 | |
libmicrohttpd | |
bind | |
hurd-headers |
|
denemo | |
mcabber | |
python-tornado | |
lxqt-archiver | |
mariadb | |
perl-catalyst-view-tt | |
cl-lzlib |
|
r-rnifti | |
u-boot-mx6cuboxi | |
python2-dulwich | |
graphviz |
|
kbreakout | |
luminance-hdr | |
libdrm | |
r-mda | |
emacs-counsel-tramp | |
r-lpsolve | |
texlive-hyphen-irish | |
r-flowcore | |
macs |
|
texinfo | |
pianobar |
|
r-lattice | |
python2-mpmath | |
r-graph | |
r-factoextra | |
mingw-w64-x86_64 | |
fortune-mod | |
texlive-latex-media9 | |
gnome-calculator | |
python2-faker | |
python2-snowballstemmer | |
python-stem | |
ruby-omniauth | |
maven-wagon-file | |
r-magick | |
sbcl-trivia.trivial |
|
emacs-multi-term |
|
python2-pygobject | |
perl-io-compress | |
mate-panel | |
perl-moox-file-configdir | |
emacs-cmake-mode | |
spice | |
perl-sql-abstract | |
rofi | |
r-arules | |
perl-async-interrupt | |
texlive-latex-l3packages | |
ntl | |
java-httpcomponents-httpmime | |
python-vobject | |
sbcl-bst |
|
texlive-latex-cyrillic | |
docker-compose | |
mate-session-manager | |
http-parser | |
ksudoku | |
r-cardata | |
r-yaml | |
r-modelr | |
arc-theme | |
vcftools | |
cm | |
libarchive | |
crawl-tiles | |
texlive-latex-xmpincl | |
samtools | |
ruby-power-assert | |
python-psutil | |
ruby-rubygems-tasks | |
lua5.1-filesystem | |
dblatex | |
python-fpylll | |
texlive-fonts-adobe-times | |
ocaml-ppx-tools-versioned | |
texlive-latex-ifplatform | |
python-snowballstemmer | |
emacs-forge |
|
mu | |
ruby-sanitize | |
python-cachy | |
r-matrixstats | |
splix |
|
python-astroid | |
texlive-latex-footmisc | |
python-subunit | |
bundler | |
spread-sheet-widget | |
python2-nbxmpp | |
geoclue | |
ethtool | |
iptables | |
python-django-simple-math-captcha | |
xmlsec | |
r-prettyunits | |
python-flit | |
python2-html5-parser | |
usb-modeswitch-data | |
r-systempiper | |
texlive-url | |
python-typing | |
cppunit | |
texlive-latex-jknapltx | |
python2-invoke | |
cdemu-client | |
python-pytest-runner | |
r-biclust | |
sbcl-lzlib |
|
httpd | |
ocaml-merlin | |
r-leaps | |
r-dirichletmultinomial | |
flatpak | |
webkitgtk | |
r-diagram | |
python-bleach | |
ruby-byebug | |
bedtools | |
spirv-tools | |
python-pycosat | |
python-pygobject | |
r-bayesplot | |
python2-pexpect | |
r-bio3d | |
python-cooler | |
u-boot-nintendo-nes-classic-edition | |
yapet | |
r-suppdists | |
kmousetool | |
texlive-latex-parskip | |
font-gnu-unifont | |
sbcl-fast-io |
|
mlt | |
r-iterators | |
stress-make |
|
texlive-ydoc | |
sbcl-split-sequence | |
r-nlp | |
python-html5-parser | |
libpeas | |
python-marshmallow | |
python2-psutil | |
kemoticons | |
r-sjplot | |
patchage | |
r-bioassayr | |
emacs-vdiff |
|
libfilezilla | |
libtiff | |
perl-cgi | |
lyx | |
pybind11 | |
go-github-com-prometheus-client-golang | |
gramps | |
qtwebchannel | |
r-seriation | |
bullet | |
ksquares | |
emacs-ascii-art-to-unicode | |
qutebrowser | |
r-misc3d | |
emacs-sml-mode | |
python2-paramiko | |
ktouch | |
python2-dirsync | |
guile-git | |
certbot | |
restinio | |
tilda | |
texlive-fonts-adobe-zapfding | |
r-plotrix | |
texlive-tex-texinfo | |
numactl | |
r-ensembldb | |
emacs-helm-sly | |
r-squarem | |
p11-kit | |
libkmahjongg | |
emacs-yaml-mode | |
texlive-xcolor | |
r-rttf2pt1 | |
eid-mw | |
r-ttr | |
r-qdnaseq | |
vips | |
emacs-clang-format | |
armagetronad | |
python-pywavelets | |
magic-wormhole-mailbox-server | |
r-reqon | |
r-checkmate | |
gx | |
texlive-latex-eqparbox | |
openmpi | |
emacs-tldr |
|
libsepol | |
ocaml-sexplib | |
texlive-latex-type1cm | |
texlive-fonts-adobe-palatino | |
r-segmented | |
git-annex |
|
r-variantannotation | |
sbcl-slime-swank | |
font-adobe-source-sans-pro |
|
libressl | |
screengrab | |
python2-genshi | |
r-lme4 | |
python-fastimport | |
r-a4base | |
python2-pyasn1 | |
gama | |
ccid | |
enet | |
texlive-ae | |
python-fasteners | |
r-mice | |
yoshimi | |
go-ipfs | |
r-widgettools | |
tinyscheme | |
r-keggrest | |
r-kableextra | |
ruby-json-pure | |
libedit |
|
r-genomicscores | |
emacs-rust-mode | |
go-github-com-jackpal-gateway |
|
r-assertive-reflection | |
r-data-table | |
r-catdap | |
r-affycomp | |
texlive-hyphen-occitan | |
r-ggdendro | |
qtractor | |
coq-equations | |
network-manager | |
mingw-w64-i686-winpthreads | |
texlive-hyphen-esperanto | |
r-rqc | |
iproute2 | |
kdevelop | |
foo2zjs | |
r-rsamtools | |
libspatialite | |
r-geneplotter | |
emacs-request |
|
lxpanel | |
mod-wsgi | |
guile-sqlite3 |
|
sssd | |
mate-screensaver | |
kitemviews | |
mkvtoolnix | |
xterm | |
python2-libxml2 | |
shared-mime-info | |
libvdpau | |
freexl | |
r-anota | |
freecad | |
emacs-gif-screencast |
|
adwaita-icon-theme | |
r-rms | |
texlive-dvips | |
r-noiseq | |
gitolite | |
python-pendulum | |
libcdr | |
python-packaging | |
garcon | |
erlang | |
python2-seaborn | |
libxls | |
shepherd | |
cl-quri |
|
perl-type-tiny | |
lxqt-sudo | |
libshout | |
kparts | |
emacs-helm-gtags | |
python-django-crispy-forms | |
carla | |
perl-dbd-sqlite | |
r-ggally | |
r-cghbase | |
r-lumi | |
python2-statsmodels | |
python-apipkg | |
cl-type-i |
|
emacs-sly-asdf |
|
texlive-hyphen-lithuanian | |
qtdeclarative | |
sbcl-chanl |
|
python2-configparser | |
r-gwascat | |
python2-urllib3 | |
kawa | |
kpmcore | |
python-dateutil | |
freeglut | |
xorg-server | |
r-quantro | |
gdm | |
python-pytzdata | |
r-pbdzmq | |
r-proc | |
r-assertive-datetimes | |
r-gcrma | |
sherlock-lv2 | |
sbcl-cl-sqlite |
|
r-watermelon | |
capnproto | |
r-metap | |
r-variancepartition | |
xlockmore | |
texlive-latex-framed | |
bennu-game-development | |
nss-certs | |
mailutils | |
r-maptools | |
rdiff-backup | |
ocaml-markup | |
sbcl-static-vectors |
|
keepassxc | |
r-kernsmooth | |
python2-notmuch | |
libnslog | |
wine-staging | |
emacs-epl | |
r-labeling | |
openconnect | |
r-learnr | |
ghc-yesod-core | |
python-tblib | |
gource | |
vim-fugitive | |
mit-krb5 | |
python-openid | |
ubridge | |
r-enrichplot | |
python-gst | |
lollypop | |
r-coda | |
thefuck | |
texlive-hyphen-belarusian | |
r-r-utils | |
python-zope-exceptions | |
qtbase | |
emacs-org-contrib | |
r-birewire | |
bash-static | |
python-zope-i18nmessageid | |
telepathy-idle | |
r-officer | |
kpackage | |
python2-zope-i18nmessageid | |
r-docopt | |
r-anthropometry | |
texlive-tex-fontinst-base | |
python-pybigwig | |
ecl-trivial-clipboard |
|
cups | |
guile3.0-gnutls | |
r-trimcluster | |
r-roc | |
python2-graphite-web | |
libfm-qt | |
go-github-com-minio-sha256-simd |
|
qtsvg | |
conda | |
r-gqtlbase | |
go-github-com-prometheus-procfs | |
python-cffi-documentation | |
texlive-latex-amsfonts | |
boinc-server | |
findutils | |
ecl-burgled-batteries3 |
|
juk | |
tlp | |
maven-repository-metadata | |
libffi | |
pipewire | |
dmidecode | |
powertop | |
qtdatavis3d | |
lv2 | |
python2-texttable | |
git-repo | |
ktuberling | |
python2-stevedore | |
guile-bytestructures | |
json-modern-cxx | |
abiword | |
python-petsc4py | |
libpsl | |
faad2 | |
menumaker | |
r-ranger | |
sbcl-trivial-clipboard |
|
r-lava | |
r-chemminer | |
jemalloc | |
sbcl-fare-quasiquote |
|
zimg | |
perl-archive-zip | |
gmime | |
r-pegas | |
brial | |
python-alembic | |
emacs-pdf-tools |
|
python-gitdb | |
pcb-rnd | |
r-mixomics | |
rmath-standalone | |
texlive-latex-oberdiek | |
pjproject-jami | |
texlive-hyphen-chinese | |
libx11 | |
r-xgboost | |
monero | |
sbcl-stumpwm | |
r-activedriverwgs | |
python-cffi | |
emulation-station |
|
texlive-txfonts | |
libblockdev | |
kqtquickcharts | |
cl-bordeaux-threads |
|
ola |
|
cl-prevalence |
|
ntp | |
python-sortedcontainers | |
python-cssselect2 | |
texlive-ruhyphen | |
texlive-latex-multirow | |
maim | |
dialog |
|
r-clipr | |
profanity | |
eom | |
quazip | |
mate-control-center | |
python-psycopg2 | |
libnsl | |
emacs-prescient |
|
r-later | |
mcrl2 | |
r-interactivedisplaybase | |
r-rcpphnsw | |
lshw | |
lepton-eda |
|
r-bsgenome | |
perl-time-mock | |
r-gage | |
texlive-latex-ucs | |
imp | |
emacs-edit-server | |
dune-localfunctions | |
java-plexus-archiver | |
rhythmbox | |
r-multcomp | |
python2-rfc3986 | |
sqitch | |
caja-extensions | |
sbcl-named-readtables |
|
crispy-doom | |
ruby-childprocess | |
wine-minimal | |
pioneers | |
python2-colorama | |
ecl-bordeaux-threads |
|
adms | |
kde-frameworkintegration | |
perl-http-cookiejar | |
python2-file | |
cheese | |
python-widgetsnbextension | |
perl-libwww | |
pigx-bsseq | |
cmake | |
r-seewave | |
go-github-com-kballard-go-shellquote |
|
isc-dhcp | |
kirigami | |
znc | |
texlive-fontinst | |
ruby-redcarpet | |
transmission | |
qtpurchasing | |
sbcl-parenscript |
|
cuirass |
|
r-rgraphviz | |
go-golang-org-x-time |
|
r-batchtools | |
ngs-sdk | |
python2-pendulum | |
pcre2 | |
emacs-dashboard | |
xfce4-weather-plugin | |
mate-menus | |
u-boot-am335x-boneblack | |
meson | |
libimagequant | |
ttfautohint | |
dune-geometry | |
texlive-latex-fancyhdr | |
r-plgem | |
ecl-parenscript |
|
shaderc | |
libwps | |
ruby-crass | |
r-rvest | |
you-get | |
bison | |
smb4k | |
r-robust | |
font-iosevka | |
waylandpp | |
padthv1 | |
red-eclipse | |
r-tensora | |
r-wiggleplotr | |
ncurses-with-gpm |
|
r-htmltable | |
dunst | |
texlive-latex-changebar | |
python-jinja2 | |
gnome-shell-extension-dash-to-dock | |
girara | |
emacs-minions | |
suil | |
openblas-ilp64 | |
python-automat | |
python2-pyopenssl | |
r-zoo | |
fluidsynth | |
gfortran-toolchain | |
html-xml-utils | |
r-qtl2 | |
lua5.2-sec | |
perl-clone-pp | |
r-r-oo | |
texlive-hyphen-ancientgreek | |
python2-prometheus-client | |
r-bbmle | |
texlive-latex-amsrefs | |
r-xcms | |
libclc | |
r-deldir | |
r-hypergraph | |
libebml | |
sbcl-swap-bytes | |
public-inbox |
|
lilypond | |
python2-tox | |
python-django-sortedm2m | |
texlive-seminar | |
network-manager-applet | |
python-statsmodels | |
python2-jedi | |
xmobar | |
u-boot-tools | |
libsrtp | |
avr-toolchain | |
r-cmprsk | |
r-marray | |
borg | |
maven-model-builder | |
r-rmetasim | |
u-boot-am335x-evm | |
python-breathe | |
swaylock | |
emacs-perspective | |
python-trytond-party | |
perl-datetime-format-strptime | |
guile-newt | |
wireguard |
|
evolution | |
r-oligoclasses | |
python-faker | |
r-annotationfilter | |
perl-test-tcp | |
r-flowviz | |
r-bigmelon | |
r-aroma-light | |
python-orderedmultidict | |
gnome-contacts | |
python-pytest-flakes | |
pangomm | |
r-randtoolbox | |
r-qvalue | |
strongswan | |
r-pbkrtest | |
mksh | |
r-mapproj | |
fcitx | |
duplicity | |
thinkfan | |
kglobalaccel | |
texlive-hyphen-estonian | |
american-fuzzy-lop | |
emacs-nix-mode | |
perl-getopt-long | |
cpplint | |
playerctl | |
epiphany | |
python-h5py | |
qtermwidget | |
texlive-latex-examplep | |
cataclysm-dda | |
asunder | |
bspwm | |
r-ggpubr | |
sbcl-cl-random-forest |
|
emacs-haskell-mode | |
python-flask-sqlalchemy | |
kidletime | |
emacs-debbugs | |
libsndfile | |
mediainfo | |
tracker | |
emacs-auctex | |
python-pycparser | |
emacs-dired-rsync | |
ruby-cucumber | |
python-django-allauth | |
libusbmuxd | |
r-rcpp | |
mujs | |
texlive-hyphen-interlingua | |
r-fansi | |
texlive-fonts-cm | |
python-rfc3986 | |
r-scran | |
python-flask-login | |
bluez | |
emacs-org-download |
|
checkpolicy | |
r-lmertest | |
libsecp256k1 |
|
libgc | |
upower | |
r-deriv | |
qgpgme | |
libkdegames | |
qtscxml | |
argon2 | |
xfce4-screenshooter | |
uchardet | |
r-inline | |
r-gkmsvm | |
texi2html | |
nmap | |
mpop | |
modemmanager-qt | |
python2-sqlalchemy | |
texlive-filemod | |
font-public-sans | |
perl-compress-raw-zlib | |
python2-bottle | |
libwacom | |
python2-cheetah | |
zile-on-guile |
|
r-sjmisc | |
threadweaver | |
r-units | |
maven-plugin-api | |
python2-tblib | |
emacsy-minimal |
|
coq-bignums | |
kjs | |
i3-wm | |
python-beautifulsoup4 | |
git-crypt | |
coq-stdpp | |
r-deseq2 | |
sbcl-ironclad | |
r-sushi | |
libnumbertext | |
ocaml-qtest | |
htop | |
crawl | |
xf86-video-ati | |
ikiwiki |
|
samba | |
guile-cairo | |
r-blockfest | |
emacs-paren-face | |
python-tqdm | |
texlive-kpathsea | |
go-github-com-junegunn-fzf | |
python-apispec | |
ghostwriter | |
criu | |
perl-timedate | |
fish | |
r-simpleaffy | |
r-beachmat | |
texlive-latex-fontspec | |
java-icu4j | |
kicad-symbols | |
r-annotationdbi | |
mate-netbook | |
r-glmmtmb | |
gajim-omemo | |
google-brotli | |
texlive-hyphen-coptic | |
texlive-pstricks | |
autorandr |
|
r-accept | |
texlive-generic-babel-german | |
r-sf | |
lablgtk | |
r-afex | |
cl-puri |
|
wl-clipboard |
|
python-icalendar | |
r-raster | |
ecl-named-readtables |
|
go-github-com-lucas-clemente-quic-go | |
knotifications | |
mesa-headers | |
texlive-base | |
maven-compat | |
r-a4core | |
guile-chickadee | |
quaternion | |
kakoune |
|
perl-datetime | |
units | |
gnome-tweaks | |
r-triform | |
kspaceduel | |
r-summarytools | |
ceph | |
r-rhisat2 | |
cl-slynk |
|
libfdk |
|
font-lato | |
python-nbxmpp | |
zeroconf-ioslave | |
gpscorrelate |
|
r-savr | |
r-tolerance | |
python-gast | |
librsync | |
r-vctrs | |
r-ggforce | |
python-clikit | |
papirus-icon-theme |
|
python2-flask-wtf | |
grpc | |
kshisen | |
libmatroska | |
python2-fakeredis | |
perl-db-file | |
unixodbc | |
r-ggplotify | |
gnome | |
flint | |
perl-test-simple | |
doxygen | |
msmtp | |
r-locfit | |
tk | |
kpty | |
python2-zope-component | |
k3b | |
eudev | |
r-testthat | |
perl-cairo | |
emacs-god-mode |
|
maven-model | |
dconf-editor | |
workrave | |
valgrind | |
gnome-maps | |
libwapcaplet | |
qtserialport | |
sbcl-trivial-features |
|
git-remote-gcrypt | |
python-shapely |
|
ocaml-menhir | |
java-commons-codec | |
emacs-web-mode | |
texlive-hyphen-french | |
givaro | |
emacs-closql |
|
texlive-fonts-xypic | |
rrdtool | |
u-boot-a20-olinuxino-micro | |
chez-scheme | |
texlive-cm | |
man-db | |
ruby-gherkin | |
kdeconnect | |
python-mock | |
r-rmarkdown | |
dune-typetree | |
scummvm | |
r-performance | |
python2-typing | |
sbcl-quri |
|
cedille | |
fplll | |
gnome-bluetooth | |
python2-humanfriendly | |
texlive-hyphen-portuguese | |
wavemon | |
openblas | |
vlc | |
qtscript | |
r-abn | |
emacs-epkg |
|
mesa | |
roguebox-adventures | |
r-ape | |
autoconf | |
tdlib |
|
stumpwm-with-slynk | |
ruby-cucumber-wire | |
r-sp | |
python-sphinxcontrib-applehelp | |
crossmap | |
rmlint | |
fetchmail | |
xsimd | |
poppler-data | |
ruby-tilt | |
gnurl | |
r-subplex | |
python2-cryptography | |
r-allelicimbalance | |
java-asm | |
texlive-latex-psfrag | |
cvs-fast-export | |
texlive-hyphen-hungarian | |
opensmtpd-extras | |
pugixml | |
texlive-latex-readarray | |
guile-ssh | |
texlive-latex-l3kernel | |
snd | |
ddrescue | |
r-mzid | |
emacs-yasnippet | |
gsettings-desktop-schemas | |
xbindkeys | |
python-django-bulk-update | |
python2-furl | |
perl-lwp-protocol-https | |
perf | |
r-fastseg | |
coq-flocq | |
python2-ipykernel | |
ruby-pg | |
pt-scotch | |
r-codetools | |
adns | |
texlive-latex-lh | |
tomb | |
udiskie | |
r-ellipse | |
qwt | |
python-objgraph | |
r-biocneighbors | |
r-devtools | |
sbcl-puri |
|
libraw | |
ghc-filepath-bytestring | |
bcftools | |
python-setuptools-scm | |
emacs-pass | |
cups-filters | |
ktextwidgets | |
zsh-autosuggestions | |
sbcl-closer-mop |
|
gauche | |
python-cloudpickle | |
bovo | |
r-domc | |
texlive-latex-pgf | |
libaio | |
hdf5-parallel-openmpi | |
graphicsmagick | |
r-fit-models | |
python2-mwclient | |
policycoreutils | |
kmines | |
r-protgenerics | |
r-radiant-data | |
shadow | |
rseqc | |
brightnessctl |
|
r-cli | |
python-django-pipeline | |
r-rbgl | |
pdsh | |
r-survival | |
r-pkgbuild | |
r-genenet | |
emacs-git-auto-commit-mode | |
automake | |
gnome-video-effects | |
zile | |
r-tidytree | |
python-wcwidth | |
gnome-session | |
go-github-com-pkg-errors |
|
texlive-fonts-latex | |
sbcl-eos |
|
timidity++ | |
hexedit | |
parallel | |
sra-tools | |
xfce4-time-out-plugin | |
rust | |
ansible | |
icu4c | |
perl-time-hires | |
wesnoth | |
python-msgpack | |
star | |
python-efl | |
u-boot-rock64-rk3328 | |
python2-pycosat | |
qtimageformats | |
varnish | |
lcov | |
oniguruma |
|
emacs-helm-fish-completion | |
libasr | |
solid | |
r-lsei | |
emacs-lsp-mode | |
python2-zope-testrunner | |
python2-dbus | |
cairomm | |
baobab | |
chromaprint | |
libvterm | |
rust-cbindgen | |
r-htqpcr | |
qjackctl | |
libtorrent-rasterbar | |
r-roxygen2 | |
execline | |
nanovg-for-extempore |
|
emacs-org-re-reveal | |
perl-dbi | |
libfprint | |
powertabeditor |
|
java-plexus-utils | |
ruby-ast | |
open-adventure |
|
xfce4-calculator-plugin | |
herbstluftwm | |
qtox | |
nspr | |
r-blob | |
r-zlibbioc | |
r-actfrag | |
guile-hall | |
ecl-eos |
|
libgcrypt | |
java-plexus-io | |
ecl-slynk |
|
r-jomo | |
texlive-doi | |
emacs-matrix-client |
|
python2-stdnum | |
r-mass | |
grep | |
r-bibtex | |
r-mosaicdata | |
libbytesize | |
kactivities-stats | |
python2-backports-csv | |
ecl-cl-containers |
|
python-sepolgen | |
yelp-xsl | |
r-rhpcblasctl | |
r-cowplot | |
r-gostats | |
emacs-exwm-edit |
|
texlive-hyphen-norwegian | |
r-icobra | |
texlive-hyphen-greek | |
python2-click | |
perl | |
gnumeric | |
lxc | |
texlive-hyphen-english | |
texlive-booktabs | |
r-elasticnet | |
python-argcomplete | |
r-chippeakanno | |
python-utils | |
utox | |
r-destiny | |
dovecot | |
python-dnspython | |
jack2 | |
sparsehash | |
r-multitaper | |
librdkafka | |
r-graphite | |
go-github-com-davecgh-go-spew |
|
scintilla | |
python2-dnspython | |
scdoc | |
r-biobase | |
libyaml | |
diffoscope | |
emacs-protobuf-mode | |
r-valr | |
uget | |
syndication | |
r-servr | |
clang | |
python-pydot | |
ldb | |
caja | |
r-yamss | |
r-bit | |
python-scanpy | |
emacs-polymode-org | |
guile3.0-json | |
pavucontrol | |
cl-drakma |
|
boost | |
minixml | |
alot | |
r-interactionset | |
arm-trusted-firmware-sun50i-a64 | |
hyperrogue | |
r-flowsom | |
x42-plugins | |
netcdf-parallel-openmpi | |
python-construct | |
ecl-portable-threads |
|
cl-swap-bytes | |
r-glue | |
xfwm4 | |
gnumach-headers |
|
emacs-clang-rename | |
perl-email-sender | |
r-seqbias | |
ecl-iterate | |
r-bios2cor | |
ppp |
|
perl-text-csv-xs | |
texlive-etex | |
cl-rt |
|
udisks | |
r-parameters | |
sbcl-cffi | |
ecl-swap-bytes | |
texlive-mkpattern | |
perl-algorithm-c3 | |
vera | |
dash | |
texlive-latex-geometry | |
python-django-statici18n | |
guile-parted | |
plantuml | |
xinput | |
di | |
ruby-oj | |
klines | |
texlive-generic-pdftex | |
r-svglite | |
ruby-temple | |
libksba | |
texlive-siunitx | |
python2-pastel | |
infernal | |
python2-arrow | |
opendht |
|
r-waveslim | |
maven-wagon-http | |
r-tidyselect | |
python-parse | |
python-django-jsonfield | |
sbcl-iolib |
|
kcrash | |
python-django-appconf | |
go-sctp |
|
electrum | |
qca | |
r-desolve | |
swayidle | |
texlive-epsf | |
r-picante | |
texlive-latex-tools | |
emacs-lispy |
|
r-rlang | |
babl | |
r-flowmeans | |
r-ggbio | |
python-binwalk |
|
ruby-sassc | |
python-plotly | |
python-slepc4py | |
cl-fad | |
texlive-hyphen-churchslavonic | |
r-classint | |
ghc-extra | |
python2-minimal | |
r-laeken | |
glib-networking | |
go-github-com-kr-pretty | |
r-knitr | |
strace | |
sed | |
muse-sequencer | |
r-biobroom | |
ocaml-base | |
r-bumphunter | |
go-github-com-spaolacci-murmur3 |
|
rosegarden | |
stunnel | |
irssi | |
gnome-klotski | |
rime-data |
|
python-pyarrow | |
glibc | |
font-terminus | |
python-intervaltree | |
fet | |
texlive | |
openttd | |
nghttp2 | |
sbcl-type-i |
|
modem-manager | |
knavalbattle | |
emacs-undo-tree | |
texlive-latex-enumitem | |
texlive-fonts-charter | |
smithwaterman |
|
x265 | |
python-on-guile |
|
r-e1071 | |
r-stringdist | |
cl-webkit |
|
sbcl-portable-threads |
|
ccls |
|
r-catools | |
imlib2 | |
r-bhc | |
r-flare | |
rcs | |
alpine |
|
mtd-utils | |
perl-xml-parser | |
emacs-ediprolog | |
gkrellm | |
emacs-peg | |
alsa-utils | |
python-radon | |
texlive-generic-dehyph-exptl | |
r-seqlogo | |
qhull | |
r-gmp | |
python2-oauthlib | |
libical | |
guile2.0-bytestructures | |
linux-libre-headers | |
python-pyodbc | |
stb-image-write | |
folks | |
go-github-com-oschwald-geoip2-golang | |
lxappearance | |
libx264 |
|
celluloid | |
cl-cffi-gtk |
|
r-rbowtie | |
openvswitch | |
polyml | |
cl-parenscript |
|
ncbi-vdb | |
eigen | |
texlive-tools | |
csvkit | |
ruby-sqlite3 | |
eog | |
mercurial | |
r-callr | |
texlive-hyphen-turkish | |
frescobaldi | |
r-statmod | |
emacs-nov-el | |
fdupes | |
libsemanage | |
emacs-org-super-agenda |
|
guile3.0-ssh | |
python-pandas | |
r-shinycssloaders | |
coq-coquelicot | |
libassuan | |
slurm-drmaa | |
cl-s-sysdeps |
|
kajongg | |
python2-regex |
|
cl-trivial-clipboard |
|
python-django-assets | |
python-sphinxcontrib-serializinghtml | |
kcmutils | |
silkaj | |
r-wrench | |
xf86-video-amdgpu | |
libpng-apng | |
r-pkgmaker | |
texlive-lm | |
sbcl-burgled-batteries3 |
|
colord | |
mesa-opencl | |
bluez-alsa | |
guile-for-guile-emacs |
|
r-genomationdata | |
tidy-html | |
protobuf | |
avahi | |
kmod | |
gcc-objc | |
guile-static-stripped-tarball | |
r-fields | |
python-lazy-object-proxy | |
polybar | |
gpgme | |
xfce4-stopwatch-plugin | |
grim | |
sbcl-serapeum |
|
eyed3 | |
python-pympler | |
exim | |
mumi |
|
ecl-flexi-streams | |
cl-ironclad | |
python2-beautifulsoup4 | |
r-ellipsis | |
ruby-cucumber-tag-expressions | |
xf86-video-intel |
|
r-progeny | |
grilo-plugins | |
audacity | |
ruby-rouge | |
kmediaplayer | |
aspell | |
texlive-latex-beamer | |
acpica | |
python-cairocffi | |
r-farver | |
extremetuxracer | |
yamagi-quake2 | |
python-zope-interface | |
kscreenlocker | |
python-rpy2 |
|
perl-common-sense | |
r-ebimage | |
python-trezor | |
sbcl-cl-prevalence |
|
python2-zope-security | |
r-riboseqr | |
libaom |
|
python-pillow | |
texlive-latex-seminar | |
openimageio | |
lrslib | |
r-gdina | |
python2-cssselect | |
unionfs-fuse-static | |
texlive-latex-xkeyval | |
hashcat | |
python-pyyaml | |
chicken | |
xscreensaver | |
python2-axolotl-curve25519 |
|
kaldi |
|
poetry | |
python2-zope-location | |
rtl-sdr | |
python2-falcon | |
ganv |
|
stumpwm | |
r-dnacopy | |
r-xfun | |
python-fakeredis | |
emacs-general |
|
r-annotate | |
kholidays | |
system-config-printer | |
isync | |
jasper | |
v4l-utils | |
go-github-com-prometheus-client-model |
|
libcap-ng | |
emacs-sudo-edit |
|
kitemmodels | |
guile2.0-gcrypt | |
potrace | |
python-tox | |
guile-sparql | |
python-sphinxcontrib-qthelp | |
memcached | |
python-idna | |
emacs-nhexl-mode | |
fossil | |
guile-debbugs |
|
python-grpcio | |
mutter | |
texlive-latex-blindtext | |
python-pyqt | |
streamlink | |
python2-dogtail | |
dune-alugrid |
|
r-pcamethods | |
mc | |
python2-pip | |
endlessh | |
umoci | |
texlive-hyphen-italian | |
emacs-sly-macrostep |
|
r-vegan | |
libtextstyle | |
rpm | |
ruby-public-suffix | |
r-cytolib | |
libfakekey | |
texlive-latex-graphics | |
tabixpp | |
r-insight | |
r-modelmetrics | |
emacs-pyvenv | |
qtsensors | |
emacs-lispyville |
|
et | |
synergy | |
python2-html5lib | |
dos2unix | |
perl-time-local | |
cppzmq |
|
emacs-org-sidebar | |
emacs-modus-themes | |
python2-contextlib2 |
|
r-rhdf5lib | |
texlive-fonts-rsfs | |
sqlite | |
mdds | |
texlive-hyphen-croatian | |
dune-functions | |
r-dorng | |
r-flextable | |
python-elementpath | |
r-siggenes | |
r-vsn | |
perl-yaml | |
texlive-latex-colortbl | |
ltris | |
python2-radon | |
mes-rb5 | |
pcmanfm-qt | |
python2-zope-proxy | |
tiled | |
openmpi-thread-multiple | |
python2-argcomplete | |
xpdf | |
kubrick | |
grantleetheme | |
java-qdox | |
r-ihw | |
colordiff | |
fortify-headers | |
grantlee | |
proof-general | |
openldap | |
r-vgam | |
prison | |
screen | |
radeontop | |
python-greenlet | |
python-zope-configuration | |
sbcl-fast-http |
|
cloud-utils | |
go-golang-org-x-sys |
|
emacs-deadgrep |
|
musescore | |
r-txdb-mmusculus-ucsc-mm10-knowngene | |
python2-pillow | |
s6-linux-utils | |
python2-coverage | |
python-backports-csv | |
r-circlize | |
scrot | |
texlive-generic-ulem | |
python-pysocks | |
scrypt | |
python-pynacl | |
gnome-desktop | |
r-flowutils | |
python2-virtualenv | |
r-regioner | |
gambit-c | |
r-genomeinfodb | |
hstr | |
libmediainfo | |
r-leiden | |
r-gh | |
wimlib | |
networkmanager-qt | |
texlive-hyphen-thai | |
r-globaloptions | |
r-gdsfmt | |
kconfig | |
r-foreign | |
libkomparediff2 | |
r-annotationforge | |
python-mccabe | |
r-bigmemoryextras | |
w3m |
|
gst-kaldi-nnet2-online |
|
r-bh | |
r-glimma | |
r-affycompatible | |
python-texttable | |
python2-psycopg2 | |
zstd | |
ecl-babel |
|
python-pybedtools | |
sbcl-cl-octet-streams | |
sbcl-local-time |
|
openvpn | |
sbcl-parse-declarations |
|
gzochi | |
r-opencyto | |
protozero | |
r-rbowtie2 | |
secilc | |
r-univoutl | |
dot2tex | |
python-six | |
knot-resolver | |
syncthing | |
fflas-ffpack | |
mate-system-monitor | |
xfsprogs | |
python-pyicu | |
xfce4-eyes-plugin | |
texlive-latex-mflogo | |
kbookmarks | |
ortp | |
libsysstat | |
go-github-com-gobwas-glob |
|
emacs-howm | |
ghc-persistent-template | |
marco | |
libev | |
sbcl-usocket |
|
stellarium | |
libnspsl | |
less | |
python2-nose2 | |
emacs-disable-mouse | |
woff2 |
|
python-pylint | |
r-mast | |
xfce4-whiskermenu-plugin | |
qtwebkit |
|
java-javax-inject | |
python2-pytest-xdist | |
r-rcppprogress | |
xfce4-power-manager | |
lxsession | |
r-sctransform | |
ccl | |
r-illuminaio | |
methyldackel | |
retux | |
sooperlooper | |
sbcl-drakma |
|
lxqt-build-tools | |
python-stevedore | |
openfst | |
go-github-com-golang-groupcache-lru |
|
libphutil |
|
python2-pycparser | |
emacs-stumpwm-mode |
|
nsis-i686 | |
asymptote | |
emacs-org-edit-latex | |
cl-split-sequence | |
r-consensusclusterplus | |
perl-io-tty | |
flameshot | |
check | |
ddclient | |
r-gridgraphics | |
u-boot-wandboard | |
sslh | |
lightdm | |
ocamlbuild | |
r-ggridges | |
emacs-list-utils | |
sbcl-flexi-streams | |
libspiro |
|
python-slugify | |
kdecoration | |
openmw | |
radicale | |
python-cryptography-vectors | |
emacs-rudel | |
sct | |
sbcl-s-sysdeps |
|
python2-setuptools-scm | |
r-ddalpha | |
coq | |
texlive-latex-float | |
r-impute | |
python-smmap2 | |
gpodder | |
graphene | |
perl-libintl-perl | |
source-highlight | |
r-car | |
pavucontrol-qt | |
python-patsy | |
libpwquality | |
awesome | |
linux-libre-arm-omap2plus | |
r-edaseq | |
guix |
|
r-hyperdraw | |
r-motifstack | |
font-liberation | |
texlive-fonts-stmaryrd | |
lvm2-static | |
python-virtualenv | |
r-rots | |
tmux | |
python-wrapper | |
r-nmf | |
perl-catalyst-devel | |
texlive-latex-supertabular | |
samplv1 | |
python2-flask-login | |
python-ddt | |
gnome-sudoku | |
python-igraph |
|
emacs-popup | |
darkice | |
r-rngtools | |
python-toml | |
ixion | |
python2-webob | |
java-snappy | |
c-toxcore | |
dragon | |
python-mutagen | |
texlive-unicode-data | |
toxic | |
libosinfo | |
alsa-plugins | |
neomutt | |
xorgproto | |
emacs-bash-completion | |
e2fsprogs | |
docker-cli | |
kmouth | |
wmnd | |
bitcoin-abc | |
r-webbioc | |
ruby_version | |
bash-minimal | |
python2-joblib | |
kjumpingcube | |
go-github-com-robfig-cron | |
kmahjongg | |
ngless | |
ecl | |
libabigail | |
schismtracker | |
python-bottle | |
intel-vaapi-driver | |
texlive-bin | |
r-fpc | |
stgit | |
r-powerlaw | |
libxml2 | |
sbcl-ptester |
|
r-msnid | |
python-pycurl | |
python-pep8 | |
guile-static-stripped | |
qtserialbus | |
ocaml-qcheck | |
r-annotatr | |
flightgear | |
r-dnabarcodes | |
sbcl-trivial-gray-streams |
|
imapfilter | |
igraph | |
suitesparse | |
kdesignerplugin | |
python-oslo.context | |
electron-cash | |
linux-libre-arm-generic | |
ecl-cl-random-forest |
|
libgit2-glib | |
qtwebsockets | |
r-psych | |
milkytracker | |
openocd |
|
xerces-c | |
pngquant | |
r-seurat | |
wine-staging-patchset-data | |
ocaml-odoc | |
nss | |
mpv-mpris | |
python2-urwid | |
python2-automat | |
r-patchwork |
|
emacs-symbol-overlay |
|
kguiaddons | |
python-cachecontrol | |
r-gargle | |
cl-fast-http |
|
dbus-glib | |
r-biostrings | |
ruby-cucumber-core | |
xfce4-terminal | |
r-rematch2 | |
enlightenment-wayland | |
yelp-tools | |
snap | |
fdroidserver | |
r-rprotobuflib | |
python-six-bootstrap | |
r-a4classif | |
aspell-dict-da |
|
cdogs-sdl | |
texlive-hyphen-sanskrit | |
haveged | |
memtester | |
ranger | |
python2-apache-libcloud | |
bluefish | |
homebank | |
proj | |
r-vioplot | |
r-formula | |
r-hdf5r | |
nsis-x86_64 | |
texlive-latex-base | |
python-pygments | |
tome4 | |
python-zope-testing | |
r-hierfstat | |
swig | |
python2-pybedtools | |
python-sip | |
fc-host-tools | |
qtnetworkauth | |
libxslt | |
r-rapidjsonr | |
r-glmnet | |
emacs-magit-todos | |
texlive-hyphen-kurmanji | |
ruby-asciimath | |
golly | |
libmaxminddb | |
mpdscribble | |
r-annotationtools | |
gpxsee | |
vifm | |
r-bayseq | |
gtkspell3 | |
texlive-generic-listofitems | |
disorderfs | |
scotch | |
r-biggr | |
r-abcrlda | |
libffcall | |
python-soupsieve | |
lxqt-powermanagement | |
python-pyrsistent | |
zn-poly | |
cl-fast-io |
|
emacs-attrap |
|
libstaroffice | |
r-feature | |
texlive-hyph-utf8 | |
sord | |
r-qtl | |
python-pytest-bootstrap | |
mate-themes | |
cl-static-vectors |
|
emacs-hl-todo | |
r-biocworkflowtools | |
ghc-atomic-write | |
ant-apache-bcel | |
privoxy | |
mruby | |
hugin | |
ecl-cl-octet-streams | |
python-django-taggit | |
dune-istl | |
nnn | |
fakeroot | |
libsigrokdecode | |
antlr3 | |
mgba | |
emacs-helm-ag |
|
dxvk | |
usb-modeswitch | |
ccache | |
make | |
emacs-markdown-mode | |
libmateweather | |
s-tui | |
racket | |
python-editor | |
r-biocparallel | |
wesnoth-server | |
go-github-com-audriusbutkevicius-pfilter |
|
bctoolbox | |
r-shape | |
texlive-latex-pdfpages | |
kcodecs | |
python-ldap | |
sbcl-cl+ssl |
|
perl-hash-merge | |
afew | |
mesa-opencl-icd | |
emacs-dtrt-indent | |
emacs-flycheck |
|
sweeper | |
r-seqminer | |
python-pypairix | |
java-xerces | |
r-rgdal | |
go-github-com-urfave-cli | |
godot | |
emacs-sx |
|
r-acebayes | |
r-gdtools | |
hplip | |
guile-wisp | |
r-chipexoqual | |
python-zope-security | |
qpdf | |
python-autopep8 | |
jetring | |
emacs-dired-toggle-sudo |
|
cl-chanl |
|
python-natsort | |
r-geoquery | |
texlive-latex-gcite | |
oxygen-icons | |
texlive-hyphen-ethiopic | |
fio | |
qtlocation | |
python-jupyter-console | |
z3 | |
guile-json | |
freeipmi | |
guile-next | |
dconf | |
xf86-video-geode | |
r-rdpack | |
python-pyphen | |
go-golang-org-x-net |
|
docker | |
r-motiv | |
superlu | |
higan | |
emacs-direnv | |
texlive-hyphen-base | |
openntpd | |
texlive-latex-mdwtools | |
python-webassets | |
packagekit | |
template-glib | |
gdal | |
pigx-chipseq | |
linux-pam | |
python-gevent | |
python2-pytest | |
wine | |
texlive-hyphen-indic | |
intel-mpi-benchmarks | |
bzip2 | |
twm | |
taglib |
|
ndctl | |
r-rcppannoy | |
r-roar | |
linux-libre-headers-stripped-tarball | |
r-ldblock |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 622 is way too long (144 characters) |
New warning | formatting Look for formatting issues in the source | line 621 is way too long (116 characters) |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | aegis-perl-tempdir2.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
New warning | formatting Look for formatting issues in the source | tabulation on line 277, column 20 |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs java-stringtemplate@3.2.1 and java-stringtemplate@4.0.6 collide |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 8304 is way too long (96 characters) |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | formatting Look for formatting issues in the source | line 8378 is way too long (100 characters) |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infractions at 84, 235 |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | apr-skip-getservbyname-test.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 75 is way too long (101 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | aws-c-event-stream-cmake-prefix.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | aws-checksums-cmake-prefix.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 560 is way too long (93 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 3484 is way too long (149 characters) |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 253 |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1478 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | bsd-games-gamescreen.h.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 82 |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 48 |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 94 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 64 |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python2-pip' should probably not be an input at all |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'groff' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 246 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infractions at 33, 259 |
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 33 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 231 is way too long (95 characters) |
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 366 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | clang-runtime-3.5-libsanitizer-mode-field.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | clang-runtime-3.8-libsanitizer-mode-field.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | clang-runtime-3.8-libsanitizer-mode-field.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | clang-runtime-3.9-libsanitizer-mode-field.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 870 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 6019 is way too long (104 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 5637 is way too long (97 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-cython' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2905 is way too long (94 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2334 is way too long (130 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 11744 is way too long (93 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2024 is way too long (96 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Resolved warning | formatting Look for formatting issues in the source | line 717 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 213 is way too long (102 characters) |
New warning | formatting Look for formatting issues in the source | line 214 is way too long (105 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 265 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2909 is way too long (105 characters) |
New warning | formatting Look for formatting issues in the source | line 3678 is way too long (100 characters) |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | cyrus-sasl-ac-try-run-fix.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'intltool' should probably be a native input |
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'pkg-config' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | debops-constants-for-external-program-names.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 129 is way too long (102 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 63 |
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 64 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 4665 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 4740, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 4737, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 4736, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 4739, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 4738, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 4735, column 0 |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 11397 is way too long (110 characters) |
New warning | formatting Look for formatting issues in the source | line 11396 is way too long (97 characters) |
New warning | formatting Look for formatting issues in the source | line 11394 is way too long (140 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 79 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2024 is way too long (96 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 85 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 5484 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2905 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 68 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 11744 is way too long (93 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 385 is way too long (97 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 154 is way too long (97 characters) |
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 472 is way too long (122 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 89 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 12582, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12553, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12554, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12557, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12558, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12570, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12571, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12572, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12573, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12574, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12575, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12576, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12577, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12578, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12579, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12580, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12581, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12583, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12584, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12585, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 12586, column 0 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Resolved warning | formatting Look for formatting issues in the source | line 5855 is way too long (106 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 99 |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 362 is way too long (106 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 354 is way too long (92 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 355 is way too long (96 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 356 is way too long (92 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 358 is way too long (94 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 359 is way too long (91 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 360 is way too long (94 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 361 is way too long (99 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 363 is way too long (110 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 364 is way too long (117 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 365 is way too long (98 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 367 is way too long (102 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 369 is way too long (92 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 370 is way too long (116 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 371 is way too long (95 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 13839, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 13840, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 4475, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 4476, column 0 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 24147 is way too long (99 characters) |
New warning | formatting Look for formatting issues in the source | tabulation on line 24177, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 24173, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 24170, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 24169, column 0 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 178 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 347 is way too long (99 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 346 is way too long (100 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 344 is way too long (102 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 345 is way too long (104 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 91 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1660 is way too long (95 characters) |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 940 is way too long (106 characters) |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'swig' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'bison' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 90 is way too long (419 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 2899, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2902, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2900, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2901, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2903, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1896 is way too long (104 characters) |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'libtool' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |
New warning | patch-headers Validate patch headers | gajim-honour-GAJIM_PLUGIN_PATH.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 1156 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1171 is way too long (98 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 539 is way too long (125 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'glib:bin' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 591 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 354 is way too long (102 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 365 is way too long (95 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 354, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 364, column 0 |
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 338, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 351, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 352, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 363, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 353, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 350, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 780 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 82 is way too long (96 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'desktop-file-utils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1395 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'glib:bin' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'glib:bin' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | derivation Report failure to compile a package to a derivation | failed to create i586-gnu derivation: could not find bootstrap binary 'tar' for system 'i586-gnu' |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Resolved warning | formatting Look for formatting issues in the source | line 74 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'bison' should probably be a native input |
New warning | patch-file-names Validate file names and availability of patches | gobject-introspection-absolute-shlib-path.patch: file name is too long |
New warning | patch-headers Validate patch headers | gobject-introspection-girepository.patch: patch lacks comment and upstream status |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 93 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 6009 is way too long (101 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'pkg-config' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1915 is way too long (94 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 814, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 813, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 815, column 0 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 188 is way too long (94 characters) |
New warning | formatting Look for formatting issues in the source | line 191 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | formatting Look for formatting issues in the source | line 381 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 493 is way too long (96 characters) |
New warning | formatting Look for formatting issues in the source | trailing white space on line 497 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | gzdoom-find-system-libgme.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | hdf5-1.8-mpi-deprecations.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
Resolved warning | derivation Report failure to compile a package to a derivation | failed to create i586-gnu derivation: could not find bootstrap binary 'tar' for system 'i586-gnu' |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 169 is way too long (105 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 860 |
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 854 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1289 is way too long (92 characters) |
New warning | formatting Look for formatting issues in the source | line 1145 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1337 is way too long (98 characters) |
New warning | formatting Look for formatting issues in the source | line 1494 is way too long (102 characters) |
New warning | formatting Look for formatting issues in the source | line 1492 is way too long (105 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 7657 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | trailing white space on line 1914 |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | java-apache-ivy-port-to-latest-bouncycastle.patch: file name is too long |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should not be empty |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 12176 is way too long (92 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 310 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@6.1 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@4.0 and plexus-parent-pom@5.1 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | formatting Look for formatting issues in the source | line 4608 is way too long (95 characters) |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@13 and apache-parent-pom@21 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@3.1 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs java-sonatype-spice-parent-pom@15 and java-sonatype-spice-parent-pom@12 collide |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs java-sonatype-forge-parent-pom@6 and java-sonatype-forge-parent-pom@10 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs maven-parent-pom@33 and maven-parent-pom@30 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@50 and apache-commons-parent-pom@39 collide |
New warning | formatting Look for formatting issues in the source | line 3271 is way too long (107 characters) |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@16 and apache-parent-pom@21 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@50 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@50 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@50 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | patch-file-names Validate file names and availability of patches | java-tunnelvisionlabs-antlr-code-too-large.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | java-tunnelvisionlabs-antlr-code-too-large.patch: file name is too long |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | java-tunnelvisionlabs-antlr-code-too-large.patch: file name is too long |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 1140, column 0 |
Resolved warning | formatting Look for formatting issues in the source | line 1180 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | formatting Look for formatting issues in the source | line 149 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 380, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 322, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 324, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 382, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 325, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 383, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 384, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 326, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 385, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 327, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 386, column 0 |
Resolved warning | formatting Look for formatting issues in the source | line 283 is way too long (99 characters) |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 377, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 376, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 387, column 0 |
Resolved warning | formatting Look for formatting issues in the source | line 428 is way too long (119 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 426 is way too long (91 characters) |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 394, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 374, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 331, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 393, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 207, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 208, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 209, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 328, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 432, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 436, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 437, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 438, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 456, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 461, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 462, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 467, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 468, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 469, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 431, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 430, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 315, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 378, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 379, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 313, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 381, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 317, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 321, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 392, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 391, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 330, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 390, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 213, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 329, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 316, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 214, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 216, column 0 |
Resolved warning | formatting Look for formatting issues in the source | line 281 is way too long (94 characters) |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 389, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 303 is way too long (106 characters) |
New warning | formatting Look for formatting issues in the source | line 301 is way too long (107 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 169 |
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 948 is way too long (324 characters) |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 265, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 271, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 270, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 248, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 249, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 250, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 269, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 251, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 252, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 253, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 268, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 254, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 255, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 266, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 256, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 259, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 260, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 262, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 263, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 264, column 0 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'glib:bin' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 128 is way too long (140 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | libgeotiff-adapt-test-script-for-proj-6.2.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | libmhash-hmac-fix-uaf.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 3387 is way too long (104 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 456, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 457, column 0 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | derivation Report failure to compile a package to a derivation | failed to create riscv64-linux derivation: could not find bootstrap binary 'tar' for system 'riscv64-linux' |
Linter | Message | |
---|---|---|
New warning | derivation Report failure to compile a package to a derivation | failed to create riscv64-linux derivation: could not find bootstrap binary 'tar' for system 'riscv64-linux' |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | formatting Look for formatting issues in the source | line 815 is way too long (117 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 815 is way too long (117 characters) |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 751 is way too long (117 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | derivation Report failure to compile a package to a derivation | failed to create riscv64-linux derivation: could not find bootstrap binary 'tar' for system 'riscv64-linux' |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | formatting Look for formatting issues in the source | line 815 is way too long (117 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 815 is way too long (117 characters) |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | derivation Report failure to compile a package to a derivation | failed to create riscv64-linux derivation: could not find bootstrap binary 'tar' for system 'riscv64-linux' |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | lsh-fix-x11-forwarding.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 910 is way too long (95 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 945 is way too long (100 characters) |
New warning | formatting Look for formatting issues in the source | line 948 is way too long (108 characters) |
New warning | formatting Look for formatting issues in the source | line 947 is way too long (119 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1054 is way too long (119 characters) |
New warning | formatting Look for formatting issues in the source | line 1055 is way too long (108 characters) |
New warning | formatting Look for formatting issues in the source | line 1052 is way too long (100 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 987 is way too long (123 characters) |
New warning | formatting Look for formatting issues in the source | line 985 is way too long (104 characters) |
New warning | formatting Look for formatting issues in the source | line 988 is way too long (112 characters) |
New warning | formatting Look for formatting issues in the source | line 986 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1020 is way too long (100 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9316 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9316 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9316 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9316 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9316 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'desktop-file-utils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 1362, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 1366, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 1364, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 1363, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 1361, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 1360, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 885 is way too long (98 characters) |
New warning | formatting Look for formatting issues in the source | line 860 is way too long (92 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 6259 is way too long (101 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 252 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 798 is way too long (92 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 799 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@21 and apache-parent-pom@6 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@39 and apache-commons-parent-pom@41 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@21 and apache-parent-pom@6 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@50 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@21 and apache-parent-pom@6 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs java-sonatype-spice-parent-pom@15 and java-sonatype-spice-parent-pom@12 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 1213 is way too long (103 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 1212 is way too long (99 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 1214 is way too long (115 characters) |
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Resolved warning | formatting Look for formatting issues in the source | line 1183 is way too long (94 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 1215 is way too long (118 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 1184 is way too long (110 characters) |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs maven-parent-pom@33 and maven-parent-pom@30 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@21 and apache-parent-pom@18 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs maven-artifact@3.6.1 and maven-artifact@3.0 collide |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@48 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@48 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs maven-artifact@3.6.1 and maven-artifact@3.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@39 and apache-commons-parent-pom@41 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@21 and apache-parent-pom@6 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@4.0 and plexus-parent-pom@5.1 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@21 and apache-parent-pom@6 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@4.0 and plexus-parent-pom@5.1 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs maven-artifact@3.6.1 and maven-artifact@3.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@4.0 and plexus-parent-pom@5.1 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs java-sonatype-spice-parent-pom@15 and java-sonatype-spice-parent-pom@12 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@48 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs plexus-parent-pom@5.1 and plexus-parent-pom@4.0 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@16 and apache-parent-pom@18 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-parent-pom@16 and apache-parent-pom@18 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs apache-commons-parent-pom@50 and apache-commons-parent-pom@39 collide |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 3608 is way too long (111 characters) |
New warning | formatting Look for formatting issues in the source | line 3607 is way too long (113 characters) |
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs maven-parent-pom@33 and maven-parent-pom@30 collide |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs /gnu/store/hyi21wbh8vfs1v3cy162g4rz457yli9r-maven-wagon-provider-api-3.3.4 and /gnu/store/dd25ffafrqxiwi7ly20vn6kkvd3sq9jb-maven-wagon-provider-api-3.3.4 collide |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 293 is way too long (100 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 299 is way too long (120 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'doxygen' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | libziparchive-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-add-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | libutils-remove-damaging-includes.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | adb-add-libraries.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | mongodb-support-unknown-linux-distributions.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | mono-mdoc-timestamping.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 347 |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 105 is way too long (95 characters) |
Resolved warning | patch-file-names Validate file names and availability of patches | mrustc-0.8.0-fix-variable-length-integer-receiving.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 177 is way too long (123 characters) |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-nose' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 152 is way too long (92 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | netcdf-date-time.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | netcdf-date-time.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | derivation Report failure to compile a package to a derivation | failed to create i686-gnu derivation: could not find bootstrap binary 'tar' for system 'i686-gnu' |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | netsurf-message-timestamp.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 5925 is way too long (110 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 5927 is way too long (117 characters) |
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'bison' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | nsis-env-passthru.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | nsis-env-passthru.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 5472, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 5471, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 5475, column 0 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 2255 is way too long (97 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | ocaml-dose3-dont-make-printconf.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2162 is way too long (98 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infractions at 52, 165 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infractions at 52, 156 |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 1992 is way too long (97 characters) |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 50 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'texinfo' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'texinfo' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 578 is way too long (99 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'doxygen' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 2344, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2351, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2350, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2345, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2349, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2346, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2347, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2348, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2341, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2343, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2342, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 2388, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2389, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2386, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2390, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2385, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2391, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2384, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2396, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2397, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2383, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 2387, column 0 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 116 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 506, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 525, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 524, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 523, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 522, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 520, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 519, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 518, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 517, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 516, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 514, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 513, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 512, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 511, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 510, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 509, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 508, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 507, column 0 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'pkg-config' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 15350, column 30 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 12775, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 12773, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 12774, column 0 |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | pinball-const-fix.patch: patch lacks comment and upstream status |
New warning | patch-headers Validate patch headers | pinball-system-ltdl.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 651 is way too long (103 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 773 is way too long (103 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 3397 is way too long (93 characters) |
New warning | patch-file-names Validate file names and availability of patches | plasma-framework-fix-KF5PlasmaMacros.cmake.patch: file name is too long |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | trailing white space on line 79 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1927 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-pip' should probably not be an input at all |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 1306 is way too long (94 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
New warning | formatting Look for formatting issues in the source | line 45 is way too long (117 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 862 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 396 is way too long (92 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 480 is way too long (93 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 64 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-nose' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 15823 is way too long (97 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 15822 is way too long (97 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-cython' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 8520, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 8521, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 8522, column 0 |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python2-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 801 is way too long (102 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | python2-larch-coverage-4.0a6-compatibility.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest-cov' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-nose' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-coverage' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-nose' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-cython' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 803 is way too long (95 characters) |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-mock' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 6025 is way too long (99 characters) |
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-setuptools-scm' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-mock' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | python-unittest2-remove-argparse.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python2-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-setuptools-scm' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 64 |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest-cov' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-mock' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 11149 is way too long (106 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 11327, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 11325, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 11326, column 0 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-mock' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-nose' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-nose' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 15822 is way too long (97 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 15823 is way too long (97 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-nose' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 153 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'swig' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest-cov' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 8520, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 8522, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 8521, column 0 |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs python-django@2.2.17 and python-django@3.1.3 collide |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest-cov' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-setuptools-scm' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-mock' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest-cov' should probably be a native input |
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 727 is way too long (92 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 3341 is way too long (168 characters) |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-mock' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest-cov' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-nose' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-coverage' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-nose' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs python-distlib@0.3.1 and python-distlib@0.3.0 collide |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 701 is way too long (95 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 2061 is way too long (105 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-coverage' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pytest' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs python-urllib3@1.24.3 and python-urllib3@1.25.9 collide |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-mock' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 5713 is way too long (104 characters) |
New warning | formatting Look for formatting issues in the source | line 5720 is way too long (104 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 6025 is way too long (99 characters) |
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-setuptools-scm' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-mock' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-pbr' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | python-unittest2-remove-argparse.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-setuptools-scm' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 122 is way too long (97 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 265 is way too long (103 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 538 is way too long (105 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 541 is way too long (117 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 536 is way too long (99 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 445 is way too long (96 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1516 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'libtool' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'libtool' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9415 is way too long (184 characters) |
New warning | formatting Look for formatting issues in the source | line 9416 is way too long (205 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9416 is way too long (205 characters) |
New warning | formatting Look for formatting issues in the source | line 9415 is way too long (184 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9416 is way too long (205 characters) |
New warning | formatting Look for formatting issues in the source | line 9415 is way too long (184 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9416 is way too long (205 characters) |
New warning | formatting Look for formatting issues in the source | line 9415 is way too long (184 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 211 is way too long (139 characters) |
New warning | formatting Look for formatting issues in the source | line 224 is way too long (97 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 131 is way too long (129 characters) |
New warning | formatting Look for formatting issues in the source | line 137 is way too long (102 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'nasm' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infractions at 109, 532, 653, 784 |
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infractions at 606, 945 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 183 |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 153 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 281 |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 4070 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 4639 is way too long (94 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 10527 is way too long (102 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 10528 is way too long (104 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'python2-cython' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2650 is way too long (97 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 151 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1737 is way too long (99 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2398 is way too long (100 characters) |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 899, column 0 |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 927, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 928, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 930, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 929, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 1219 is way too long (92 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 2386 is way too long (111 characters) |
New warning | formatting Look for formatting issues in the source | line 2388 is way too long (111 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 11002 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 36971 is way too long (107 characters) |
New warning | formatting Look for formatting issues in the source | line 36973 is way too long (107 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'pkg-config' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 17593 is way too long (93 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 36872, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 36873, column 0 |
New warning | formatting Look for formatting issues in the source | tabulation on line 36870, column 0 |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 19645 is way too long (102 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 2217 is way too long (114 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 11396 is way too long (97 characters) |
New warning | formatting Look for formatting issues in the source | line 11397 is way too long (110 characters) |
New warning | formatting Look for formatting issues in the source | line 11394 is way too long (140 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2580 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2334 is way too long (130 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2024 is way too long (96 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 5637 is way too long (97 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 2905 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 11744 is way too long (93 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 5791 is way too long (104 characters) |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'nasm' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | sdl-pango-header-guard.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'swig' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 9519 is way too long (118 characters) |
New warning | description Validate package descriptions | use @code or similar ornament instead of quotes |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-docutils' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | steghide-fixes.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | trailing white space on line 1038 |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 1622 is way too long (94 characters) |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | symmetrica-bruch.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
New warning | inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python2-setuptools' should probably not be an input at all |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input |
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'bison' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | tcsh-fix-autotest.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gtk-doc' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 270 is way too long (91 characters) |
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 1574 is way too long (91 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 2414, column 22 |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 180 is way too long (99 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 574 |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 1761 is way too long (92 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 1769 is way too long (92 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | patch-headers Validate patch headers | tuxpaint-stamps-path.patch: patch lacks comment and upstream status |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 758 is way too long (127 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 49 |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 668 is way too long (93 characters) |
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 49 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 49 |
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 902 is way too long (91 characters) |
New warning | formatting Look for formatting issues in the source | line 903 is way too long (102 characters) |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 49 |
New warning | formatting Look for formatting issues in the source | line 668 is way too long (93 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 558 is way too long (97 characters) |
New warning | formatting Look for formatting issues in the source | line 536 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | description should start with an upper-case letter or digit |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 819 is way too long (97 characters) |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 5256 is way too long (110 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Resolved warning | formatting Look for formatting issues in the source | line 1925 is way too long (104 characters) |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'python-cython' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 15064 is way too long (92 characters) |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 230 is way too long (94 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 625, column 0 |
Resolved warning | formatting Look for formatting issues in the source | tabulation on line 624, column 0 |
New warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 1217 is way too long (107 characters) |
Resolved warning | formatting Look for formatting issues in the source | line 1103 is way too long (109 characters) |
Linter | Message | |
---|---|---|
Resolved warning | inputs-should-be-native Identify inputs that should be native inputs | 'qttools' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | source-unstable-tarball Check for autogenerated tarballs | the source URI should not be an autogenerated tarball |
Linter | Message | |
---|---|---|
Resolved warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 76 |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | line 99 is way too long (113 characters) |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
Resolved warning | formatting Look for formatting issues in the source | parentheses feel lonely, move to the previous or next line |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'autoconf' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'autoconf' should probably be a native input |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | line 506 is way too long (91 characters) |
Linter | Message | |
---|---|---|
Resolved warning | patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |
Linter | Message | |
---|---|---|
New warning | patch-file-names Validate file names and availability of patches | xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch: file name is too long |
New warning | patch-file-names Validate file names and availability of patches | xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch: file name is too long |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 6329, column 0 |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 72 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'itstool' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 300 |
Linter | Message | |
---|---|---|
New warning | inputs-should-be-native Identify inputs that should be native inputs | 'gobject-introspection' should probably be a native input |
Linter | Message | |
---|---|---|
New warning | formatting Look for formatting issues in the source | tabulation on line 750, column 18 |
New warning | formatting Look for formatting issues in the source | tabulation on line 753, column 18 |