Skip to content

Instantly share code, notes, and snippets.

@schierlm
Created April 7, 2021 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schierlm/9695dd20e4f34bc5929b8b298888d76c to your computer and use it in GitHub Desktop.
Save schierlm/9695dd20e4f34bc5929b8b298888d76c to your computer and use it in GitHub Desktop.
Debian build-dep Cycle checker/printer

Debian build-dep Cycle checker/printer

  • Create a chroot containing Debian stable (Sources.list attached)
  • Reduce installed package set to attached dpkg list
  • Install libapt-pkg-perl
  • Have lots of time available and run the perl script

Takes 10-15 seconds PER PACKAGE for me.

#!/usr/bin/perl
# (c) 2021 Michael Schierl
# Licensed under MIT License
use strict;
use warnings;
use AptPkg::Cache;
use AptPkg::Source;
my $source = AptPkg::Source->new();
my $cache = AptPkg::Cache->new();
my $packages = $cache->packages;
sub print_source_info {
my ($f, @src) = ($_[0], @{$_[1]});
my $size = 0;
foreach my $file (@{$src[0]{'Files'}}) {
$size += ${$file}{'Size'};
}
my $dst = "";
foreach my $bin (sort @{$src[0]{'Binaries'}}) {
my %pack = $packages->lookup($bin);
next unless exists $pack{'Name'};
$dst .= '+' if $dst ne '';
$dst .= $pack{'Name'}.'('.$pack{'ShortDesc'}.')';
}
my $name = $src[0]{'Package'};
print $f "$size\t$name\t$dst\n";
}
print "Pass 5\n";
open(my $in, "<", "tocheck2.txt") or die $!;
open(my $out1, ">", "_deps.txt") or die $!;
open(my $out2, ">", "_selfdeps.tsv") or die $!;
my $idx = 0;
my %sourcecache;
while(my $line = <$in>) {
chomp $line;
$idx++;
if ($idx % 200 == 0) {
print "\t$idx\n";
}
my $selfdep = 0;
my $depline = "$line ->";
my %dephash = ();
open(my $pipe, "-|", "apt-get -q -q -s --no-remove build-dep $line");
while (<$pipe>) {
chomp;
next unless /^Inst /;
s/^Inst (.*?) \(.*$/$1/;
if (not exists $sourcecache{$_}) {
$sourcecache{$_} = $source->find($_);
}
my $src = $sourcecache{$_};
if ($src eq $line) {
$selfdep = 1;
last;
}
next if exists $dephash{$src};
$dephash{$src} = 1;
$depline .= " " . $src;
}
if ($selfdep) {
my @src = $source->find($line, 1);
&print_source_info($out2, \@src);
} else {
print $out1 "$depline\n";
}
close $pipe or die "Error getting dependencies of $line";
}
close $in;
close $out1;
close $out2;
print "Done";
adduser install
apt install
base-files install
base-passwd install
bash install
binutils install
binutils-common:amd64 install
binutils-x86-64-linux-gnu install
bsdutils install
build-essential install
bzip2 install
coreutils install
cpp install
cpp-8 install
dash install
debconf install
debian-archive-keyring install
debianutils install
diffutils install
dmsetup install
dpkg install
dpkg-dev install
e2fsprogs install
fdisk install
findutils install
g++ install
g++-8 install
gcc install
gcc-8 install
gcc-8-base:amd64 install
gpgv install
grep install
gzip install
hostname install
init install
init-system-helpers install
libacl1:amd64 install
libapparmor1:amd64 install
libapt-pkg5.0:amd64 install
libargon2-1:amd64 install
libasan5:amd64 install
libatomic1:amd64 install
libattr1:amd64 install
libaudit-common install
libaudit1:amd64 install
libbinutils:amd64 install
libblkid1:amd64 install
libbz2-1.0:amd64 install
libc-bin install
libc-dev-bin install
libc6:amd64 install
libc6-dev:amd64 install
libcap-ng0:amd64 install
libcap2:amd64 install
libcc1-0:amd64 install
libcom-err2:amd64 install
libcryptsetup12:amd64 install
libdb5.3:amd64 install
libdebconfclient0:amd64 install
libdevmapper1.02.1:amd64 install
libdpkg-perl install
libext2fs2:amd64 install
libfdisk1:amd64 install
libffi6:amd64 install
libgcc-8-dev:amd64 install
libgcc1:amd64 install
libgcrypt20:amd64 install
libgdbm-compat4:amd64 install
libgdbm6:amd64 install
libgmp10:amd64 install
libgnutls30:amd64 install
libgomp1:amd64 install
libgpg-error0:amd64 install
libhogweed4:amd64 install
libidn11:amd64 install
libidn2-0:amd64 install
libip4tc0:amd64 install
libisl19:amd64 install
libitm1:amd64 install
libjson-c3:amd64 install
libkmod2:amd64 install
liblsan0:amd64 install
liblz4-1:amd64 install
liblzma5:amd64 install
libmount1:amd64 install
libmpc3:amd64 install
libmpfr6:amd64 install
libmpx2:amd64 install
libncursesw6:amd64 install
libnettle6:amd64 install
libnss-systemd:amd64 install
libp11-kit0:amd64 install
libpam-modules:amd64 install
libpam-modules-bin install
libpam-runtime install
libpam0g:amd64 install
libpcre3:amd64 install
libperl5.28:amd64 install
libquadmath0:amd64 install
libseccomp2:amd64 install
libselinux1:amd64 install
libsemanage-common install
libsemanage1:amd64 install
libsepol1:amd64 install
libsmartcols1:amd64 install
libss2:amd64 install
libssl1.1:amd64 install
libstdc++-8-dev:amd64 install
libstdc++6:amd64 install
libsystemd0:amd64 install
libtasn1-6:amd64 install
libtinfo6:amd64 install
libtsan0:amd64 install
libubsan1:amd64 install
libudev1:amd64 install
libunistring2:amd64 install
libuuid1:amd64 install
libzstd1:amd64 install
linux-libc-dev:amd64 install
login install
make install
mawk install
mount install
ncurses-base install
ncurses-bin install
passwd install
patch install
perl install
perl-base install
perl-modules-5.28 install
sed install
systemd install
systemd-sysv install
sysvinit-utils install
tar install
util-linux install
xz-utils install
zlib1g:amd64 install
deb http://deb.debian.org/debian/ buster main
deb-src http://deb.debian.org/debian/ buster main
deb http://security.debian.org/ buster/updates main
deb-src http://security.debian.org/ buster/updates main
deb http://deb.debian.org/debian/ buster-updates main
deb-src http://deb.debian.org/debian/ buster-updates main
shelr
python-uinput
ubertooth
tbsync
haskell-finite-field
fookebox
node-getobject
luxio
python-cement
copyright-update
kindleclip
node-resolve
golang-github-inconshreveable-muxado
libint2
gnome-keyring
watcher
xfonts-bolkhov
reniced
python-django-casclient
kdeclarative
globus-ftp-control
rust-clap
python-jsmin
syslog-ng
python-ttystatus
eiskaltdcpp
asmixer
ocaml-batteries
debpear
knopflerfish-osgi
qt3d-opensource-src
pybtex-docutils
libbarcode-datamatrix-png-perl
ignition-math2
haskell-safe-exceptions
node-inquirer
anytun
ignition-math4
webkit2gtk
ruby-ttfunk
vcr.py
python-aws-requests-auth
gpaste
python-traceback2
libjwt
debian-games
kactivities-kf5
ispell.pt
librdf-trine-perl
havp
medicalterms
pbuilder
haskell-ircbot
bnfc
jboss-classfilewriter
v4l2loopback
copyfs
libconfig
fonts-sambhota-yigchung
lrslib
libqtdbusmock
gunicorn
libart-lgpl
fonts-adf
eag-healpix
rust-autocfg
libgovirt
sitesummary
libsequence-library-java
balboa
xserver-xorg-input-synaptics
ogmrip
haskell-sdl2
puppet-module-puppetlabs-stdlib
python-flexmock
qpdf
libpackage-pkg-perl
haskell-tasty
python-tinycss2
xclip
mingw-w64
granite
snack
pbcopper
scoop
tagainijisho
django-housekeeping
haskell-twitter-types-lens
fiona
haskell-xdg-basedir
kdgcommons-java
haxe
python-urlobject
python-xstatic-angular-lrdragndrop
libwebservice-cia-perl
librabbitmq
hyena
python-oslo.utils
abcde
mingetty
kobodeluxe
socket++
debian-policy
py3dns
spirv-headers
pybit
insighttoolkit4
lua-torch-cwrap
comic-neue
openhpi
net-dns-fingerprint
newlisp
brltty
a2ps
dbeacon
ldb
liblingua-stem-snowball-perl
geotranz
node-is-binary-path
ruby-gnome2
r-cran-whisker
xorg-server
ibus-rime
python-ceilometerclient
zemberek-server
python-aioopenssl
idzebra
ruby-i18n-inflector
qtwebengine-opensource-src
ruby-iso8601
te923con
tap.py
kdelibs4support
libjtds-java
ocaml-extunix
libgnupg-perl
node-async-each
rust-euclid-macros
gladtex
libset-tiny-perl
s3d
libtest-mock-lwp-perl
gnome-settings-daemon
puppet-module-puppetlabs-mysql
network-manager
libfreesrp
tftp-hpa
mrtgutils
haskell-pipes-safe
lsscsi
x86info
lcgdm
python-diaspy
packagekit
plexus-bsh-factory
openocd
rust-digest
libirman
quantlib
d-rats
libnet-frame-layer-icmpv6-perl
haskell-warp
haskell-bindings-nettle
libhttp-message-perl
librecaptcha
gambas3
vlfeat
formiko
libprelude
node-copy-descriptor
ros-ros
node-dryice
simage
sunpinyin
nose2
vcsh
newmat
lintian-brush
mate-desktop
grisbi
compass-yui-plugin
libclass-trigger-perl
booth
rust-rand-core
lapack
growl-for-linux
gssdp
lucene-solr
python-drizzle
barrage
mapbox-vector-tile
numad
bootp
python-senlinclient
sezpoz
libsfml
json-simple
r-other-nitpick
node-minimatch
slirp4netns
gnome-calendar
kmime
ufiformat
tdb
concurrent-dfsg
haskell-cipher-aes
wmmisc
stx-btree
libpcap
python-pathlib2
haskell-binary-orphans
ocaml-faad
hachoir-urwid
libconfig-mvp-slicer-perl
bogofilter
python-meld3
libacme-eyedrops-perl
pytds
opencolorio
calligra
golang-github-pquerna-ffjson
fortune-mod
libjs-jquery-timeago
libpath-tiny-perl
node-ipaddr.js
libayatana-appindicator
node-prop-types
python-opcua
changetrack
globus-gssapi-error
r-base
kwin
borgmatic
dput-ng
gaupol
python-pymysql
aggdraw
haskell-strict
libnet-arp-perl
php-composer-semver
python-reportlab
xserver-xorg-video-r128
python-dsv
doodle
libfcgi-engine-perl
scour
pyqt5chart
nbsphinx
fcode-utils
libxstream-java
autocutsel
pd-ggee
ruby-typed-array
bglibs
picard-tools
libnet-google-authsub-perl
gap-transgrp
tix
fonts-woowa-hanna
cconv
r-cran-ini
libjrosetta-java
blis
gf-complete
qtstyleplugins-src
libmoox-aliases-perl
python-aiosasl
libmoosex-types-datetime-perl
tracker
gnubiff
qtquickcontrols-opensource-src
owslib
dolfin
python-roman
murano
gap-sonata
eonasdan-bootstrap-datetimepicker
remind
pyhunspell
archipel-agent-virtualmachine-oomkiller
httpfs2
etw
gretl
libpst
eris
rust-phf-generator
pyjunitxml
x2goserver
antlr3
golang-github-gophercloud-gophercloud
altermime
rust-cfg-if
django-nose
lm4tools
zephyr
libsolv
node-p-timeout
freewnn
pyfai
ppp-gatekeeper
python-getdns
libextutils-cchecker-perl
olsrd
gnucash-docs
gnushogi
soapyosmo
python-sqlsoup
fuse
xserver-xorg-video-siliconmotion
r-cran-httpuv
libwww-oauth-perl
pd-plugin
libcatalyst-model-adaptor-perl
grub
libb-utils-perl
libffado
r-cran-pvclust
gmp-ecm
noiz2sa
autodeb
xqilla
haskell-lambdabot-irc-plugins
augeas
emacs-session
trollsift
qtconnectivity-opensource-src
codegroup
rust-cookie-factory
python-filelock
mini-httpd
hsqldb1.8.0
openbve-data
golang-libgeoip
dictd
networking-l2gw
hivex
qtbase-opensource-src
ticcutils
ruby-rqrcode
wise
rtfilter
quorum
haskell-hpack
ada-reference-manual
scim
identity4c
haskell-enummapset-th
maven-resources-plugin
libxml-namespacefactory-perl
sipcrack
pandoc
eclib
pypdf2
heimdall-flash
png-sixlegs
golang-github-seiflotfy-cuckoofilter
libtemplate-plugin-lingua-en-inflect-perl
libpgplot-perl
mapnik-vector-tile
lua5.2
libteam
d2to1
html5lib
node-through2-filter
haskell-persistent
lyx
chaosreader
libdiscid
vips
dds
simulpic
puppet-module-nova
fonts-junicode
libpqxx
discover
node-tap-parser
adabrowse
rust-toml
egenix-mx-base
vdr-plugin-xineliboutput
ax25mail-utils
python-prov
analitza
twms
char-menu-el
pyrandom2
r-bioc-genomeinfodb
haskell-yesod-auth-oauth
python-base58
libmysofa
node-tippex
python-schroot
node-unset-value
haskell-foldl
pixelmed-codec
httmock
pydocstyle
gnome-desktop3
gpgme1.0
coolmail
python-static3
ctfutils
ruby-omniauth-cas3
gr-osmosdr
postgresql-debversion
scap-security-guide
drascula
python-socketpool
reprounzip
libalgorithm-lbfgs-perl
python-odf
rust-ena
python-websockets
glasstty
gnome-shell-extension-hide-veth
eztrace
libglade2
mustache-java
spice-gtk
rust-flate2
lift
moblin-sound-theme
libzapojit
r-cran-iso
globus-gss-assist
krb5
gupnp-igd
lcmaps-plugins-basic
opencryptoki
allegro5
r-bioc-biostrings
meterbridge
node-cross-spawn
sphinxcontrib-doxylink
django-sekizai
rtcninjajs
python-cerberus
minia
dosfstools
octave-struct
rust-winapi-build
libtk-doubleclick-perl
graphy
imediff
gsound
pandas
osgi-core
rust-procedural-masquerade
libxml-commons-resolver1.1-java
olivetti-mode
its
node-socket.io-parser
ruby-fuzzyurl
apache-log4j-extras1.2
libtext-markdown-perl
libapache2-mod-auth-openid
ptask
musescore
pangoterm
dot2tex
python-pyvcf
swi-prolog
python-xmltodict
liblog4ada
debian-astro
whiff
libmialm
libxml-feed-perl
librcc
node-sequencify
glom
rasmol
slashem
python-osmapi
pycairo
ddccontrol
yowsup
python-ulmo
lamarc
libsmdev
squid-langpack
python-augeas
golang-github-sergi-go-diff
dleyna-renderer
fastaq
python-kubernetes
tenmado
liblatex-encode-perl
haskell-cryptohash
z-push
xmlroff
haskell-mmorph
autotools-dev
haskell-gnutls
sqwebmail-de
mapserver
libspreadsheet-xlsx-perl
php-horde-history
node-lcid
python-axolotl
papi
otf
gemma
ktexteditor
ceilometer
grml-debootstrap
ewipe
foxeye
gem
sagemath-database-combinatorial-designs
ffms2
xmbmon
libpreludedb
libevent
fonts-lindenhill
jama
extra-cmake-modules
sunclock
libtemplate-plugin-class-perl
fonts-cwtex
fuzz
bitz-server
umegaya
jugglemaster
libisal
twinkle
php-horde-image
ert-expectations-el
libcpan-changes-perl
fxload
cglib
libconfig-model-cursesui-perl
winff
r-cran-colorspace
cogl
octave-bim
rpm
haskell-yesod
bedops
apcalc
libgdchart-gd2
latexdiff
r-cran-boolnet
devscripts-el
libmethod-autoload-perl
calculix-ccx-doc
libmodule-install-copyright-perl
gnome-common
qsopt-ex
hawtjni
libmath-calculus-expression-perl
libbit-vector-minimal-perl
ruby-blade-sauce-labs-plugin
libmath-spline-perl
ncbi-vdb
bustle
python2.7
m17n-lib
globus-gram-job-manager-sge
connectagram
xserver-xorg-video-qxl
nbconvert
casacore
passwordmaker-cli
libdazzle
kconfig
haskell-diagrams-solve
rust-der-parser
nagvis
argonaut
xstarfish
alljoyn-core-1604
motif
firehol
purpose
xfce4-sensors-plugin
ciphersaber
asterisk-core-sounds
python-jira
golang-github-tcnksm-go-input
ruby-em-websocket
lilo
libtifiles
libemail-sender-perl
golang-github-gokyle-twofactor
llvm-toolchain-6.0
spyne
equivs
golang-github-git-lfs-wildmatch
python-xmltv
musicbrainzngs
clisp
r-cran-stringdist
cinnamon-menus
libkal
haskell-readline
libdmapsharing
arpack++
fauhdlc
powerline
keystone
bareos
golang-github-hashicorp-go-immutable-radix
xfireworks
libcatmandu-perl
hlint
fonts-ricty-diminished
libjuniversalchardet-java
golang-github-prometheus-client-model
beancount
jfractionlab
intellij-annotations
libauthen-htpasswd-perl
libevt
soapysdr
igerman98
node-auto-bind
gdspy
gsequencer
liblangtag
libvcs-lite-perl
undertime
m17n-im-config
libcrypt-dh-gmp-perl
python-statsd
libewf
pystache
herculesstudio
abcm2ps
cflow
should.js
fclib
node-package-json
libgisi
skalibs
dolphin
system-config-printer
pytsk
golang-goprotobuf
pkcs11-helper
rust-wasm-bindgen
cl-parse-number
libemail-thread-perl
fftw
giira
libassa
libclass-field-perl
haskell-pretty-show
sbrsh
coco-cpp
cwltool
khronos-opencl-headers
haskell-hmatrix
golang-github-pointlander-jetset
localslackirc
gcin
liblouisutdml
olap4j
php-doctrine-inflector
oasis3
ros-interactive-markers
python-uritemplate
python-werkzeug
lios
dpkg-cross
libmldbm-sync-perl
tryton-modules-stock-supply
gtimer
haskell-ed25519
node-shasum
vde2
straight.plugin
qjson
r-cran-tikzdevice
qtspeech-opensource-src
openbsc
mupen64plus-core
haskell-derive
drf-generators
node-d3-polygon
stsci.tools
python-kajiki
lua-uri
translate-toolkit
rust-phf-shared
snappy
ros-gencpp
nagios-check-xmppng
ruby-email-validator
tiger
libio-fdpass-perl
jline
pgxnclient
forge
golang-github-go-macaron-csrf
python-ecdsa
lua-torch-graph
jnr-posix
httrack
node-is-path-inside
gluegen2
freebayes
jetring
mate-polkit
xserver-xorg-video-vesa
cervisia
python-notify2
timidity
siscone
python-jsonrpclib
libmurmurhash
gudev-sharp-1.0
math-combinatorics-clojure
pdfresurrect
kidletime
git-big-picture
libsvm
appmenu-gtk-module
derpconf
akonadiconsole
libpod-weaver-plugin-ensureuniquesections-perl
lirc
trigger-rally
libapache2-mod-python
debian-med
haskell-patience
golang-github-dgryski-go-bitstream
texmaker
ifrench-gut
r-cran-zeligei
yorick-ynfft
rurple-ng
nexuiz-data
trafficserver
gexiv2
plasma-workspace
nexuiz
apertium-id-ms
rust-pangocairo
mosquitto
natsort
networkmanager-qt
relion
microcom
node-fancy-log
axe-demultiplexer
bitlbee
golang-gopkg-vmihailenco-msgpack.v2
direnv
wmxres
barada-pam
khronos-opencl-clhpp
perltidy
atlas
consensuscore
modello-maven-plugin
cysignals
wmcore
ukui-themes
slwildcard
glusterfs
crossguid
libperl4-corelibs-perl
lysdr
jersey1
plexus-cli
courier
dhcpcd-ui
liblog-report-lexicon-perl
libzerg-perl
qtxmlpatterns-opensource-src
r-cran-int64
rust-remove-dir-all
quiterss
r-bioc-biocparallel
postgis
node-expect.js
python-mockupdb
libuniversal-isa-perl
tagcoll2
servlet-api
python-asteval
tracker-miners
php-psr-http-message
libhash-withdefaults-perl
xtrlock
haskell-th-lift
lincity-ng
fis-gtm
black
libpackage-new-perl
golang-github-go-openapi-jsonreference
fastml
google-compute-image-packages
libtask-kensho-perl
poc-streamer
python-levenshtein
asylum
sphinxcontrib-spelling
parlatype
eclipse-platform-resources
zeroc-ice
fonts-lobstertwo
django-webpack-loader
ust
python-iowait
bambamc
openjpeg2
flycheck
stressant
aconnectgui
konwert
fwupdate
librecommended-perl
lua-wsapi
spacearyarya
lua50
libdist-zilla-plugin-test-notabs-perl
ruby-amazon-ec2
r-cran-logspline
tryton-modules-stock-package-shipping-ups
diodon
ocaml-migrate-parsetree
libfile-path-expand-perl
tldr-py
liblxqt
systemd-cron
python-latexcodec
ukwm
khelpcenter
haskell-hsini
libclass-accessor-chained-perl
tryton-modules-carrier-percentage
python-pygit2
libx11-freedesktop-desktopentry-perl
rabbitvcs
libcommons-digester-java
attica-kf5
sleef
node-bootstrap-tour
writegood-mode
lambda-term
blinker
rust-rand-0.5
virt-what
netplan.io
python-biotools
haskell-set-extra
node-diacritics
smart-mode-line
gmemusage
texlive-base
liwc
golang-github-docker-goamz
kwstyle
daemonfs
libisofs
python-scrypt
libcatalyst-view-json-perl
php-illuminate-contracts
kalgebra
python-pymemcache
fest-util
haskell-lexer
emdebian-archive-keyring
libcryptx-perl
enum34
hping3
cqrlib
gmodels
python-fysom
haskell-yi-language
certmonger
libxmp
odin
libxbean-java
haskell-io-streams
osmo-fl2k
libmoo-perl
openscenegraph
globus-xio-gsi-driver
python-psutil
node-querystring-es3
node-normalize.css
progress-linux
mate-window-applets
deskmenu
epic4
epic5
libsub-infix-perl
starjava-ttools
git
open-isns
libjoda-time-java
leaflet
voluptuous
node-has-ansi
joptsimple
libnet-amazon-s3-tools-perl
xpat2
fastqc
invada-studio-plugins
uim
planet-venus
pango1.0
apertium-separable
monitorix
eclipse-jdt-core
jxrlib
ocaml-inotify
toolz
haskell-bzlib
rickshaw
libcgi-simple-perl
python-stdnum
fort77
crossfire
libtest-file-contents-perl
globus-gsi-openssl-error
openguides
ri-li
palabos
python-hglib
kwalletmanager
twython
openldap
dulwich
kyotocabinet
haskell-rate-limit
bodr
libmediainfo
python-logutils
br.ispell
hddemux
genwqe-user
thunar-media-tags-plugin
prover9-manual
libnetapp-perl
resource-agents
libmsiecf
r-cran-uuid
kiki-the-nano-bot
golang-github-google-shlex
squirrel3
rust-wasm-bindgen-backend
clusterssh
cmark-gfm
lua-apr
ocamlcreal
fsmark
autogen
vzquota
spyder
ruby-faye-websocket
haskell-random-fu
ruby-mail
autodocksuite
snort
deluge
texlive-lang
xrestop
config-package-dev
golang-github-lucasb-eyer-go-colorful
svnkit
php-mdb2-driver-mysql
tigr-glimmer
django-cas-server
libmoosex-types-set-object-perl
terminology
ats-lang-anairiats
ruby-bootstrap-sass
libfile-find-object-rule-perl
sbt-serialization
golang-github-xanzy-go-cloudstack
netcdf-parallel
gworldclock
rust-block-buffer
fyba
vanessa-adt
biabam
freetts
steptalk
python-crcmod
rust-proptest
python-releases
belle-sip
live-tasks
nrefactory
python-phabricator
dbus-python
stlink
stretchplayer
frama-c
poppler
libpdfrenderer-java
libenv-sanctify-perl
wmfire
yabause
telepathy-accounts-signon
python-lzstring
libxmlada
ocamldap
zope.schema
timgm6mb-soundfont
dbus
libotf
libplack-test-agent-perl
qfits
haskell-chell
erlang
pesign
qtgamepad-everywhere-src
openalpr
sphinx-paramlinks
fparser
libterm-shell-perl
biosig4c++
python-sysv-ipc
haskell-oo-prototypes
cppcheck
spacefm
ruby-lapack
libdvbpsi
haskell-ofx
libmojolicious-plugin-bcrypt-perl
mgcv
mini-buildd
freecad
bmake
libopengl-perl
node-expand-tilde
libcatalyst-engine-apache-perl
php-horde-stream
libcolor-calc-perl
edflib
jansson
metview
libversion-compare-perl
haskell-vector-space-points
qtmpris
pymodbus
icebreaker
verbiste
zookeeper
ruby-net-sftp
tiff
libparse-http-useragent-perl
exo
libvslvm
soqt
rust-diff
mwic
aqsis
freeipa
xkeycaps
libarcus
slony1-2
haskell-data-accessor-mtl
node-find-up
php-validate
gnome-shell-extension-desktop-icons
tachyon
libomxfbdevsink
haskell-bytestring-mmap
wxsqlite3
jglobus
basemap
xcolmix
ruby-guard-shell
node-url-parse-lax
libfile-queue-perl
vrfydmn
python-epc
libt3window
skktools
gnuserv
python-traits
ocaml-mad
xorgproto
pyepr
haskell-syb
installation-guide
python-libnmap
atanks
libterralib
libpg-hstore-perl
fsm-lite
polib
python-neutron-lib
gaim-themes
obexfs
mshr
jing-trang
gtkgl2
ipfm
dtkwidget
ring-codec-clojure
golang-github-go-macaron-inject
node-editor
pytest-forked
kdepim-runtime
libplacebo
alberta
qtwebview-opensource-src
postfix
libbio-scf-perl
openscap
libgusb
node-domino
gmetadom
libtsm
cl-lw-compat
python-fabio
hexcurse
node-batch
pygithub
archipel-agent-virtualmachine-snapshoting
libb-hooks-op-check-perl
phototonic
python-gflags
avahi
gsmlib
giggle
el-x
python-vitrageclient
vnstat
python-potr
libpod-readme-perl
sslsniff
gtk-vnc
silo-llnl
dnspython
python-jedi
maven-ant-helper
liblingua-en-syllable-perl
purify
enchant
haskell-statestack
crashmail
libgit-pureperl-perl
jquery-caret.js
pytest-localserver
cernlib
sphinxbase
globus-gssapi-gsi
ipadic
flint-arb
libdbix-safe-perl
netsniff-ng
totem
maven-shared-io
bolt
libxml-encoding-perl
python-nmea2
python-caldav
gri
hashcat
network-manager-strongswan
java-sip-api
rust-uuid
log4cxx
node-indent-string
libdata-serializer-perl
cassiopee
dbus-test-runner
libencode-hanextra-perl
apache-directory-server
ipig
octavia
gmime2.6
torus-trooper
octave-secs1d
xfce4-power-manager
msitools
django-mailman3
libpam-ldap
ipip
libkf5grantleetheme
cloud-init
ruby-rails-assets-underscore
libjson-rpc-cpp
libdatetime-format-w3cdtf-perl
dsmidiwifi
python-colour
golang-github-paulrosania-go-charset
lammps
lua-penlight
makepasswd
ufl
swift
ruby-charlock-holmes
softflowd
haskell-dependent-map
xdemorse
ruby-liquid
gnucap-python
proftpd-mod-autohost
libpll
freehdl
zmakebas
octave-secs2d
ufw
cl-lparallel
ruby-ae
bliss
remote-tty
pygac
ruby-ya2yaml
python-mimeparse
pocketsphinx
python-pygal
drumkv1
s-nail
golang-github-mwitkow-go-conntrack
android-platform-external-libselinux
libopkele
sahara
octave-secs3d
haskell-termonad
haskell-pcre-light
calamares-settings-debian
ubuntu-keyring
commons-configuration
python-sphinx-feature-classification
libwww-robotrules-perl
wmressel
fcitx-table-extra
rplay
oscpack
stm32flash
debian-hamradio
abci
rust-term-grid
xemacs21
libtest-warnings-perl
python-yenc
gtkhash
libdancer-plugin-database-core-perl
lttng-modules
gcal
skyview
node-prepend-http
bopm
yattag
atinject-jsr330
squid
unison
lazr.config
startup-notification
python-medusa
libdate-calc-perl
pytroll-schedule
ruby-rails-assets-jquery-textchange
pythoncard
looptools
libocas
ruby-cabin
nghttp2
ros-robot-model
c-icap-modules
davfs2
tss2
ruby-grack
letterize
python-qt4
golang-github-manyminds-api2go
apt-venv
avro-c
microdc2
rally
parsebib
libcrypt-dh-perl
cdbackup
opencascade
commando
libdbi-test-perl
avarice
pqiv
rust-rand-pcg
twisted
qtimageformats-opensource-src
fizmo-sdl2
php-pecl-http
mldemos
python-whoosh
akonadi-calendar
libkryo-java
pwrkap
scamper
libpackage-constants-perl
ruby-eb
ruby-daemons
fonts-sil-annapurna
libbio-primerdesigner-perl
cl-qmynd
mesa
qtdeclarative-opensource-src
node-postcss-modules-values
node-process
plib
startpar
python-whois
golang-fsnotify
mu-cade
pvm
tclthread
dkimpy-milter
libcpanel-json-xs-perl
ocaml-atd
libnet-z3950-zoom-perl
tntnet
pysycache
pd-wiimote
php-horde-prefs
ndisc6
libnet-works-perl
haskell-adjunctions
budgie-extras
gitlab-shell
fvwm
bosh
liburi-fetch-perl
avogadro
ui-utilcpp
sandwich
python-designateclient
liblastfm
libxklavier
tntdb
cyphesis-cpp
libmath-clipper-perl
checkbot
django-bitfield
gf2x
healpix-cxx
python-rstr
bomberclone
qxgedit
sdl-ball
libgphoto2
tora
galternatives
libapache2-mod-authn-yolo
ndg-httpsclient
libcrypt-des-ede3-perl
libxml-atom-service-perl
art-nextgen-simulation-tools
python-django-pyscss
vdr-plugin-svdrpservice
gearhead2
ruby-tokyocabinet
webauth
rust-num-complex
heaptrack
pikopixel.app
libbpp-seq-omics
libosip2
libexception-handler-perl
lsh-utils
haskell-skylighting
bilibop
haskell-exceptions
bleachbit
ruby-gd
sardana
mygpoclient
libclass-mixinfactory-perl
ippl
mate-utils
opam-file-format
haskell-relational-schemas
golang-github-denverdino-aliyungo
gst123
luola
jinput
octave-cgi
haskell-x509-system
cracklib2
rust-curl-sys
byacc-j
zope.component
libstream-buffered-perl
haskell-lambdahack
getdns
bind9
javaparser
rrdtool
scscp-imcce
modemmanager
libdata-compare-perl
bsd-finger
speex
farpd
concordance
libfap
ruby-remotipart
debian-science
ufo2otf
libaec
budgie-desktop
minetest-mod-currency
shine
libregexp-java
ifrit
mruby
haskell-aeson-qq
fbreader
serd
glib-networking
poco
python-argcomplete
libconfig-gitlike-perl
haskell-contravariant
bovo
librdf-query-perl
libusbmuxd
robotfindskitten
darnwdl
setools
rust-curl
i2p
ujson
python-snappy
libio-stty-perl
geronimo-validation-1.0-spec
ricochet
osmo-bsc
txtorcon
rust-libloading
libmoosex-has-options-perl
dvbstream
node-lazy-cache
haskell-ixset
hexchat
python-django-dbconn-retry
pd-aubio
xapian-bindings
glbinding
geany-plugins
gnome-themes-extra
kopano-webapp
python-poppler-qt5
haskell-wai-http2-extra
libeatmydata
rsprng
fonts-okolaks
vdr-plugin-streamdev
k3b
libkolabxml
pytango
debconf-kde
ros-ros-comm
ptex-base
libtree-simple-perl
django-auth-ldap
dfcgen-gtk
nltk
grapefruit
ogre-1.9
gosa
libnetfilter-cttimeout
felix-shell
matchbox-window-manager
lksctp-tools
haskell-terminal-progress-bar
libwww-wikipedia-perl
ripe-atlas-sagan
haskell-th-expand-syns
flask-testing
povray
asterisk
ruby-semverse
nsis
python-mongoengine
postfwd
limesuite
actiona
thunar
libgraphics-colorutils-perl
alien-hunter
node-grunt-contrib-coffee
ideviceinstaller
ell
haskell-yi-mode-haskell
libnet-prometheus-perl
colord-gtk
haskell-sha
ocaml-re
iwidgets4
openstack-meta-packages
supybot
gap-scscp
astropy-sphinx-theme
fwknop
python-py
ruby-httparty
kpimtextedit
python-easywebdav
libemail-mime-contenttype-perl
libmoosex-storage-perl
pyvisa-py
wesnoth-1.14
canna
py-autopep8-el
headius-options
mumps
node-set-immediate-shim
biococoa
grub2
coco-doc
python-ldap3
libmodule-find-perl
purity
ediprolog-el
libgudev
golang-github-cyberdelia-go-metrics-graphite
haskell-wai-app-static
rarcrack
libraw1394
haskell-yesod-static
r10k
korganizer
libvitacilina-perl
haskell-soap-tls
skrooge
libde265
google-perftools
wcslib
flask-gravatar
pyusb
oxygen
convlit
remctl
godot
iptables-converter
r-cran-genabel
rust-arrayvec
haskell-scanner
rclone
simplebayes
ffmpegthumbnailer
golang-github-jroimartin-gocui
wafw00f
haskell-gtk3
libdjconsole
mustache-d
pegasus-wms
jmdns
socks4-server
jlha-utils
postgresql-unit
python-braintree
filelight
libktoblzcheck
r-cran-bridgesampling
iaxmodem
libvorbisidec
golang-rsc-qr
matplotlib2
jstimezonedetect.js
libspctag
haskell-cryptohash-cryptoapi
zeitgeist-sharp
ssocr
libcatalyst-plugin-authentication-perl
v86d
libphp-adodb
plib-doc
gnurobbo
golang-github-cznic-ql
libencode-locale-perl
ipxe
mauve-aligner
ibus-libzhuyin
autorevision
aewm++
puppet-module-ironic
libcddb-get-perl
libfile-touch-perl
haskell-active
rust-crossbeam-utils
axiom
node-grunt-contrib-internal
ruby-oj
libspring-java
cypari2
hikaricp
ruby-os
golang-github-mcuadros-go-version
r-bioc-annotationhub
dwarfutils
gnome-contacts
feed2exec
ruby-ox
kxmlgui
libalgorithm-combinatorics-perl
haskell-hopenpgp
squidguard
nuitka
qspeakers
libwebcam
freebirth
okteta
ruby-pg
node-snapdragon-node
truffle-dsl-processor
libao
libjpeg-turbo
php-net-ipv6
libmetabase-fact-perl
dolphin-plugins
golang-gopkg-testfixtures.v2
xastir
owncloud-client
libdirectory-scratch-structured-perl
odil
ruby-grape
node-expat
libmason-perl
haskell-hledger-ui
php-doctrine-annotations
ngraph-gtk
libgpuarray
udunits
python-saharaclient
gap-toric
qtsvg-opensource-src
libpoe-perl
pepper
node-labeled-stream-splicer
libieee1284
xfonts-marumoji
svtools
entangle
maloc
fdb
node-send
assess-el
libdbd-ldap-perl
openstack-cluster-installer
libjlatexmath-java
gtk+2.0
gnome-video-effects
python-fuse
cantor
rust-packed-simd
pd-unauthorized
ruby-minitest-focus
gnocchi
dictionaries-common
cpl-plugin-kmos
openstack-pkg-tools
netpipe
lv2-c++-tools
pcre2el
adplug
srslte
lua-torch-torch7
haskell-memotrie
rdtool
pyrex
haskell-reform-happstack
r-cran-kernlab
haskell-text-short
python-diskimage-builder
gnuplot
pgextwlist
prismatic-schema-clojure
libtest-warn-perl
libapache-mod-musicindex
fonts-gubbi
texext
libtime-duration-parse-perl
clutter-1.0
lilypond
ruby-rr
rttool
styx
gkl
twitterwatch
lasso
fonts-font-awesome
libnet-subnet-perl
plexus-containers
libcommons-lang3-java
zconfig
php-ds
cbatticon
fonts-johnsmith-induni
xprobe
docbook-dsssl
haskell-entropy
xmpi
ffc
hatop
golang-github-klauspost-reedsolomon
octave-zeromq
dcap
lua5.3
dvbsnoop
mtr
tuxpaint
dtv-scan-tables
google-glog
mbedtls
timelimit
python-pygraphviz
libowasp-antisamy-java
tilestache
yapps2
otcl
gstreamer-editing-services1.0
yappy
fonts-fanwood
python-glad
python-hupper
libgroove
wimlib
seekwatcher
grr.app
pod2pdf
minidjvu
octave-geometry
quagga
sndobj
autodia
fweb
pywps
libjgraph-java
zope.event
chkboot
cppdb
cfi
gtksourceview4
ibus
fusioninventory-agent
python-characteristic
flare
rust-hex
csmash
python-snowballstemmer
gnome-session
autodir
iptotal
workrave
python-dogpile.cache
golang-github-xanzy-ssh-agent
mpmath
dbus-java
php-defaults
ruby-bunny
python-wsgilog
golang-github-c-bata-go-prompt
pyepl
ruby-nori
mate-control-center
libpam-alreadyloggedin
casacore-data-observatories
node-mocha
haskell-yesod-auth-oauth2
spherepack
snd
rxp
lua-sql
qbrew
gtk2-engines
luabind
node-buffer-equal
mpg123
libpipeline
node-vue-template-compiler
rust-failure
adios
libgeo-coordinates-utm-perl
trilead-putty-extension
lmtest
plexus-interpolation
libplist
stardict-xmlittre
tclap
trac-customfieldadmin
libantlr3c
kf5-messagelib
php-apcu-bc
sound-theme-freedesktop
golang-github-getkin-kin-openapi
postgresql-rum
odot
ax25-tools
libfiu
python-midiutil
jquery-i18n-properties
yapsy
git-hub
libexcel-writer-xlsx-perl
pysparse
postgresql-multicorn
golang-github-mesos-mesos-go
libcommoncpp2
unittest2
msgpuck
systemtap
mahimahi
libkf5kgeomap
python-termstyle
golang-github-go-openapi-analysis
flask-compress
datalad
sqliteodbc
whitedune
ocaml-alsa
cpl-plugin-uves
kjobwidgets
survex
node-buffer
xjobs
libquazip
libcaptcha-recaptcha-perl
qtsmbstatus
kmfl-keyboards-mywin
popt
libdca
gammu
freeorion
ruby-virtus
wing
libsdl2-mixer
drms
vte2.91
golang-github-thecreeper-go-notify
bmusb
wkhtmltopdf
python-nmap
golang-github-jtacoma-uritemplates
haskell-prettyprinter-ansi-terminal
node-acorn-jsx
zulucrypt
jsjac
cups
ruby-twitter-text
python-internetarchive
adwaita-qt
btrfs-progs
ruby-rails-assets-jquery
opendkim
parser
ncbi-tools6
libterm-size-perl
libdrilbo
cod-tools
ubuntu-dev-tools
quarry
libcompress-raw-bzip2-perl
python-box2d
dawgdic
network-manager-openconnect
cl-ptester
kmail-account-wizard
libtest-timer-perl
synthv1
node-unicode-match-property-value-ecmascript
garlic
gntp-send
dos2unix
xmlstreambuffer
voronota
sailcut
nemo
golang-github-juju-version
mididings
libmodule-versions-report-perl
r-cran-fastcluster
node-ajv
python-django-rosetta
magic-haskell
shibboleth-sp
shadowsocks-libev
libcss-minifier-xs-perl
rockdodger
node-strip-bom-stream
gcc-xtensa-lx106
rampler
soapyaudio
why3
emacs-calfw
libnet-dhcp-perl
epydoc
cataclysm-dda
kodi-visualization-spectrum
hfsplus
haskell-hoogle
golang-github-dchest-cssmin
nut
ns3
fonts-ebgaramond
mailfront
radlib
ruby-versionist
vulkan-loader
php-auth-sasl
libdbusmenu
distcc
acl2
breeze-gtk
disktype
rust-data-url
fonts-cabinsketch
golang-github-seccomp-libseccomp-golang
libnet-smtp-tls-perl
mazeofgalious
libarchive-tar-wrapper-perl
soapyuhd
gdl
gap-guava
libcorkipset
haskell-listlike
minieigen
libnet-ldap-server-perl
dconf-editor
pystemmer
libwebinject-perl
python-asyncssh
delimmatch
wayland
libm4ri
r-cran-base64url
connman-ui
libcommons-jxpath-java
rust-pktparse
png2html
python-cloudflare
doomsday
phpunit-exporter
ganeti
haskell-sandi
debichem
cross-toolchain-base
clamz
python-apt
beautifulsoup4
eegdev
rust-semver
erlang-meck
dacco
remmina
node-es5-shim
imlib2
haskell-fsnotify
libjtype-java
kinit
libmoosex-has-sugar-perl
libsub-override-perl
srm-ifce
libaudio-file-perl
node-jed
tycho2
ltt-control
joy2key
llvm-toolchain-7
globus-xio-gridftp-driver
node-traverse
gnome-colors
golang-github-jinzhu-inflection
libcodesize-java
qelectrotech
caja-actions
haskell-prettyclass
gs-collections
vera
libjs-webrtc-adapter
see
smex
mp3splt
gnome-applets
node-write-file-atomic
haskell-pipes-attoparsec
lxhotkey
libbson-xs-perl
kdevelop
haskell-pipes-aeson
xtrkcad
cfflib
debian-design
gr-radar
pdf2svg
libuecc
python-antlr3
aces3
rapidsvn
log4c
vim-lastplace
libmail-sendmail-perl
commons-math3
python-altgraph
kdeconnect
gettext.js
hslogger
pollinate
libnids
awl
ruby-rack-timeout
rhythmbox
python-digitalocean
nfs-ganesha
ldns
python-h11
r-cran-rcpproll
editorconfig-core
php-ps
pink-pony
backup-manager
dopewars
graphite-carbon
python-async-timeout
postgresql-pllua
irqbalance
posterazor
ukui-menus
openconnect
ruby-spring-watcher-listen
ocaml-inifiles
pixelize
signify-openbsd
haskell-vector-th-unbox
gst-plugins-ugly1.0
perftest
golang-github-d4l3k-messagediff
mathgl
nss
mvel
scummvm-tools
libgkarrays
objenesis
libtext-levenshtein-damerau-perl
python-xstatic-jquery.tablesorter
clevis
node-resolve-cwd
rust-git2
ruby-actionpack-action-caching
astyle
pycares
metamonger
python-django-channels
qwtplot3d
tablix2
ocplib-simplex
tetrinet
termit
zbar
r-cran-kmi
courier-authlib
libmarpa-r2-perl
lmms
haskell-hierarchical-clustering
gmime
golang-github-vishvananda-netlink
gifticlib
dfvfs
dsfmt
libpasswd-unix-perl
ros-robot-state-publisher
node-is-directory
salt
jargs
libxml-sax-machines-perl
gr-iqbal
pangox-compat
goval-dictionary
libgeotiff-dfsg
gfapy
txt2html
node-stringset
libasync-interrupt-perl
clasp
ebook2cwgui
mlpost
ruby-exception-notification
panko
capstats
jumpnbump
networkd-dispatcher
flx
ruby-raabro
python-gabbi
node-regex-cache
libxml-rss-perl
highlight.js
libsms-aql-perl
xfce4-sntray-plugin
festvox-ru
haskell-cprng-aes
warzone2100
libmoosex-meta-typeconstraint-forcecoercion-perl
libmodule-runtime-perl
zope.dottedname
libquvi-scripts
cohomcalg
tuxpaint-config
haskell-monoid-extras
jsonrpc-glib
zita-njbridge
mupen64plus-rsp-hle
haskell-simple-reflect
freehep-graphicsio-swf
kradio4
pdb2pqr
rust-tendril
virt-goodies
ruby-diff-lcs
londonlaw
cinder
rust-h2
rust-mio-uds
libkf5kipi
xmonad-extras
libreplaygain
pyrite-publisher
qtmultimedia-opensource-src
golang-github-ncw-swift
libdv
acct
libmsv
python-oslo.messaging
ricochet-im
fuse-umfuse-ext2
ddnet
libpinyin
zope.interface
mpqc3
libgnomecanvas
csound-manual
mecab
golang-github-bsphere-le-go
ginkgocadx
alsamixergui
rafkill
helm
glw
ocaml-shine
fermi-lite
jnoise
gnustep-make
rust-grep-printer
sigscheme
qtscrob
python-hyperframe
libpdf-reuse-perl
haskell-time-locale-compat
xfce4-datetime-plugin
handbrake
autosize.js
netdata
annotation-indexer
python-axolotl-curve25519
ruby-faye
keybinder
sfcgal
cassbeam
etcd
icu4j
omniorb-dfsg
libhtml-html5-entities-perl
openni
appindicator3-sharp
ruby-influxdb
natlog
libqes
lizardfs
ruby-paranoia
haskell-cipher-aes128
rust-constant-time-eq
graphviz
ruby-hashdiff
python-pydot-ng
yasnippet
openvanilla-modules
debian-edu-artwork
vprerex
xserver-xorg-video-nouveau
libexosip2
slay
powerline-taskwarrior
haskell-dav
node-handlebars
gss-ntlmssp
twextpy
rust-url
bobo
libnih
mlpcap
pandoc-sidenote
elfeed
ruby-js-image-paths
randomplay
libusrsctp
pentaho-reporting-flow-engine
caldav-tester
opendmarc
gnome-icon-theme-nuovo
wordpress-xrds-simple
octave-fuzzy-logic-toolkit
libreoffice-voikko
pycassa
osmpbf
mac-widgets
haskell-time-parsers
pchar
pyopenssl
puddletag
golang-github-maraino-go-mock
golang-github-azure-go-ntlmssp
node-iscroll
tinydyndns
minizinc-ide
fastjet
mariadb-10.3
open-infrastructure-system-tools
shtool
ruby-rspec-rails
wajig
scid-rating-data
tbb
mate-user-share
feathernotes
python-mypy-extensions
ctapi
htmlcxx
haskell-logging-facade
td2planet
systemc
qtcurve
assimp
pydbus
libmatekbd
libreflectasm-java
tiles
lmdb
murasaki
mwrap
qjackrcd
inkscape
libfile-changenotify-perl
rust-rand-xorshift
opense-basic
ruby-password
libacme-constant-perl
afterstep
libalt-base-perl
libkibi
glueviz
optlang
xblast-tnt-images
lomoco
libgraph-easy-as-svg-perl
python-http-parser
kde-l10n
lldpd
golang-github-googleapis-gnostic
golang-github-kballard-go-shellquote
node-deflate-js
net-acct
osgearth
qt-at-spi
libemf
django-pipeline
gcc-mingw-w64
jtharness
itango
haskell-yi-mode-javascript
chromaprint
libmpack-lua
geda-gaf
clazy
gnupg1
fonts-gfs-porson
libdatetime-event-ical-perl
ffindex
ros-message-generation
spamassassin
calendar
globus-scheduler-event-generator
gmetric4j
rust-tokio-executor
libgnomecanvasmm2.6
libfilesys-notify-simple-perl
tclxml
camitk
fonts-sil-gentiumplus
libdevel-nytprof-perl
zmap
codfis
sagan
libtext-multimarkdown-perl
haskell-lambdabot-reference-plugins
libusbauth-configparser
gnome-todo
libtickit-async-perl
serf
librdf-queryx-lazy-perl
rust-textwrap
ruby-nested-form
knot
python-prowlpy
xball
gphoto2
rust-difference
git-reintegrate
gtkmm3.0
tutka
mcpp
lives
python-magic
ros-opencv-apps
dbf2mysql
clutter-gst-3.0
fuse-umfuse-fat
node-grunt-contrib-requirejs
gravitation
kate
gedit
termrec
libxxf86dga
artfastqgenerator
liburi-encode-perl
libgeo-shapelib-perl
fonts-sipa-arundina
pymilter
libelfin
liblivemedia
netcf
numexpr
python-sabyenc
laditools
node-wrap-ansi
pprofile
flask-openid
upx-ucl
primesieve
node-which-module
wmpuzzle
libcec
wireshark
python-lesscpy
python-swiftclient
transifex-client
golang-github-revel-revel
apron
libtest-abortable-perl
wvstreams
libsndfile
ninka
ipdb
splix
bouncycastle
fast5
libfile-zglob-perl
libclass-tiny-chained-perl
libaria
madwimax
libbsd
haskell-pandoc-citeproc
cobertura
qtwebkit-opensource-src
ttf-ancient-fonts
libanyevent-tools-perl
plexus-sec-dispatcher
schroot
virt-manager
magit-popup
tango-icon-theme
quoin-clojure
spdlog
rapid-photo-downloader
hasciicam
glewmx
genshi
redet
pluma
minetest-mod-pipeworks
libpod-sax-perl
jupyter-notebook
haskell-uuid-types
geronimo-jcache-1.0-spec
ki18n
libclass-refresh-perl
php-doctrine-bundle
slib
node-json-buffer
mobile-broadband-provider-info
keepnote
kcoreaddons
haskell-quickcheck-safe
traildb
acme
blends
fonts-rufscript
fonts-monoid
guvcview
libsah-schemas-rinci-perl
geographiclib
ros-navigation-msgs
slim
python-django
fastd
publicsuffix
fflas-ffpack
minuet
zyn
request-tracker4
libedlib
python-enigma
exactimage
fastp
javascript-common
libparse-recdescent-perl
zc.lockfile
hashcheck
ofono-phonesim
lazr.restfulclient
r-cran-mockery
gmrun
logol
args4j
node-inline-source-map
rust-backtrace
libperl-version-perl
webjars-locator-core
haskell-primes
flatzebra
ncftp
nat-traverse
prepair
dojo
libauthen-sasl-perl
haskell-protobuf
binutils-avr
python-pyepsg
rust-bytecount
stacks
tuxtype
poppler-sharp
lava
flot
gnokii
coinor-vol
libsub-exporter-formethods-perl
libcsv-java
debian-history
haskell-chunked-data
cupt
gnulib
lua-torch-paths
haskell-http-reverse-proxy
libclaw
pycryptodome
netpbm-free
mono-addins
codeblocks
manpages-es
libmowgli-2
golang-github-mendersoftware-mender-artifact
hunspell-an
libpixels-java
node-tinycolor
apache-directory-jdbm
pass-otp
svgwrite
hunspell-ar
linuxtv-dvb-apps
libformula
magit-annex
uriparser
flashrom
luola-levels
libdrm
libsql-abstract-perl
ruby-ddmetrics
oath-toolkit
pyroute2
libsys-cpuaffinity-perl
lmemory
mu-editor
rust-grep-searcher
python-jmespath
sofa-framework
hunspell-be
calife
libtext-trac-perl
acpi
sddm
haskell-unixutils
octave
zemberek
forensics-all
hunspell-bo
svnclientadapter
qtwebkit
hunspell-br
julia
libsavitar
eso-pipelines
libgtk3-webkit2-perl
frogr
gnustep-back
hunspell-ca
libapache-sessionx-perl
rainbows
khard
xdebug
python-wstools
ksirk
node-errorhandler
libexternalsortinginjava-java
jheatchart
mina2
proftpd-dfsg
node-plur
libjcalendar-java
golang-github-yl2chen-cidranger
vala
nagios-plugins-contrib
tigervnc
node-path-to-regexp
opencsg
pynfft
haskell-path-io
xserver-xorg-video-amdgpu
spice
libice
trac-spamfilter
ruby-numru-units
tardiff
haskell-tagged
sbjson
painintheapt
manpages-hu
minetest-mod-moreblocks
darcs
autodns-dhcp
python-formencode
arcanist-clang-format-linter
gnudatalanguage
libarch-perl
pyacoustid
w3m
node-serve-index
libformvalidator-simple-perl
gtk+3.0
libtrace3
libx11-xcb-perl
geronimo-jacc-1.1-spec
hunspell-dz
osinfo-db
libtree-dagnode-perl
python-hurry.filesize
minimodem
python3-stdlib-extensions
dbconfig-common
ruby-htmlentities
swi-prolog-doc
libpyzy
man-pages-it
python-arrow
r-cran-purrrlyr
slop
bijiben
node-resolve-dir
virtualenvwrapper-el
robot-detection
python-pypump
unsort
haskell-vty
xuxen-eu-spell
manpages-ja
less.js
ruby-journey
haskell-dual-tree
indigo
libhtml-widget-perl
fonts-arphic-gkai00mp
maven-scm
mathpartir
plasma-desktop
p10cfgd
libchewing
blessings
rust-petgraph
dares
python-pysaml2
cddlib
gupnp-dlna
transmission
haskell-yesod-bin
couriergrey
atlas-cpp
fimport
hunspell-fr
packaging-tutorial
cl-metatilities-base
haskell-hopenpgp-tools
mutter
c3p0
lunar
libuser
apertium-cy-en
tralics
ruby-rugged
ruby-fog-profitbricks
libfsntfs
ros-resource-retriever
haskell-relational-record
kbreakout
unbound
typesafe-config
node-is-data-descriptor
haskell-file-location
globus-gridftp-server-control
libenv-ps1-perl
commons-jci
raqm
libsub-wrappackages-perl
pbdagcon
tophide
qtsensors-opensource-src
coinmp
qm-dsp
python-django-appconf
libnfo
rust-users
libaccounts-qt
fontmanager.app
circos
blackbox
dia-shapes
opam
node-parse-json
c++-annotations
jboss-xnio
slrn
lunch
tclreadline
ember-media
libevhtp
dclock
node-levn
haskell-network
haskell-failure
haskell-ansi-wl-pprint
derby
libmbim
clearsilver
libchardet
python-fasteners
slang2
haskell-aeson
multimon-ng
haskell-text-binary
gvfs
squeezelite
archipel-agent-hypervisor-platformrequest
rust-cairo-rs
iisemulator
slimevolley
libcgi-cookie-splitter-perl
node-is-builtin-module
haskell-getopt-generics
libapreq2
python-git
sasview
proxy-suite
r-cran-ncmeta
scim-anthy
opensm
python-pynlpl
yorick-optimpack
haskell-hxt
python-qrencode
pam-tmpdir
python-boto
golang-bugsnag-panicwrap
python-tgext.admin
form-history-control
groonga
python-certbot-dns-linode
python-icecream
jaligner
r-cran-nloptr
flowcanvas
golang-github-gosimple-slug
libaudio-rpld-perl
libxml-namespace-perl
bmagic
rust-futures-core
libircclient
neutron-lbaas
ruby-mixlib-authentication
desklaunch
diminish-el
coco-java
libexttextcat
libstring-mkpasswd-perl
python-xstatic-font-awesome
daptup
crypto-equality-clojure
fannj
isdnutils
node-node-rest-client
hunspell-kk
maildir-filter
python-nameparser
libmath-calc-units-perl
hunspell-dict-ko
libbitmask
rdflib
libasm4-java
python-xstatic-tv4
python-multi-key-dict
haskell-lazysmallcheck
hdup
ruby-cocaine
puppet-module-asciiduck-sssd
drobo-utils
rust-mio
monokai-emacs
haskell-exact-pi
python-snuggs
rust-blobby
libzeus-jscl-java
fonts-averia-gwf
node-path-exists
ruby-kramdown
ipywidgets
gnome-menus
ng
liblockfile
python-easygui
libntlm
manpages-pl
python-smmap
sox
vagrant-libvirt
obfs4proxy
python-django-netfields
manpages-pt
php-horde-perms
u1db
python-treetime
haskell-network-conduit-tls
ruby-jira
libtest-moose-more-perl
contextlib2
libtwin
hunspell-lv
ftp-cloudfs
r-cran-lsmeans
libany-moose-perl
bart
lxqt-notificationd
cpipe
chef-zero
libparams-validate-perl
libmoox-late-perl
compiz
xotcl
signify
hunspell-ml
dfu-util
php-horde-argv
libkf5libkdepim
ayatana-indicator-messages
libmanette
libperinci-cmdline-perl
haskell-x509-validation
libdbusmenu-qt
binstats
globus-gram-job-manager-scripts
pyrfc3339
ruby-ipaddress
geant321
circus
golang-github-pelletier-go-buffruneio
bittorrent
libdatetime-format-dbi-perl
pgreplay
forensics-extra
codelite
eldav
haskell-gi-atk
libconfig-model-systemd-perl
tiled-qt
ruby-rails-assets-markdown-it
fatresize
libnet-rblclient-perl
dutch
r-cran-timeseries
python-dnslib
cl-postmodern
r-cran-lhs
libxmlrpc-lite-perl
qtdatavis3d-everywhere-src
libcgi-application-plugin-protectcsrf-perl
python-dateutil
haskell-bencode
an
openvswitch
python-searchlightclient
libpoe-component-dbiagent-perl
kdialog
supermin
ocaml-voaacenc
python-django-braces
rakarrack
at
ulogd2
itksnap
rust-stdweb-internal-macros
python-autobahn
blinken
libdisasm
libmp3-info-perl
appstream-generator
libtext-bibtex-perl
gnome-shell-extension-kimpanel
cgview
reparser
gle-graphics
qgis
flextra
luksmeta
bb
bc
bd
psad
ccache
libapache2-mod-auth-cas
vdr-plugin-vnsiserver
libmojo-pg-perl
python-cheroot
dummydroid
golang-github-disposaboy-jsonconfigreader
janino
ocserv
xfce4-netload-plugin
libmwaw
cross-toolchain-base-ports
manpages-tr
lxqt-branding-debian
soundscaperenderer
shimdandy
frotz
sugar
python-zaqarclient
stun
python-cffi
libhtmlcleaner-java
ebnetd
libatompub-perl
libregexp-common-net-cidr-perl
libpixelif
haskell-regex-pcre
golang-github-joho-godotenv
postnews
monkeysign
hex-a-hop
powerdevil
python-hypothesis
iml
flex-old
openfst
haskell-quickcheck-io
libmtp
rust-shellwords
django-reversion
prboom-plus
jsonpickle
matchbox
xss-lock
txws
xfce4-timer-plugin
haskell-io-streams-haproxy
python-cs
tangerine
libanyevent-irc-perl
uucp
e3
os-prober
unixcw
klick
netpanzer
fpylll
haskell-network-info
pseudo
pcsc-lite
zita-at1
httping
parso
wildfly-common
tclcl
hscolour
octave-zenity
golang-github-gocql-gocql
libnamespace-sweep-perl
purifyeps
di
haskell-socks
wide-dhcpv6
ruby-riemann-client
dq
haskell-with-location
golang-github-influxdata-line-protocol
f3
qxmlrpc
ats2-lang
dx
stopwatch
xhtmlrenderer
equinox-bundles
linuxdoc-tools
libsub-info-perl
doxia
briquolo
libesedb
libayatana-indicator
kicad-symbols
python-muranoclient
zope.authentication
node-browserify-aes
ed
lzlib
surankco
gtk2-engines-xfce
breezy
sdaps
tigris
apriltag
python-linecache2
pyaxmlparser
genius
murano-agent
python-jsonschema
gamgi
libfax-hylafax-client-perl
qd
libgctp
portaudio19
ruby-attr-required
libsamplerate
elpy
hunspell-se
broccoli-ruby
android-platform-libnativehelper
rsbackup
libfilter-perl
eog-plugins
gts
python-first
gnome-logs
fonts-indic
haskell-temporary
yorick-curses
git2cl
safecopy
pmdk
7kaa
libcgi-untaint-email-perl
rust-tokio-async-await
fbi
ocaml-frei0r
haskell-pem
pelican
gsw
python-kafka
kde-cli-tools
beaker
gnome-photos
libfile-slurp-unicode-perl
globus-xio-udt-driver
kashmir
distorm3
kitemviews
systemd-el
disc-cover
libcgi-ajax-perl
appstream-glib
auto-multiple-choice
ekg2
jupyter-client
haskell-wl-pprint-terminfo
globjects
haskell-monadlist
anyremote
namazu2
node-gettext-parser
binutils-h8300-hms
libgff
guava-libraries
allegro4.4
node-decompress-response
sysprof
runlim
liboptions-java
ncmpcpp
libxml-filter-saxt-perl
ruby-mongo
alex4
golang-eclipse-paho
python-cycler
libtommath
i3-wm
gv
darts
onesixtyone
libhtml-selector-xpath-perl
libexif-gtk
kopete
gmetrics
python-django-tagging
libperlio-via-timeout-perl
grass
r-cran-loo
nglister
mseed2sac
dbus-sharp
compass-blend-modes-plugin
ruby-feature
atril
uzbek-wordlist
pyflot
fontawesomefx
plotdrop
manpages-zh
python-pyflow
padthv1
mathic
python-restructuredtext-lint
radioclk
libstatgen
dialog
seqdiag
lua-unit
torrus
snimpy
libheimdal-kadm5-perl
ht
propaganda-debian
psicode
psi4
qsynth
btcheck
amanda
hy
vtk7
python-repoze.sphinx.autointerface
sdate
pyparted
latex-cjk-chinese-arphic
libjavascript-beautifier-perl
node-express-generator
golang-github-gosuri-uiprogress
node-supertest
ii
kim-api
libfile-basedir-perl
libhtml-calendarmonth-perl
im
xaw3d
kde-gtk-config
protozero
kopanocore
python-os-win
mypy
golang-github-mvo5-goconfigparser
shishi
friendly-recovery
iw
xscorch
chewmail
pygresql
sunflow
nibabel
akonadi-mime
haskell-email-validate
libwnck3
haskell-mustache
node-jquery
xiccd
inadyn
samba
libdata-validate-perl
r-cran-rneos
puppet-module-puppetlabs-postgresql
constantly
rust-libflate
magicor
r-cran-mime
python-webob
ruby-bootstrap-form
libexporter-renaming-perl
jo
routino
dune-geometry
libfilehandle-fmode-perl
jq
diction
ibus-anthy
libaudio-scrobbler-perl
django-haystack
fftw3
libterm-readline-gnu-perl
mjpegtools
ruby-domain-name
api-hour
olefile
cyrus-sasl2
nvramtool
uw-imap
rygel
num-utils
libnet-dict-perl
mupen64plus-video-glide64
r-cran-globaloptions
eproject-el
remote-logon-service
configparser
libtest-http-server-simple-perl
rust-lazy-static
ruby-blankslate
haskell-gluraw
dsniff
xcolors
libgda5
libkeduvocdocument
sugar-toolkit-gtk3
smbc
gringo
libdatetime-format-duration-perl
rust-encoding-rs
python-evdev
gmsh
m4
xmonad
libclass-dbi-sqlite-perl
gsasl
golang-github-jackpal-gateway
node-quote-stream
singularity-music
user-mode-linux-doc
cloudkitty
qoauth
libunix-syslog-perl
libjackson-json-java
ricky
lzo2
webpy
virtualenv-clone
haskell-basic-prelude
multiwatch
yoshimi
ceres-solver
liblinux-usermod-perl
le
glosstex
libmath-basecnv-perl
seaborn
haskell-snap-core
doxia-sitetools
atom4
ruby-version-sorter
lr
protobuf
node-lastfm
libconvert-ytext-perl
lv
ruby-net-scp
libmoosex-types-iso8601-perl
angband
flask-multistatic
golang-github-google-martian
lxml
python-pbr
golang-github-ghodss-yaml
pdfrw
libhttp-recorder-perl
mc
mg
python-bleach
node-snapdragon-token
belier
xbacklight
testdisk
ocaml-soundtouch
libsvn-class-perl
numdiff
libclass-c3-adopt-next-perl
viewvc
ruby-escape
libmoosex-yaml-perl
python-azure-devtools
lbreakout2
confget
puppet-module-puppetlabs-inifile
php-yac
libcloudproviders
libobject-id-perl
libsys-cpuload-perl
libmodule-install-authortests-perl
mz
lablgtk2
staden
python-mplexporter
libnet-ssleay-perl
profphd-utils
nd
golang-github-gorilla-mux
ne
sooperlooper
schleuder-cli
r-cran-matching
python-openidc-client
baloo-kf5
digikam
nn
node-boxen
gcr
libfvde
juman
nq
fcitx-qt5
pmailq
libnotify
haskell-skein
libpod-constants-perl
smem
haskell-tagsoup
liburi-nested-perl
node-yargs
libjavascript-minifier-perl
ruby-mixlib-cli
fonts-yanone-kaffeesatz
shorewall-doc
globus-gram-protocol
gerbera
verilog-mode
qdbm
bibletime
python-cryptography
libfile-map-perl
logilab-common
ruby-prawn-manual-builder
apitrace
rust-globset
haskell-http-conduit
golang-github-dgrijalva-jwt-go
libmail-gnupg-perl
libsoxr
libu2f-server
r-bioc-limma
pcalendar
haskell-config-schema
ruby-html2text
mediainfo
oz
icon-slicer
g-wrap
arduino-mighty-1284p
liblist-moreutils-perl
sjacket-clojure
atool
glfer
dbus-glib
haskell-diagrams-gtk
libstring-expand-perl
xnee
apache-curator
libmath-convexhull-monotonechain-perl
mia
cln
haskell-postgresql-libpq
openrc
fonts-prociono
qtwayland-opensource-src
anet
openrpt
aumix
adql
pv
qcumber
px
seqan2
gerritlib
snowballz
libquicktime
libclass-default-perl
process-cpp
ros-geometry
awesfx
phpunit
forkstat
pspg
lximage-qt
libarchive
xserver-xorg-input-elographics
django-setuptest
libcatalyst-controller-actionrole-perl
ifupdown
python-pyxattr
meta-kde
pspp
dov4l
wmifinfo
irtt
libmoosex-runnable-perl
basket
s5
gtk-sharp2
s6
faba-icon-theme
air-quality-sensor
ruby-diaspora-federation-json-schema
libapp-fatpacker-perl
minidlna
libobject-event-perl
libhtml-dashboard-perl
dropwizard-metrics
rc
haskell-cgi
re
tarantool
ruby-defaults
kompare
node-grunt-replace
c2esp
libdime-tools-perl
vo-aacenc
kitinerary
rr
ldap2zone
networking-baremetal
rs
haskell-aws
postal
cyrus-imapd
opentk
libiptcdata
apache2
ncap
libkkc-data
libfile-type-webimages-perl
adms
ejabberd-contrib
cpopen
haskell-sql-words
ruby-mime-types
sc
volumeicon
jitescript
yamdi
libalien-sdl-perl
ipe-tools
genometools
libxml-compacttree-perl
jgit
eclipse-jdt-debug
sl
openlibm
screen-message
sn
shapelib
awffull
haskell-generics-sop
maven-shade-plugin
haskell-yaml
golang-github-thejerf-suture
libsmraw
sx
python-signedjson
r-cran-fitbitscraper
haskell-xmlgen
kwallet-kf5
libpdl-vectorvalued-perl
chrpath
r-cran-adegraphics
ptunnel-ng
goocanvas-2.0
haskell-misfortune
tf
golang-glog
mako
freehep-chartableconverter-plugin
libxml-sax-base-perl
python-xstatic-jquery-ui
pssh
tcltk-defaults
goldendict
magicfilter
resteasy3.0
rust-build-const
python-os-brick
zimlib
kblackbox
transfermii
vdr-plugin-dvbsddevice
psst
libuniversal-moniker-perl
dict-bouvier
colobot
libbase58
libsecret
ibutils
img2pdf
bandwidthd
iftop
oxygencursors
emacs-world-time-mode
maven-assembly-plugin
vco-plugins
ros-genlisp
sqlkit
haskell-singleton-bool
mir-core
paps
node-marked
libtest-memory-cycle-perl
rust-unicode-xid
sbox-dtc
marisa
clod
h5py
terminaltables
gpac
network-manager-ssh
ruby-multipart-post
vim
r-cran-coda
jssc
ruby-fakefs
libticalcs
libx11
freebsd-libs
node-are-we-there-yet
autofdo
libnet-smtpauth-perl
texlive-bin
fvwm1
libmnl
ruby-riddle
haskell-keys
libnet-whois-parser-perl
libmpikmeans
gst-rtsp-server1.0
txlibravatar
vm
octave-mapping
haskell-cmdargs
libmoosex-markasmethods-perl
liblatex-tom-perl
libwacom
libparse-debianchangelog-perl
ctemplate
python-chaco
lemonldap-ng
iraf-sptable
node-cryptiles
poster
ros-rosconsole-bridge
python-livereload
mscompress
maria
gnustep-gui
libmodule-starter-perl
singular
gkrellm-x86info
wl
libx86emu
r-cran-ggsci
dnscrypt-proxy
libzip
pal2nal
python-twilio
wv
node-postcss
golang-siphash-dev
iem-plugin-suite
pypy3
gnat-gps
aesfix
ruby-licensee
r-cran-htmltable
tryton-modules-account-dunning-letter
python-tenacity
golang-github-eapache-go-xerial-snappy
kannel
dphys-swapfile
node-static-extend
freegish
xd
libbsf-java
blist
xe
jack-mixer
tclws
lolcat
togl
darkstat
libxml2
libio-all-perl
minisat2
node-map-obj
newlib
haskell-http-media
xmonad-wallpaper
python-testtools
purity-off
daemon
dblatex
pushover
openssh-known-hosts
z3
t-code
optgeo
freepwing
libjaylink
freeplane
alsa-lib
lensfun
chewing-editor
kdepim-addons
haskell-echo
skimage
imposm
invesalius
libshout-idjc
materia-gtk-theme
ruby-fcgi
virtuoso-opensource
libobject-tiny-perl
yi
libnfc
geneagrapher
lxtask
wxpython3.0
rust-ordermap
polkit-qt-1
libhtml-tagcloud-perl
golang-github-hashicorp-go-multierror
smpq
golang-github-gosexy-gettext
haskell-cryptohash-conduit
treesheets
tomcat9
gap-float
roaraudio
node-prelude-ls
gitit
libhtml-form-perl
node-semver-diff
node-stream-consume
libnet-cisco-mse-rest-perl
libbusiness-onlinepayment-ippay-perl
netcdf-cxx-legacy
node-is-npm
alembic
libqcow
fonts-hosny-amiri
node-grunt-webpack
buildstream
libepoxy
ignition-cmake
gpt
citeproc-py
python-hiredis
compass-sassy-maps-plugin
libhttp-server-simple-perl
libdata-peek-perl
braa
toxiproxy
mlmmj
devpi-common
stl-manual
rust-serde-json
python-ncclient
libcatalyst-plugin-session-store-cache-perl
libccss
rust-quote
ukui-greeter
brag
gnome-chess
accessodf
python-watson-developer-cloud
inspircd
libforest-perl
r-cran-coin
python-imageio
slepc4py
pytest-runner
libpdf-api2-simple-perl
libtest-log-log4perl-perl
r-cran-rcppeigen
haskell-stringsearch
advi
ruby-client-side-validations
seq24
nwdiag
libmodule-install-rdf-perl
gnuastro
groovycsv
haskell-hxt-http
haskell-resourcet
test-kitchen
circuits
libtemplate-declare-perl
ruby-net-ssh
ruby-lockfile
libhtml-quoted-perl
libdata-integer-perl
raspell
felix-gogo-runtime
r-cran-bit64
libicns
python-hidapi
m2300w
libfile-slurp-perl
haskell-quickcheck-instances
opendict
libropkg-perl
jquery-tablesorter
rust-clang-sys
android-platform-system-extras
libtype-tiny-perl
fvwm-icons
kldap
liborcus
snapper
mpfi
rust-num-integer
geronimo-jta-1.2-spec
wxwidgets3.0
rust-syn
dh-rebar
pyfiglet
nitime
seahorse-nautilus
haskell-numtype
libtime-clock-perl
freebsd-manpages
node-chalk
r-cran-sfsmisc
rasterio
haskell-hsyaml
exempi
sisu-ioc
hwloc
beignet
r-cran-mda
libpdf-reuse-barcode-perl
jts
photofilmstrip
directoryassistant
haskell-readable
python-ifaddr
libjgrapht0.6-java
yade
xfonts-efont-unicode
kpackage
r-cran-labeling
dvdisaster
presage
unshield
docbook-xsl-doc
yadm
rubocop
libfm-qt
golang-github-hlandau-dexlogconfig
python-argon2
openblas
goban
python-hl7
hdf-eos4
libxfce4ui
profphd
libpod-elemental-perl
restic
websockify
ableton-link
libsru-perl
libview
smplayer
irrlicht
libtk-pod-perl
sysstat
modem-cmd
muse-el
lvtk
breathe
xmlformat
python-humanize
ganv
haskell-bmp
mlv
fonts-beng-extra
pytest-xdist
haskell-knob
centreon-broker
subunit
libjogl2-java
node-array-find-index
libkeepalive
libhdhomerun
node-quickselect
golang-github-go-openapi-errors
yafc
erlang-uuid
libgetopt-simple-perl
libdbix-class-datetime-epoch-perl
srecord
kpty
libdumbnet
haskell-equivalence
ftplib
libkf5mailcommon
qterminal
feynmf
golang-github-ssor-bom
haskell-hinotify
pyregion
glade
liblog-trace-perl
libmeta-builder-perl
libtest-tabledriven-perl
archipel-agent-hypervisor-health
gdal
freehep-graphicsio
spline
wc-mode
haskell-hcwiid
jsonm
libsidplayfp
spdylay
shedskin
libapp-info-perl
asm
yagf
fonts-karla
haskell-alsa-core
r-other-iwrlars
splint
git-review
easy-rsa
dhcpdump
librevenge
liburi-namespacemap-perl
fragmaster
python-macholib
python-django-imagekit
ros-angles
libcommons-collections4-java
yagv
plplot
meep-lam4
lrcalc
libdevel-patchperl-perl
hyphy
libdata-password-perl
node-markdown-it-html5-embed
bochs
iselect
mate-netbook
w3-dtd-mathml
yaha
mlgmp
dustmite
memstat
lua-torch-trepl
telepathy-qt
magpierss
makexvpics
libvmime
ocaml-speex
jgrowl
doconce
libweasel-perl
node-is-path-in-cwd
xcb-util-xrm
libcatalyst-plugin-configloader-perl
mousepad
gnucash
cpath-clojure
python-wsme
mender-cli
coreschema
fakechroot
gnupg-pkcs11-scd
melting
haskell-safecopy
python-acme
php-net-smtp
sanlock
rust-crossbeam-epoch
libdist-zilla-plugin-modulebuildtiny-fallback-perl
hotswap
libdbi-drivers
easyh10
xplc
cl-usocket
libxml++2.6
faucc
r-cran-worrms
jthread
golang-github-oschwald-geoip2-golang
belr
haskell-crypto-pubkey
mate-sensors-applet
haskell-heredoc
libnumber-tolerant-perl
bisonc++
tweepy
libnb-platform18-java
libhttp-server-simple-authen-perl
brig
python-pyaudio
afnix
libperl-minimumversion-perl
node-charm
tryton-modules-account-stock-anglo-saxon
node-rimraf
haskell-pqueue
paleomix
golang-github-goji-param
libjt400-java
haskell-yesod-newsfeed
golang-github-hashicorp-go-syslog
pyro
bossa
libamazon-s3-perl
r-cran-psych
libpulse-java
libtest-failwarnings-perl
python-pampy
gap
ruby-base32
libmemcached
gadmintools-meta
xpilot-ng
golang-github-spaolacci-murmur3
hashcash
php-igbinary
libvideo-fourcc-info-perl
fonts-junction
python-hashids
findbugs
fil-plugins
libjna-java
python-django-crispy-forms
robocode
haskell-permutation
mapproxy
clustershell
mate-desktop-environment
node-coa
php-zeta-console-tools
fwupd
node-vary
tryton-modules-analytic-account
haskell-yi-keymap-emacs
jackson-datatype-joda
libsmithwaterman
gtk2hs-buildtools
gnome-dictionary
apt-cacher
modemmanager-qt
lmfit-py
elib.intl
garden-of-coloured-lights
celery-haystack
grokevt
apache-log4j1.2
mudita24
ez-ipupdate
pyliblo
gitano
ctioga2
soapyrtlsdr
rust-cbindgen
starjava-topcat
node-repeat-element
python-jsbeautifier
haskell-natural-transformation
pyxdg
proj
libtoxcore
gfbgraph
hyperkitty
icecc-monitor
powercap
0ad
node-cpr
python-xdo
r-cran-mlr
python-django-treebeard
ifetch-tools
binoculars
fcitx-googlepinyin
scid
node-esutils
facile
node-unique-filename
liblivejournal-perl
kxml2
haskell-config-ini
pysendfile
scanbd
ruby-base62
libencode-imaputf7-perl
django-fsm-admin
libnet-gmail-imap-label-perl
ocrad
golang-github-opencontainers-selinux
qt-assistant-compat
haskell-newtype
bsaf
haskell-newtype-generics
libbusiness-isbn-data-perl
node-crc
power-calibrate
python-taskflow
node-d3-zoom
qbittorrent
eclipse-platform-debug
haskell-edit-distance
php-embed
fyre
r-cran-mnp
yank
cl-named-readtables
telepathy-logger-qt
lgooddatepicker
golang-github-twinj-uuid
lout
libglvnd
node-interpret
golang-coreos-log
ruby-em-http-request
tryton-modules-account-product
sleepd
lua-nginx-redis
xapian-core
network-manager-fortisslvpn
libsmf
globus-proxy-utils
rust-cargo
liblnk
python-m3u8
bogl
node-css
libvigraimpex
lua-ldap
shelxle
ocamlsdl
zeitgeist
python-slimmer
libdata-dump-perl
node-blob
libsharyanto-string-util-perl
jackson-dataformat-cbor
viruskiller
libdbix-class-inflatecolumn-fs-perl
gd4o
totalopenstation
flxmlrpc
libclass-mix-perl
python-flake8
tryton-modules-commission
yapf
csync2
ibm-3270
pd-kollabs
volpack
pentobi
gftp
libpdfbox-java
libsub-delete-perl
qlogo
frr
wheel
clanlib
libdata-streamserializer-perl
libkf5sane
famfamfam-silk
liblinux-distribution-perl
tpm-tools
eom
libapache2-mod-authnz-pam
isodate
starjava-votable
libjs-cocktail
librg-utils-perl
easy-format
pnetcdf
python-babel
libsnl
libtext-password-pronounceable-perl
liblog-any-adapter-filehandle-perl
python-admesh
libauthen-cas-client-perl
php-klogger
pyphen
pycxx
libxtst
hpsockd
ruby-rails-assets-punycode
rust-tokio-threadpool
haskell-neat-interpolation
libmime-charset-perl
biomaj3-process
unhide
bfm
libcarp-fix-1-25-perl
golang-github-chmduquesne-rollinghash
yara
snap
netmask
plinth
libdata-yaml-perl
yard
haskell-utf8-light
heartbleeder
node-address
networking-bagpipe
libsieve
audacious-plugins
ayatana-indicator-printers
dhcpig
libdata-record-perl
indent
libint
osmo-bts
jupyter-console
emacs-htmlize
libdogleg
geneweb
haskell-ghc-events
fontmake
jameica
libkcddb
pyspectral
haskell-deriving-compat
netmate
ros-roscpp-core
libtemplate-plugin-clickable-email-perl
jkmeter
node-clean-css
haskell-irc-core
python-wsaccel
renaissance
mirror.js
gfxboot
marsshooter
python-oslo.policy
wifite
r-cran-msm
libdate-leapyear-perl
yash
openafs
libai-fann-perl
simstring
yasm
sendip
golang-github-voxelbrain-goptions
jaxws
tcltls
greenbone-security-assistant
isoquery
yasr
putty
intlfonts
kcollectd
yasw
node-is-obj
elki
orocos-kdl
pam-krb5-migrate
fstrm
php-horde-socket-client
golang-gopkg-alecthomas-kingpin.v3
python-paypal
software-properties
node-chainsaw
dict-foldoc
ibus-sunpinyin
qreator
r-cran-gclus
tryton-proteus
execline
yatm
timemon.app
solaar
ruby-sass-rails
ed2k-hash
networking-mlnx
sgml-base
psocksxx
tango
pastedeploy
polyml
orage
libpam-blue
ruby-sentry-raven
pytoml
javassist
libquvi
golang-github-go-openapi-strfmt
xtide-coastline
freehep-io
ssm
r-cran-clustergeneration
python-stomp
octave-instrument-control
javacc4
node-end-of-stream
bluedevil
bacula-doc
bordeaux-threads
tpm2-tss
maven-cache-cleanup
python-pyhsm
golang-github-aelsabbahy-gonetstat
kimageformats
ygl
puppet-module-swift
syslinux
three.js
haskell-prim-uniq
xfce4-screenshooter
quesoglc
spiped
nose
mess-desktop-entries
archipel-agent-iphone-notification
parallax
gnss-sdr
librcd
libmatheval
imagination
tinyxml2
modulator
opa-ff
ruby-http-form-data
mpfrc++
python-tmdbsimple
libgltf
spice-html5
stella
elog
ayatana-indicator-notifications
isso
pyvnc2swf
pbsuite
r-cran-rstantools
sword-dict-strongs-hebrew
php-horde-http
linssid
obconf-qt
wsgicors
xfce4-mailwatch-plugin
libnet-z3950-simple2zoom-perl
ascdc
rust-dns-parser
owasp-java-html-sanitizer
libkwargs-perl
libretro-bsnes-mercury
ptpd
python-gitlab
qtserialport-opensource-src
xiphos
ikiwiki-hosting
oxygen-icons5
nbdkit
coinor-ipopt
morfologik-stemming
elph
giac
ruby-yaml-db
netmaze
rust-pango
ruby-text
kirigami2
libtest-valgrind-perl
python-espeak
gltron
ruby-httpauth
tcltrf
xgks
arctica-greeter
mythtv-status
shorewall
ciderwebmail
amoebax
lxsession
botan
pkg-js-tools
faust
xfrisk
python-iniparse
sepia
node-wordwrap
python-click
liboauth
389-ds-base
libmoosex-relatedclassroles-perl
libtemplate-plugin-ipaddr-perl
ruby-minitest-excludes
alljoyn-services-1504
libpoe-component-pubsub-perl
bugwarrior
goiardi
zoem
libzc
mimerender
alljoyn-services-1509
python-xstatic-angular-vis
lasagne
flufl.testing
libwebservice-validator-css-w3c-perl
module-assistant
xidle
jgromacs
pyparallel
golang-github-rainycape-unidecode
ibniz
evemu
qtlocation-opensource-src
python-xattr
ibus-hangul
libhttp-link-parser-perl
uncommons-watchmaker
python-bsddb3
libparse-bbcode-perl
libmoosex-lazyrequire-perl
libdevel-cover-perl
libifp
botch
haskell-fb
openms
yder
evolution
ruby-crack
thrift
adminer
wmclock
lmod
node-timed-out
openstv
yrmcds
emcee
libjsoncpp
libpoe-component-server-jsonrpc-perl
php-horde-role
chntpw
megaglest-data
ruby2.5
cloud-initramfs-tools
maven-resolver
pajeng
libtest-version-perl
binfmtc
python-cliff
arduino-mk
haskell-stream
clfft
simpleproxy
ruby-rack-cache
zabbix
xml-light
libdata-dump-oneline-perl
sysfsutils
libcommons-net-java
aghermann
transmission-remote-cli
haskell-parsec-numbers
open-gram
php-dompdf
opensvc
pylama
ruby-graphql
gerris
ascii
node-forever-agent
node-statuses
python-cligj
ga
libchipcard
qimageblitz
festival-freebsoft-utils
libdist-zilla-plugin-test-reportprereqs-perl
multipath-tools
voro++
node-typedarray
libstaroffice
junit
python-gvgen
guile-lib
libxslt
safe-iop
haskell-xml-helpers
net-snmp
python-karborclient
python-adal
php-phpseclib
django-fsm
controlsfx
r-cran-colourpicker
haskell-crypto-cipher-tests
octave-fpl
transmissionrpc
libdaemon-generic-perl
pyicu
haskell-hledger-lib
mate-menus
python-qtconsole
node-after
squidview
libdata-phrasebook-perl
golang-github-gorilla-rpc
lugaru
chicken
libltcsmpte
node-es6-symbol
python-netfilter
golang-sorcix-irc-dev
libradsec
libxml-um-perl
kdesdk-thumbnailers
cbios
rust-stringprep
libdist-zilla-plugin-bugtracker-perl
rt-app
ibus-kmfl
haskell-gsasl
libnet-citadel-perl
gqrx-sdr
i8kutils
cgmanager
tokyocabinet
gwcs
python-canonicaljson
node-path-type
ifuse
tryton-modules-account-dunning-fee
slrnface
glfw3
libgnatcoll-db
racc
libfm
gudhi
node-json-localizer
tryton-modules-notification-email
sidplay
libfwnt
pax-britannica
rabbitmq-java-client
ruby-sawyer
fonts-sil-zaghawa-beria
freezegun
haskell-arrows
libencoding-fixlatin-xs-perl
nsntrace
node-dom-serializer
libconvert-base32-perl
viewmol
python-couleur
jaxb
ktouch
totem-pl-parser
pyzor
maxima-sage
netkit-rwall
libunibreak
gstreamer1.0
gdb-mingw-w64
php-zmq
qdox2
taggrepper
watchcatd
mp3blaster
r-cran-dimred
mandelbulber2
pioneers
haskell-io-choice
libmodule-cpants-analyse-perl
gnome-system-monitor
ruby-rails-assets-jquery-nicescroll
clp
ruby-peek-rblineprof
zomg
freepats
obs-studio
fonts-stix
galax
pinentry
minetestmapper
easygit
fava
javawriter
node-bytes
node-del
googletest
golang-defaults
siggen
libqb
fonts-humor-sans
node-spdx-license-ids
jdcal
libvirt
libxml-security-java
pysmbc
haskell-tasty-rerun
netrik
python-agate-dbf
haskell-yesod-auth
eclipse-jdt-ui
kshisen
rust-subtle
tucnak
slick-greeter
netris
libcrypt-random-source-perl
libaqbanking
liblchown-perl
strace
peframe
projectcenter.app
saint
udftools
oar
python-pskc
dbusada
libdbix-class-helpers-perl
libvncserver
kylin-display-switch
pciutils
haskell-http-link-header
libimage-size-perl
python-sigmavirus24-urltemplate
pylast
haskell-snap
python-sqlalchemy-utils
libcoap
sdcc
libbrahe
libextutils-modulemaker-perl
opentoken
aewm
haskell-multiset-comb
3270font
ruby-devise
ndctl
feedgenerator
node-require-from-string
libgxps
w1retap
log4cplus
crawl
r-cran-fields
zoph
uncommons-maths
python-django-simple-history
lxpanel
speech-tools
fonts-goudybookletter
python-clint
libplack-handler-fcgi-ev-perl
logwatch
ntp
python-slugify
puppet-module-panko
python-prometheus-client
haskell-th-reify-compat
starplot
openvdb
ruby-crb-blast
libgepub
ruby-safe-yaml
libauthen-simple-http-perl
stk
goto-chg-el
libtask-weaken-perl
haskell-config-value
widelands
libhtml-wikiconverter-perl
elfutils
6tunnel
libcatalyst-plugin-stacktrace-perl
realmd
aufs-tools
printrun
sphinx-argparse
trapperkeeper-webserver-jetty9-clojure
git-sizer
libdancer-perl
gxemul
ruby-recaptcha
libxml-opml-perl
xsunpinyin
rail
mupen64plus-qt
ruby-net-ssh-gateway
python-docutils
ring-headers-clojure
ocaml-bjack
2048-qt
golang-github-ulule-limiter
t1utils
byobu
oakleaf
python-clips
connman
libemail-messageid-perl
wuzz
elpa-undo-tree
grilo
apt-xapian-index
liblinux-dvb-perl
libtest-mocktime-datecalc-perl
gdk-pixbuf
libapache-ssllookup-perl
ruby-i18n
libterm-choose-perl
wavtool-pl
django-guardian
golang-github-go-ldap-ldap
ironic-inspector
libppd
monajat
golang-gopkg-neurosnap-sentences.v1
doxygen
freecontact
epiphany
node-p-is-promise
python-networkx
haskell-time-compat
golang-github-hashicorp-yamux
haskell-crypto-pubkey-types
makehuman
crystalhd
monitoring-plugins
rake
libdockapp
haskell-cmark
libsylph
gnome-autoar
xbase64
capnproto
ruby-default-value-for
libhtml-treebuilder-libxml-perl
golang-github-glacjay-goini
libgfshare
python-greenlet
libretro-beetle-wswan
yotta
php-stomp
node-arr-flatten
ruby-origin
openni2
fonts-khmeros
libmath-symbolic-perl
ruby-celluloid-essentials
python-xkcd
node-cliui
haskell-wai-websockets
findlib
libxml-structured-perl
python-biom-format
rambo-k
kjumpingcube
octave-general
wordpress-shibboleth
libcatalyst-component-instancepercontext-perl
tgt
litmus
xfce4-xkb-plugin
slapi-nis
python-mock
python-wadllib
pixelmed
musescore-general-soundfont
systempreferences.app
libmediawiki-api-perl
libltc
haskell-web-routes-happstack
drac
securefs
haskell-glut
argparse4j
upgrade-system
elvis-tiny
libopenmpt
plymouth
devil
dahdi-tools
python-os-vif
haskell-clientsession
jnr-enxio
node-for-in
sphinx-intl
jabber-querybot
pipemeter
node-has-gulplog
acetoneiso
python-adns
tcl-xmlrpc
golang-github-kardianos-service
torcs
ipy
ncl
javahelp2
emacs
florence
ruby-crass
golang-gopkg-olivere-elastic.v5
msmtp
node-raw-loader
fonts-femkeklaver
rust-gimli
zita-resampler
libgtkada
sisu-inject
minc-tools
opencore-amr
dehydrated
node-convert-source-map
osmo-mgw
tcludp
node-dot
pyresample
python-semantic-version
trojan
bio-rainbow
qtscript-opensource-src
node-assertion-error
nosexcover
ruby-openid-connect
node-assertive
haskell-test-framework-quickcheck2
r-bioc-geneplotter
compiz-plugins-extra
crimson
golang-github-daaku-go.zipexe
python-irc
htslib
anjuta-extras
ldaptor
libcmtspeechdata
libafs-pag-perl
reposurgeon
libdancer-logger-syslog-perl
libweb-mrest-cli-perl
ros-ros-comm-msgs
php-zeta-unit-test
r-cran-nlp
libfile-path-tiny-perl
libtext-context-perl
flac
libhangul
echoping
developers-reference
gromit-mpx
mmllib
puppet-module-saz-ssh
libterm-progressbar-perl
lace
python-bugzilla
libfile-counterfile-perl
akonadi-search
r-cran-nmf
libgsm
libtest-requiresinternet-perl
arachne-pnr
python-pychart
rust-which
findent
gap-polycyclic
fonts-gfs-didot-classic
golang-github-hashicorp-uuid
python-bcdoc
python-oslo.rootwrap
bandage
golang-github-mendersoftware-scopestack
isort
golang-github-jonboulle-clockwork
chordii
cowpatty
metaconfig
docbook-to-man
networking-bgpvpn
itk3
cpl-plugin-muse
libeval-context-perl
mlt
haskell-hspec-contrib
cl-uffi
alpine
qwt5
qemu
lnav
proteinortho
lua-logging
cqrlog
tktreectrl
ruby-childprocess
libquartz-java
cpl-plugin-hawki
node-repeating
maitreya
cpuinfo
libunique
libfile-flock-retry-perl
libjsonp-java
python-django-adminsortable
jruby
neutron-fwaas
libnetfilter-queue
sleepenh
rust-sha1
tryton-modules-sale-price-list
haskell-tf-random
openjfx
tegaki-tools
podracer
neartree
loop-el
ilisp
node-brace-expansion
python-configshell-fb
gfarm2fs
sugar-chat-activity
deltarpm
python-test-server
golang-github-coreos-go-systemd
inotify-tools
ample
mon-contrib
commons-configuration2
globus-gridmap-eppn-callout
mtools
libjs-favico.js
python-phpserialize
flvmeta
log4shib
libplack-middleware-crossorigin-perl
mate-session-manager
haskell-iproute
fuzzysort
closure-linter
libsmart-comments-perl
revolt
lusernet.app
ginga
rdma-core
openbios
ratt
cutecom
golang-github-retailnext-hllpp
libsigscan
python-aioamqp
dpo-tools
fakeroot
haskell-expiring-cache-map
appstream
breeze
r-cran-xslt
golang-github-xordataexchange-crypt
openrazer
glyr
qttools-opensource-src
neomutt
liblingua-en-inflect-phrase-perl
golang-github-containerd-fifo
converseen
fonts-deva
qprint
sushi
python-vulndb
syncthing
bear
uvccapture
infinipath-psm
golang-github-hashicorp-go-hclog
sane-backends
haskell-xml-types
haskell-fdo-notify
gmult
sixer
shellinabox
xabacus
buildbot
rust-cc
xfonts-ayu
liblinear
adns
libgdf
golang-github-nats-io-gnatsd
recordmydesktop
node-babel-plugin-transform-vue-jsx
libtrue-perl
afew
libnet-route-perl
opendnssec
png-definitive-guide
espeak-ng
jzmq
jxgrabkey
r-bioc-tfbstools
isomd5sum
kcodecs
flatpak-builder
simpleitk
tryton-modules-currency
xorgxrdp
libdbix-contextualfetch-perl
python-setproctitle
debsig-verify
ruby-bootsnap
libssh
orafce
gnome-user-docs
norm
haskell-bytestring-conversion
plasma-nm
rss-bridge
python-oslo.i18n
haskell-hashmap
libfcgi-procmanager-maxrequests-perl
haskell-hspec-attoparsec
cppunit
ros-urdf
intltool-debian
django-uwsgi
haskell-wai
ruby-prawn-icon
libpod-weaver-section-contributors-perl
libinklevel
snakeyaml
libmoosex-arrayref-perl
libee
obexftp
numpydoc
ruby-googleapis-common-protos-types
itop
gwakeonlan
funnelweb
python-octaviaclient
link-grammar
libquantum
globus-gram-job-manager-lsf
gnome-system-tools
asclock
gir-to-d
lua-zip
tryton-modules-product-classification-taxonomic
python-os-net-config
starlet
libwoodstox-java
sass-spec
leveldb
knot-resolver
a56
flwrap
edge-addition-planarity-suite
libfile-tee-perl
libdata-validate-struct-perl
gmic
ldap-git-backup
libaosd
ruby-enumerize
python-darkslide
libnet-openid-server-perl
qtnetworkauth-everywhere-src
plasma-pa
gnumed-client
dvipng
holotz-castle
libtime-olsontz-download-perl
puma
peony
rich-minority
node-os-browserify
emma
hearse
cmake-vala
node-concat-with-sourcemaps
ruby-peach
basex
libwpg
basez
libclass-contract-perl
insubstantial
lcms2
ruby-grib
pdal
ohai
haskell-boolean
emms
ipython
haskell-names-th
zpaq
lv2dynparam1
git-lfs
oss-compat
ldm-themes
rust-crossbeam-epoch-0.5
golang-github-smira-go-ftp-protocol
libpoe-component-client-http-perl
node-stream-assert
ruby-grit
haskell-status-notifier-item
golang-github-sasha-s-go-deadlock
saga
liblip
python-setoptconf
rdfind
libcgi-formbuilder-source-yaml-perl
libtemplate-plugin-gd-perl
ftrading
pytest-salt
proxychains
rust-semver-parser
flightcrew
dkopp
python-ptk
yudit
haskell-hookup
jsp-api
libtext-brew-perl
libtext-reflow-perl
r-cran-nws
autopep8
kwallet-pam
libnet-server-mail-perl
apertium-crh-tur
python-django-x509
libtext-greeking-perl
libt3widget
surefire
libextutils-autoinstall-perl
cb2bib
frozen-bubble
liblwp-protocol-http-socketunix-perl
libibtk
mutagen
sogo
haskell-distributive
libjaxen-java
brasero
packeth
libfile-find-rule-filesys-virtual-perl
haskell-lambdabot-core
ruby-rspec-collection-matchers
libdigest-crc-perl
vdpau-video
elfrc
wammu
prelude-lml
rails
gamera
libnet-subnets-perl
sphinx-testing
libalien-wxwidgets-perl
libimage-base-bundle-perl
senlin
apt-forktracer
libdata-pageset-perl
live-config
foomatic-db
python-pykka
hdate-applet
r-cran-truncdist
rust-scroll
abinit
python-fusepy
dconf
dash-functional-el
geximon
cplay
logcheck
libfile-flock-perl
rename
node-hosted-git-info
fonts-alee
lua5.1
python-txaio
libtest-tempdir-perl
aiohttp-cors
r-bioc-genomicfeatures
writetype
grhino
lxappearance-obconf
alljoyn-services-1604
libsereal-encoder-perl
joystick
python-requests-ntlm
influxdb
libxext
rust-grep-matcher
fonts-freefarsi
node-enhanced-resolve
haskell-data-default-instances-dlist
python-bz2file
messagingmenu-sharp
libvm-ec2-security-credentialcache-perl
xkbind
golang-github-nats-io-go-nats
scalc
thc-ipv6
golang-pty
tlslite-ng
kdeplasma-addons
onboard
rust-lyon-geom
ukui-menu
sipxtapi
openttd
lua-luassert
r-cran-maldiquant
yc-el
kernel-handbook
dash-el
gimp-help
python-django-debug-toolbar
libcontextual-return-perl
libpdl-netcdf-perl
gnome-software
buffycli
node-tapable
java-allocation-instrumenter
haskell-uulib
golang-github-matryer-try
debian-timeline
atlc
astroid
ndpi
pyeapi
gcalcli
lnpd
gobby
libhmsbeagle
ctsim
node-es6-promise
ruby-fog-storm-on-demand
compass-blueprint-plugin
gwyddion
metastudent
black-box
grabix
pylint
liquid-dsp
tzdiff
libeot
pyyaml
libjcode-perl
python-django-navtag
chrome-gnome-shell
kadu
libisds
libdatetime-perl
libtap-formatter-junit-perl
openal-soft
patroni
liblingua-identify-perl
libobject-forkaware-perl
maven-verifier
python-imaplib2
libjson-webtoken-perl
pyzabbix
jigsaw-generator
python-validictory
java-atk-wrapper
php-horde-css-parser
wfmath
secilc
libproc-syncexec-perl
xmlto
bundlewrap
netsed
cronutils
mrbayes
ruby-fog-terremark
libscalar-defer-perl
haxml
slcfitsio
pass-extension-tail
py-macaroon-bakery
malaga
hwinfo
golang-github-google-jsonapi
python-exotel
haskell-drbg
grantlee
python-descartes
spaced
libucimf
node-sdp-transform
fqterm
msi-keyboard
libibatis-java
vifm
libcommons-compress-java
yaml-mode
searx
ntrack
ruby-text-format
g2clib
libva
dc3dd
v4l-utils
dict-elements
barbican
golang-github-nu7hatch-gouuid
tryton-modules-account-payment-sepa-cfonb
electric-fence
libgraphics-primitive-driver-cairo-perl
mpegdemux
libjaxp1.3-java
django-environ
golang-github-wellington-go-libsass
librole-basic-perl
haskell-juicypixels
sphinx
libtest-trap-perl
wmctrl
ghp-import
librun-parts-perl
ring-defaults-clojure
php-raphf
haskell-boundedchan
libcode-tidyall-plugin-sortlines-naturally-perl
gif2apng
libcpan-checksums-perl
woff-tools
astroml
node-tilelive-bridge
octave-miscellaneous
scim-chewing
xscreensaver
pidgin-extprefs
libsendmail-milter-perl
neovim-qt
haskell-utility-ht
libchi-driver-redis-perl
opensaml
node-type-detect
rtaudio
libnet-radius-perl
kicad
iputils
octave-gsl
python-yaql
alot
libserialport
lisaac
renpy
metrohash
python-progress
ros-laser-geometry
elasticsearch-curator
oce
yara-python
mail-spf-perl
deepin-qt5dxcb-plugin
baobab
haskell-edison-core
https-everywhere
btag
podget
antelope
node-copy-concurrently
libalgorithm-naivebayes-perl
g2
haskell-test-framework
tryton-modules-production
rust-rayon-core
vala-panel-appmenu
pg-checksums
libdata-perl-perl
pdfminer
haskell-statevar
identicurse
libbio-eutilities-perl
jssip
babiloo
node-balanced-match
xserver-xorg-input-aiptek
haskell-disk-free-space
opencollada
python-certbot-nginx
libcompface
megaglest
gsettings-qt
jvim
kid3
emacspeak
icon-naming-utils
confclerk
python-invoke
cryptmount
skiboot
python-django-celery-results
bibledit
astropy
pychecker
frog
freediameter
cssparser
gio-sharp
libcatalyst-action-rest-perl
kup-backup
yajl
haskell-text-metrics
rasqal
python-jpype
lua-filesystem
rust-encoding-index-singlebyte
rust-goblin
libev
smarty-gettext
osslsigncode
ocaml-sedlex
python-portpicker
seqtk
vile
drgeo-doc
tclx8.4
gamemode
volume-key
sqlite3
snmptrapfmt
kali
libfennec-perl
stylish-haskell
lua-argparse
statsmodels
python-flask-rdf
golang-github-nebulouslabs-ed25519
soundkonverter
node-fs.realpath
r-cran-desolve
libhtml-linklist-perl
sreview
maven
mate-menu
python-manilaclient
libtie-dxhash-perl
libapache2-mod-qos
php-defuse-php-encryption
kfilemetadata
wagon
debtree
libjibx1.2-java
gkrellmitime
rust-env-logger
lua-redis
haskell-hxt-unicode
node-evp-bytestokey
leveldb-java
bunch
jazip
plotutils
libgwenhywfar
kdevelop-pg-qt
golang-github-dcso-bloom
paramiko
libnet-syslogd-perl
libsmi
libautobox-perl
structure-synth
libkiokudb-perl
gtkimageview
mrename
freebsd-glue
python-tornado4
golang-etcd
shut-up
libcrypt-hcesha-perl
psortb
silly
node-snapdragon-util
symlinks
zbackup
downtimed
vino
libapache-gallery-perl
haskell-semigroupoids
python-trezor
haskell-microlens-platform
node-ejs
beginend-el
libcgi-application-plugin-stream-perl
twill
libiodbc2
node-gulp-changed
chromium
gentlyweb-utils
haskell-streaming-commons
libweb-machine-perl
aaphoto
node-pretty-ms
libsql-reservedwords-perl
btfs
python-pyscss
haskell-smallcheck
darcsum
biloba
libapache-session-perl
xmille
ruby-filesystem
node-text-table
libmath-quaternion-perl
matroxset
golang-github-unknwon-i18n
python-requests-futures
golang-github-dataence-porter2
freeimage
node-hawk
guile-cairo
nlohmann-json
ruby-raemon
maven-javadoc-plugin
zodb
yorick-mpeg
giella-sme
jdresolve
libnet-sip-perl
qdjango
stsci.distutils
uswsusp
xfce4-equake-plugin
pygnuplot
python-overpy
fig2dev
python-msrest
mapcache
node-pumpify
powertop
golang-objx
starjava-fits
python-gitdb
activemq-protobuf
redeclipse-data
ecopcr
slixmpp
biomaj3-daemon
c-blosc
famfamfam-flag
node-buffers
python-quantities
packagekit-qt
yiyantang
scim-tables
fence-agents
guile-gnome-platform
texworks-manual
golang-github-j-keck-arping
json-tricks
fonts-sil-dai-banna
libtest-net-ldap-perl
libtest-pod-no404s-perl
cpprest
node-ansistyles
node-extract-text-webpack-plugin
pg-rage-terminator
r-cran-shazam
pth
ruby-rack-rewrite
kglobalaccel
biosyntax
libdomain-publicsuffix-perl
cdparanoia
qlipper
qmail-tools
python-amqplib
python-minimock
virtio-forwarder
keras-applications
tryton-modules-account-be
critterding
flask-silk
samdump2
libdbix-dbschema-perl
sozi
python-shodan
ttygif
pycurl
python-phply
nlopt
thinkfan
frei0r
whatthepatch
node-rollup-plugin-buble
puppet-module-puppet-community-mcollective
adun.app
libcatalyst-plugin-customerrormessage-perl
jpy
libplucene-perl
pagetools
libpal-java
golang-github-alecthomas-colour
node-form-data
pstoedit
openexr
queue-async
libxml-dumper-perl
ant-contrib
gap-autodoc
bsdiff
ser2net
mancala
libgeo-distance-perl
pgbouncer
libbpp-phyl-omics
libdist-zilla-app-command-cover-perl
libcgns
libratbag
libdir-purge-perl
hdevtools
python-distro
golang-github-soniah-gosnmp
pymilter-milters
python-publicsuffix
ruby-omniauth-github
qr-tools
django-ajax-selects
enca
libaio
golang-go-dbus
libcam-pdf-perl
caja
montage-wrapper
libclass-loader-perl
r-cran-shinybs
libmemoize-memcached-perl
simplesamlphp
libhash-merge-simple-perl
vite
pymacaroons
gbatnav
haskell-geniplate-mirror
libftdi1
tcode
python-kanboard
r-cran-triebeard
haskell-regexpr
libdeclare-constraints-simple-perl
libopenobex
rainbow-mode
starjava-dpac
tclex
ntfs-3g
haskell-unliftio-core
r-cran-cubature
ruby-omniauth-oauth
cached-property
python-cpuinfo
node-browserify-des
uphpmvault
redshift
django-tables
ruby-celluloid-fsm
libregexp-ipv6-perl
hxtools
golang-github-djherbis-times
liborlite-migrate-perl
libgraphics-primitive-perl
gettext-lint
lua-dkjson
ycmd
quicktun
tryton-modules-account-es
python-xstatic-magic-search
libsys-info-base-perl
tryton-modules-account-eu
mongrel2
synfig
pymongo
libghemical
rust-hyphenation
libmail-deliverystatus-bounceparser-perl
tclvfs
libxv
jbig2dec
konfont
r-cran-rjags
commons-math
node-rollup-plugin-commonjs
qtexengine
ktp-kded-integration-module
viva
node-hooker
libgetopt-java
thaixfonts
rust-glib
geoclue-2.0
pydenticon
fai
tryton-modules-account-fr
worker
opensurgsim
libset-infinite-perl
kylin-burner
espeak
django-shortuuidfield
ball
libdata-optlist-perl
node-merge
beckon-clojure
collatinus
python-murano-pkg-check
apngopt
vim-airline
fonts-guru-extra
o2
ltspfs
gsimplecal
node-boolbase
libcatalyst-view-pdf-reuse-perl
pysiogame
golang-github-flynn-archive-go-shlex
clojure-mode
mate-system-monitor
jemalloc
python-scrapy-djangoitem
nwchem
ruby-email-reply-trimmer
lazy-object-proxy
python-oslo.versionedobjects
dvi2ps-fontdesc-morisawa5
dbuskit
libtry-tiny-perl
golang-github-kolo-xmlrpc
primrose
farmhash
xflip
libregf
flite
rsyslog
p7zip
python-shapely
hawtdispatch
mini-httpd-run
ehcache
haskell-network-uri
aufs
misery
wmcube
libvm-ec2-perl
starman
dealer
chargebee2-python
quaternion
libcdio
node-tunein
spyder-unittest
erlang-jose
python-cachetools
dde-qt5integration
libmodule-util-perl
numix-icon-theme
jameica-util
kpatch
astroml-addons
rust-serde
ruby-fog-aws
golang-github-mattn-go-sqlite3
asc
pytest-pep8
wordnet
openlayer
migrate
node-buffer-shims
camlimages
gnome-shell-extension-dashtodock
jpegoptim
kpmcore
aodh
pyjwt
fonts-jsmath
pytest-qt
pam-python
tarantool-lts
kamcli
node-magic-string
ukui-control-center
jupyter-sphinx-theme
node-buffer-xor
hexbox
libnbcompat
gnome-sudoku
golang-github-mattn-go-colorable
pgformatter
ruby-omniauth-wordpress
osinfo-db-tools
libdancer-plugin-database-perl
libcatalyst-log-log4perl-perl
libhtml-gentoc-perl
vim-editorconfig
golang-github-graylog2-go-gelf
bar-cursor-el
ruby-redis-activesupport
ginac
intel-processor-trace
isrcsubmit
rt-extension-smsnotify
python-textile
golang-github-ryanuber-columnize
t-coffee
libnet-hotline-perl
gnome-video-arcade
haskell-test-framework-th-prime
python-fastimport
castor
nftables
node-cli-table
konquest
golang-github-oschwald-maxminddb-golang
bit-babbler
flotr
dcl
libxml-validate-perl
cenon.app
python-json-patch
print-manager
ruby-buff-config
mclibs
ruby-rack-attack
r-cran-shinyjs
haskell-hxt-relaxng
swami
php-horde-auth
asc-music
node-pkg-dir
haskell-attoparsec
twig
ocaml-dtools
razercfg
live-wrapper
ruby-ed25519
libwildmagic
libtext-vfile-asdata-perl
languages4translatewiki
parsley
ruamel.yaml
ip2host
libjemmy2-java
perl6-zef
tumbler
python-cherrypy
cacti-spine
buildnotify
shiboken
ooo-thumbnailer
node-package
ratmenu
gimp-dds
pkg-perl-tools
python-docker
libitpp
libmonitoring-icinga2-client-rest-perl
fonts-umeplus
acsccid
sparskit
hdbc
r-cran-promises
node-grunt-babel
big-cursor
avalon-framework
usermode
pyzmq
python-guizero
snapd-glib
oclgrind
qtcharts-opensource-src
libskk
pysatellites
libxml-struct-perl
ruby-rspec-retry
php-horde-content
libmoosex-role-parameterized-perl
hp48cc
libtoml-perl
spek
node-has-value
lxqt-globalkeys
apr-util
zope.configuration
swh-lv2
nb2plots
unrar-free
haveged
numptyphysics
pinyin-database
spew
librest
aseba
rinetd
rust-glib-sys
liblinux-acl-perl
gigolo
geos
stressapptest
python-ruffus
r-cran-testthat
xsysinfo
xine-lib-1.2
xflr5
unace
python-cliapp
libaudclient
python-esmre
asn1c
olm
ardour
golang-github-pkg-profile
flask-wtf
python-twitter
xfce4-cpugraph-plugin
gcc-m68hc1x
pillow
jackson-databind
liboglappth
t4kcommon
xygrib
puppet-module-horizon
portsmf
openjpa
loki
libdevel-callparser-perl
unadf
gpsim
libpoe-component-server-soap-perl
libembperl-perl
libfishsound
uudeview
heroes
readline5
whois
haskell-genvalidity
vlogger
minify-maven-plugin
libtest-inter-perl
dact
liquidsoap
dtkwm
qmtest
rust-environment
python-xlib
cairo-5c
libnumber-compare-perl
python-xstatic-spin
xfce4-panel
mediawiki2latex
coinor-osi
haskell-singletons
golang-github-cenk-hub
easymock
log4cpp-doc
libnumbertext
aribas
python-colorlog
libfile-remove-perl
libfile-desktopentry-perl
gnome-mime-data
libmodule-install-rtx-perl
python-isc-dhcp-leases
gkrellm2-cpufreq
libdata-ical-perl
flask-mongoengine
mafft
spim
node-mousetrap
spin
node-neo-async
spip
qrouter
rust-generic-array
argyll
python-leveldb
python-openid-cla
django-paintstore
folding-mode-el
baresip
rxvt-unicode
gegl
dindel
asis
golang-go.crypto
gpscorrelate
libgraphviz-perl
libjson-perl
libstatistics-r-perl
felix-main
ruby-algebrick
sketch
flex
rw
rust-bytes
yorick-cubeview
unagi
libpam-abl
python-oslo.vmware
libnet-nessus-xmlrpc-perl
fonts-samyak
kcalutils
libsdl2-image
flowgrind
zsi
brotli
node-lodash
node-d3-hierarchy
cronolog
foma
haskell-persistent-template
pyorbital
ruby-coffee-rails
itamae
pep8-naming
libu2f-host
libjdns
doublecmd
yapet
python-mbed-host-tests
limereg
iipimage
taskw
rjava
ukui-media
flashproxy
liburi-title-perl
equinox-framework
haskell-nanospec
pudb
golang-github-bep-inflect
libxml-sax-perl
xhtml2pdf
ruby-prawn
pugixml
wmhdplop
libcrypt-eksblowfish-perl
jericho-html
procmeter3
haskell-tar
libtie-hash-expire-perl
r-cran-adephylo
entr
kbdd
libgweather
node-electron-to-chromium
env2
libmultidimensional-perl
cimg
tryton-modules-sale-credit-limit
pidcat
python-stdlib-extensions
libtest-needsdisplay-perl
haskell-annotated-wl-pprint
golang-pathtree
shotwell
bio-eagle
superkb
ruby-ntlm
r-cran-dosefinding
node-err-code
haskell-oeis
salutatoi
therion
berusky-data
langdrill
ruby-actionpack-xml-parser
libxmlrpc3-java
radium-compressor
libopencsd
behave
libmath-gmp-perl
enum
fenics
python-netaddr
haskell-reform-hsp
ruby-uuid
pyopengl
rstatd
python-plumbum
falselogin
nvidia-texture-tools
lua-bit32
eximdoc4
libjcip-annotations-java
rsyslog-doc
libipc-run-safehandles-perl
asciidoctor
python-dictobj
herold
homebank
apertium-spa-arg
libdata-treedumper-renderer-dhtml-perl
libhtml-element-library-perl
mac-robber
mtdev
fteqcc
irstlm
libosinfo
xmlextras
spades
python-fontconfig
python-typing-extensions
libdata-javascript-anon-perl
ruby-rails-assets-markdown-it-sub
spoa
fl-cow
node-macaddress
ino-headers
fcitx-unikey
pystaticconfiguration
libhtml-popuptreeselect-perl
python-openid
libtemplates-parser
ruby-rails-assets-markdown-it-sup
rovclock
libcommons-jexl-java
eas4tbsync
gimp-plugin-registry
golang-gopkg-olivere-elastic.v3
archipel-agent-vmparking
pymca
fwupd-amd64-signed
libmoox-traits-perl
electric
python-boltons
python-pyxenstore
rust-scoped-tls
unalz
expeyes-doc
libcmis
libcitadel
flufl.bounce
rev-plugins
django-ipware
roarplaylistd
reactive-streams
orthanc-webviewer
node-webpack-sources
agtl
mono-tools
golang-github-docker-engine-api
libio-async-perl
tryton-modules-production-work
libfrontier-rpc-perl
pulseaudio
guessnet
xcb-util-renderutil
gpsim-doc
aff4
kpeople
ruby-net-telnet
python-channels-redis
python-requests-kerberos
tweak
jbigkit
libfs
uhttpmock
engrampa
abe
python-xlrd
flask-migrate
libmousex-configfromfile-perl
haskell-happstack-jmacro
writer2latex
solid-pop3d
mplayer
libindicator
fonts-telu-extra
node-parse-ms
haskell-hackage-security
haskell-enummapset
uranium
codespell
erlang-p1-sqlite3
abx
syncevolution
clucene-core
python-intervaltree-bio
libpsl
love
libpar-packer-perl
gitmagic
libvc
libbot-training-perl
libnetsds-util-perl
flufl.password
node-public-encrypt
ack
acm
pluxml
libretro-gambatte
acr
mailfilter
haskell-regex-applicative-text
funtools
python-plaster
python-memcache
yorick-ml4
gjiten
libgsecuredelete
enblend-enfuse
plastex
docbook-xsl
glirc
tickr
construct.legacy
libipc-pubsub-perl
haskell-zxcvbn-c
kwalletcli
sndio
node-moment
kdbusaddons
django-classy-tags
ruby-octokit
fb-music-high
coinor-dylp
libdevel-gdb-perl
python-pbcore
easyloggingpp
numba
soapyremote
xcb-util
node-rollup-plugin-typescript
libarchive-zip-perl
limnoria
python-dbfread
golang-github-codegangsta-negroni
libarchive-cpio-perl
python-pulp
cpluff
sptk
python-iso3166
networking-arista
gnome-shell-extension-weather
xournal
dvorak7min
knxd
r-cran-ggvis
docbook-html-forms
psensor
rdp-classifier
davix
haskell-rvar
ruby-letter-opener
haskell-connection
universalindentgui
pythondialog
node-array-unique
islamic-menus
meschach
libdatetime-format-pg-perl
libunwind
tuxcmd-modules
bindex
nss-pam-ldapd
fonts-smc
input-pad
libcrypto++
libmoox-struct-perl
grabserial
zathura
bzr
kimwitu
oaklisp
freealut
libanyevent-i3-perl
python-mechanicalsoup
monsterz
node-jquery-textcomplete
ffmpegthumbs
modplugtools
commons-vfs
python-bx
afl
r-cran-crayon
findimagedupes
aft
busybox
apt-transport-tor
myhdl
pg-repack
fonts-paratype
artikulate
python-parameterized
mediastreamer2
python-keystoneclient
libnet-appliance-session-perl
libinfinity
node-y18n
shapetools
libfile-sync-perl
kelbt
libclass-load-perl
django-macaddress
ruby-redis
xlwt
unixodbc
mistral
node-parallel-transform
aha
undertaker
rhinote
laptop-detect
rust-crates-io
rust-bit-vec
golang-github-cloudflare-cfssl
speakup
node-request
requests-file
yapra
python-pecan
haskell-hsyslog
libraw
python-waiting
libetonyek
libmoosex-types-datetime-morecoercions-perl
nettoe
libbio-mage-utils-perl
rust-openssl-sys
xsane
gertty
golang-github-jedisct1-go-dnsstamps
innoextract
ngrep
node-yauzl
memkind
xdg-user-dirs
haskell-blaze-html
ruby-httpclient
haskell-word8
vcversioner
subversion
python-msgpack
ruby-bcrypt-pbkdf
python-backports.tempfile
bugz
nauty
libgaminggear
haskell-sdl-mixer
trac-bitten
clthreads
empy
liblwp-authen-wsse-perl
sdlbasic
php-horde-passwd
vim-vimerl
colorspacious
antlr4
globus-authz-callout-error
mp3info
libhttp-negotiate-perl
node-amdefine
pybridge
msort
r-cran-httpcode
openvas
ruby-forwardable-extended
bamtools
libmoox-buildargs-perl
ssh-askpass-fullscreen
libmodule-install-doap-perl
r-cran-wikitaxa
taskcoach
rust-mime
libphonenumber
ruby-spreadsheet
jupyter-core
lm-sensors
pg-backup-ctl
logservice
ruby-browser
libdist-zilla-plugin-test-perl-critic-perl
festlex-cmu
node-lunr
okular
purl
libnet-ntp-perl
node-commondir
dns-flood-detector
gecode
wotsap
libnova
pytaglib
libcommons-dbcp-java
gamin
libjcommon-java
ppx-deriving-yojson
node-json-stable-stringify
linux-latest
dctrl2xml
munipack
smalt
libpoe-component-client-ping-perl
swig
bluez-qt
gperiodic
typeahead.js
haskell-hunit
rust-tar
felix-gogo-command
libauth-yubikey-webclient-perl
mnormt
log4net
aribb24
ale
prayer
slingshot-clojure
r-cran-pki
dawg
recode
amqp-specs
libpciaccess
requests
nicovideo-dl
porechop
qpid-proton
python-num2words
node-babel-plugin-transform-define
libbsd-arc4random-perl
libmoosex-declare-perl
mmdb
docdiff
pyexiv2
albatross-gtk-theme
python-colormap
khotkeys
libmail-message-perl
aplus-fsf
junixsocket
libtest-mock-guard-perl
buku
libksba
ruby-prometheus-client-mmap
cmake-extras
snowball
libnice
r-cran-plm
nat
fprintd
libmodule-install-manifestskip-perl
mate-equake-applet
node-asn1.js
ams
drraw
r-cran-pls
libjs-twitter-bootstrap-datepicker
fonts-gargi
libcgi-application-plugin-devpopup-perl
fdclone
flow-tools
haskell-hsx-jmacro
wcstools
libqapt
libpgm
direwolf
zope.i18nmessageid
connect-proxy
festvox-suopuhe-lj
backblaze-b2
kitemmodels
golang-go-flags
libextutils-installpaths-perl
cython
and
python-glob2
python-dtcwt
haskell-netwire
ruby-numru-misc
binutils-arm-none-eabi
libgeo-google-mapobject-perl
blobwars
antlr4-cpp-runtime
ruby-handlebars-assets
rust-winapi-i686-pc-windows-gnu
ant
libebur128
libjs-jquery-fixedtableheader
kerneltop
r-cran-crul
libcatalyst-model-dbi-perl
ruby-pundit
meanwhile
polenum
libsignal-protocol-c
autobahn-cpp
r-bioc-biomformat
libvisual-plugins
libharu
r-cran-png
node-es6-iterator
itools
node-abab
vspline
festvox-suopuhe-mv
rust-httparse
expat
sphinxcontrib-seqdiag
vdr-plugin-epgsearch
libosmo-netif
fonts-dancingscript
usrmerge
scheme48
python-os-api-ref
fonts-deva-extra
aclock.app
cl-hyperobject
liblemon
jffi
ruby-celluloid-io
libopenshot
pymad
golang-gopkg-ini.v1
ruby-gollum-lib
libnet-ldapapi-perl
gsl
apg
latencytop
jacktrip
pgtap
libcgi-ssi-perl
mailscripts
emacs-git-modes
pxlib
altree
rcolorbrewer
rust-xmlparser
elixir
golang-github-lunny-log
galib
libarchive-any-perl
ruby-thor
rust-git2-curl
toastinfo
samplv1
funkload
libdatetime-event-recurrence-perl
openclonk
golang-github-olekukonko-tablewriter
libcrypt-ecb-perl
golang-x-text
node-boom
re2c
xserver-xorg-video-cirrus
libxsettings-client
bzr-email
minetest-mod-ethereal
r-bioc-aroma.light
python-cookies
keybinder-3.0
r-cran-maxlik
znc
ruby-ice-cube
git-extras
blueproximity
rlplot
supercollider
stoken
libxml-tidy-perl
python-sqlite
dar
gnome-mousetrap
grub-customizer
overgod
pbgenomicconsensus
arc
scalapack-doc
abiword
arj
ark
gr-dab
beanstalkd
node-glogg
node-everything.js
q4wine
suil
puppet-module-cloudkitty
libvhdi
libnative-platform-java
python-ldap
primus
profnet
searchandrescue
node-split-string
figlet
libtest-spec-perl
libbfio
ruby-buff-shell-out
ask
jenkins-job-builder
ruby-cheffish
libcerf
requirejs
asp
libejml-java
ruby-memoist
libexecs
paredit-el
python-glareclient
gxmessage
msr-tools
simplescreenrecorder
console-data
sfst
docker.io
burp
libgd2
libkdegames
mycli
pg-snakeoil
igtf-policy-bundle
otf2bdf
libj2ssh-java
node-stream-splicer
python-librtmp
rust-erased-serde
ruby-cfpropertylist
libtemplate-plugin-number-format-perl
sympy
python-qtawesome
maven-shared-utils
r-cran-psy
kdegraphics-mobipocket
goobook
librelp
freedink-dfarc
chemical-structures
morsegen
sortsmill-tools
libsrtp2
python-affine
jquery-mobile
libproc-daemon-perl
haskell-postgresql-simple
lifelines
libshell-guess-perl
node-jsonld
r-cran-rcarb
ruby-validate-email
flpsed
sidplayfp
snmpsim
invaders
libvariable-magic-perl
minbif
haskell-http
python-daemon
libperl6-junction-perl
mono-fuse
sphinxcontrib-nwdiag
cl-asdf
gnunet-gtk
python-mistralclient
opencc
butt
haskell-tldr
pwauth
node-tilelive-mapnik
cssutils
libwwwbrowser-perl
hyphen
php-horde-routes
q-text-as-data
ignition-msgs
gwaterfall
meta-gnome3
gau2grid
moonshot-ui
audiocd-kio
mckoisqldb
node-semver
librdf-trinex-compatibility-attean-perl
dbab
rapmap
vine
python-ewmh
libdate-manip-perl
libzorpll
pdudaemon
django-wkhtmltopdf
merkleeyes
mtpolicyd
dbar
zed
ocaml-curses
netkit-rsh
libnet-nis-perl
festvox-ca-ona-hts
libshout
libcacard
node-crypto-browserify
f2fs-tools
r-cran-factominer
fieldslib
libauthen-simple-dbm-perl
sdformat
libqtdbustest
mrtg-ping-probe
node-node-forge
jquery-geo
pyfribidi
munkres
golang-github-spf13-cast
r-cran-pwr
r-cran-pwt
node-combine-source-map
dumpasn1
python-authkit
haskell-prelude-extras
bookletimposer
openvpn
uglifyjs
reglookup
umockdev
xcb-util-image
golang-github-edsrzf-mmap-go
network-manager-applet
phalanx
parted
smuxi
haskell-pipes-bytestring
sireader
practicalxml-java
octave-specfun
asciijump
php-phpdocumentor-reflection-docblock
yubikey-personalization
pescetti
librostlab-blast
ace-of-penguins
haskell-microlens-mtl
octave-optim
php-horde-scheduler
libsearch-elasticsearch-client-2-0-perl
ocaml-samplerate
cups-pk-helper
uni2ascii
nfoview
libbpp-core
elinks
simplejson
ros-genpy
hyperrogue
w3cam
wdiff
libppix-utilities-perl
ibus-table-extraphrase
gtkpod
libauthen-sasl-saslprep-perl
libencode-arabic-perl
libytnef
libtime-warp-perl
fonts-elusive-icons
libbenchmark-progressbar-perl
pkg-kde-tools
googleplay-api
imediff2
centreon-engine
templayer
libclass-dbi-plugin-abstractcount-perl
0ad-data
pypandoc
ruby-chunky-png
ruby-toml-rb
ruby-sequenced
libtest-filename-perl
gettext
ignition-transport
uutf
gajim-omemo
libmodule-install-trustmetayml-perl
multimon
simplyhtml
lxqt-admin
ruby-capture-output
r-cran-rsqlite
node-randomfill
sfarklib
xfce4-whiskermenu-plugin
haskell-devscripts
python-configargparse
rust-bincode
linux-atm
dossizola
transrate-tools
libfile-flat-perl
debiandoc-sgml-doc
bambootracker
r-cran-deldir
jsusfx
libstring-escape-perl
libpgf
node-samsam
python-simpy3
jag
littlewizard
jcharts
golang-openldap
hiki
maven-common-artifact-filters
python-markdown
jebl2
libjs-graphael
wireless-tools
uhd
magic
frescobaldi
node-lightgallery
golang-github-frankban-quicktest
pymoc
eventstat
magit
makebootfat
pymol
python-genty
r-cran-th.data
gwenview
node-pbkdf2
pgtop
ettercap
teeworlds
libnss-docker
node-pascalcase
haskell-double-conversion
pari
python-oslotest
siridb-server
tk-brief
kiwisolver
pyblosxom
httpunit
latex209
mate-common
libenum-perl
linkchecker
signon-plugin-oauth2
golang-github-boltdb-bolt
hime
node-tar-stream
ufoai-maps
blobby
libconfig-autoconf-perl
ruby-http-parser.rb
dmaths
node-unicode-canonical-property-names-ecmascript
rust-jobserver
unicode-data
octave-vibes
python-enet
libpam-pwdfile
golang-github-burntsushi-locker
libthread-tie-perl
flask-bcrypt
libqmatrixclient
gnome-breakout
gpsd
libtest-corpus-audio-mpd-perl
cereal
pidgin-gnome-keyring
ruby-omniauth-azure-oauth2
libpgobject-type-datetime-perl
lynx
ruby-rspec
maven-shared-incremental
ax25-apps
libcps-perl
python-pytyrant
kraft
ruby-dependor
sm-archive
liblinux-pid-perl
libswarmcache-java
python-atomicwrites
ruby-backbone-on-rails
gforth
node-copy-webpack-plugin
apache-mode-el
tcl8.6
libterm-size-perl-perl
gradm2
r-cran-rcpparmadillo
flycheck-package
faad2
riddley-clojure
node-simple-fmt
didjvu
golang-github-odeke-em-ripper
libkarma
jsquery
mlpack
colord
highlight
libmimic
node-check-error
r-cran-mertools
prometheus
zeromq3
harvest-tools
mdadm
mp3check
libcrypt-gcrypt-perl
openbox
cofoja
ruby-sham-rack
golang-github-burntsushi-xgb
featherpad
libjs-require-css
libcatmandu-importer-getjson-perl
wmbiff
libtermkey
haskell-refact
libsys-statistics-linux-perl
mate-optimus
neutron-taas
libdist-zilla-plugin-requiresexternal-perl
webissues
liblwp-protocol-psgi-perl
libcss-minifier-perl
ruby-loofah
django-hvad
libsbml
rust-scoped-threadpool
libmp3spi-java
fonts-smc-karumbi
ircd-hybrid
debomatic
lua-nginx-websocket
haskell-tasty-hunit
bam
gst-plugins-good1.0
golang-github-tjfoc-gmsm
bar
haskell-lucid
dns323-firmware-tools
emacs-pdf-tools
ruby-hdfeos5
dee
jcommander
openmsx-debugger
pyclamd
ocaml-text
qsstv
bbe
bbmail
ghostscript
rainloop
muttprint
coreapi
plasma-sdk
weka
pgocaml
r-cran-modeltools
jodconverter
python-flask-httpauth
librdf-vcard-perl
r-cran-qap
comidi-clojure
node-get
emacs-deferred
r-cran-samr
openthesaurus
tcplay
ruby-versionomy
libappconfig-std-perl
emacs-fossil
labltk
makedev
python-systemd
node-json-schema-traverse
linux86
ruby-mp3tag
velvet
libxt
repetier-host
esxml
zram-tools
projectm
reboot-notifier
libcryptui
clips
libgeography-countries-perl
icinga
sparsehash
libmoosex-param-perl
libipc-system-simple-perl
x11-xfs-utils
eclipse-emf
spatial4j
xfonts-75dpi
flare-game
bwctl
sqsh
nifti2dicom
mediaelement
libimporter-perl
python-django-bootstrap-form
node-configstore
haskell-monadprompt
php-mail
libtie-ical-perl
golang-github-docker-docker-credential-helpers
gadmin-samba
dovecot
vecmath
libpixie-java
isbnlib
seahorse
mustache.js
zope.hookable
libmatthew-java
ocaml-qcheck
vorbis-tools
ruby-librarian
swt4-gtk
golang-github-bouk-httprouter
tryton-modules-carrier
solfege
fpconst
django-dirtyfields
iperf3
lua-term
rust-lock-api
mediaconch
ispell-gl
u-msgpack-python
magnum
ben
golang-github-dylanmei-winrmtest
libdbix-simple-perl
fonts-linex
node-extend
golang-gitaly-proto
kiten
sonic
symmetrica
ruby-elasticsearch
xfsdump
libkmlframework-java
python-gnupg
pluto-lunar
kdrill
linux-minidisc
sdl-kitchensink
panoramisk
bfs
krank
python-daap
loudmouth
notmuch
smart-notifier
fest-assert
pd-purepd
openctm
pointback
apache-directory-api
alevt
r-cran-rniftilib
voms-mysql-plugin
libmodule-bundled-files-perl
ocamlagrep
libgenome
mediawiki
anfo
libhtml-wikiconverter-kwiki-perl
haskell-stm-chans
talksoup.app
libhtml-tagfilter-perl
njam
kconfigwidgets
ocaml-opus
python-memory-profiler
dnssecjava
smokegen
libgzstream
r-cran-proto
sollya
itypes
libxml-atom-perl
trollimage
borgbackup
libtree-simple-visitorfactory-perl
libnet-abuse-utils-perl
node-source-map-support
bhl
scala-pickling
marco
conv-tools
python-pgpdump
ruby-guard
libobject-pluggable-perl
ticgit
haskell-musicbrainz
writeboost
fortunes-eo
diceware
lp-solve
javatuples
golang-check.v1
python-oslo.cache
efibootmgr
golang-github-issue9-assert
rocksdb
txt2tags
mailman-suite
velocity-tools
libwiki-toolkit-plugin-locator-grid-perl
python-gnuplotlib
librdf-aref-perl
bip
sigma-align
sgml-spell-checker
python-imaging-doc-handbook
sugar-base
lua-bitop
pyragua
exodusii
golang-github-parnurzeal-gorequest
pysubnettree
librscode
libsigsegv
ruby-xmlparser
libcatmandu-xsd-perl
pygrib
libmatchbox
sjfonts
nwrite
liblwp-useragent-determined-perl
haskell-system-fileio
libparanoid-perl
libtime-fake-perl
pastescript
libcatalyst-plugin-authentication-credential-openid-perl
libmath-tamuanova-perl
libperlanet-perl
apng2gif
libspreadsheet-parseexcel-perl
libpam-ccreds
golang-github-influxdata-tail
libretro-beetle-psx
node-bcrypt-pbkdf
proftmb
pushpin
ruby-webmock
python-josepy
libtruth-java
barrier
libcommons-collections3-java
haskell-bindings-uname
rust-gdk-pixbuf
kalarmcal
mew-beta
python-restless
kdav
generator-scripting-language
elida
taglib
libbind-config-parser-perl
libcolor-palette-perl
nwall
niceshaper
haskell-gi-gdkpixbuf
libxml-writer-simple-perl
rust-semver-parser-0.7
pysesame
libtext-csv-xs-perl
sratom
genders
bld
neotoma
lablgtkmathview
css2xslfo
regionset
libmonospaceif
libpng1.6
libdevel-profile-perl
snacc
haskell-hsemail
libclc
node-got
libbio-tools-run-alignment-clustalw-perl
libversion-util-perl
cld2
py-isort-el
rust-servo-arc
liblbfgs
commons-beanutils
slgsl
starlink-pal
libcatalyst-plugin-i18n-perl
dhcpcd5
freeglut
libhinawa
bmf
xf86-input-multitouch
r-cran-ggridges
libmatch-simple-xs-perl
node-gulp-babel
psqlodbc
castle-game-engine
scopt
tfdocgen
tryton-modules-account-invoice-line-standalone
r-cran-inline
bmt
python-morris
yelp
tryton-modules-timesheet
globus-gfork
python-django-overextends
puppet-module-joshuabaird-ipaclient
node-http-signature
filetea
libfonts-java
tryton-modules-stock-forecast
mash
retro-gtk
haskell-fixed
xmobar
bnd
ruby-tilt
bcbio
bwm-ng
kombu
prometheus-pgbouncer-exporter
strongswan
mhwaveedit
node-lodash-compat
css3pie
translate-docformat
yubikey-luks
r-cran-data.table
alljoyn-gateway-1504
lua-doc
debian-dad
libjs-jquery-selectize.js
rust-unveil
python-future
golang-github-dlclark-regexp2
r-cran-corpcor
python-lti
ustr
libdist-zilla-plugin-ourpkgversion-perl
ipsvd
liblog-report-perl
rust-addr2line
apertium-spa-cat
haskell-dice
gnome-shell-extension-move-clock
libnet-managesieve-perl
liburi-find-delimited-perl
felix-utils
jsap
golang-github-geertjohan-go.rice
xapers
node-promise-retry
hashdeep
xmds2
fonts-monapo
qstat
targetcli-fb
ltsp
softhsm2
ruby-tins
rust-extprim
berusky
qpxtool
ltpanel
dict-moby-thesaurus
eekboek
node-proxy-addr
fonts-dejavu
maven-file-management
xjump
cl-trivial-utf-8
abi-dumper
node-is-object
libvidstab
collada-dom
libxfce4util
corekeeper
mapsembler2
libofa
golang-github-jdkato-prose
ibus-client-clutter
pyhoca-cli
python-requirements-detector
apertium-eu-en
libclass-pluggable-perl
python-intervaltree
haskell-abstract-deque
buthead
todotxt-cli
apertium-eu-es
gnustep-netclasses
python-pydotplus
node-glob-base
geronimo-jpa-2.0-spec
recoll
node-stream-iterate
pixman
pywinrm
aide
python-spake2
rfcdiff
golang-github-samalba-dockerclient
4g8
sgmltools-lite
android-platform-system-tools-aidl
guiqwt
commons-dbcp2
fonts-kalapi
fonts-yozvox-yozfont
bro
ksshaskpass
python-jsonext
rdup
libr3
voms
ruby-diaspora-federation-rails
gst-plugins-espeak
gnome-chemistry-utils
rust-cairo-sys-rs
golang-github-confluentinc-confluent-kafka-go
udfclient
ruby-combustion
openoverlayrouter
python-geoip
python3-lxc
ocaml-melt
jaxrpc-api
backward-cpp
bsh
avr-libc
python-ck
lava-coordinator
epix
lua-posix
python-lz4
libfile-wildcard-perl
bridge-utils
libcvs-perl
mtpaint
libsocket-linux-perl
zope.contenttype
guile-2.0
guile-2.2
libxkbfile
patchage
confuse
haskell-tls
etherwake
tryton-modules-account-dunning-email
python-pkginfo
fast-cpp-csv-parser
pylint-django
libtemplate-multilingual-perl
bti
haskell-murmur-hash
kcrash
lam
cron-deja-vu
libmath-sparsematrix-perl
automat
dbus-c++
python-apptools
libapache2-mod-lookup-identity
setcd
flashbake
libsml
ruby-gnuplot
dvd+rw-tools
python-parsel
waili
mysql-connector-c++
osm-gps-map
hachoir-metadata
openjade
sagemath
r-cran-qtl
ruby-webfinger
kitty
python-lzo
python-periodictable
condor
d52
django-stronghold
libalgorithm-diff-perl
cjs
ssh-contact
brisk-menu
clojure-maven-plugin
flufl.i18n
python-xstatic-term.js
stepic
lua-zlib
graphene
r-cran-metamix
hannah
libxaw
xorg-docs
rust-libgit2-sys
libcatalyst-dispatchtype-regex-perl
bvi
feature-check
python-spur
slsqlite
nxt-python
node-d3-array
node-gyp
whereami
python-fs
llvmlite
rss2irc
python-h2
vim-youcompleteme
node-tilelive-vector
nautilus-admin
ssake
libtest-autoloader-perl
didiwiki
pathological
libtest-bdd-cucumber-perl
urlgrabber
archivemount
libxml-filter-sort-perl
libcatalyst-actionrole-acl-perl
ruli
libdevel-callchecker-perl
bwa
numatop
svgpart
tcpdump
libndp
pygobject
bs2b-ladspa
golang-gopkg-tylerb-graceful.v1
libio-capture-perl
liblinux-fd-perl
utf8proc
rtkit
scotch
ptable
lua-iconv
ann
khronos-opengl-man4
icinga2
tryton-modules-account-dunning
sphinx-gallery
gnukhata-core-engine
r-cran-svglite
pycountry
probabel
libpath-router-perl
yosys
node-decamelize
libgnome-games-support
junos-eznc
xpa
xine-ui
sylpheed
libdate-tiny-perl
libtypes-xsd-lite-perl
kbookmarks
pytest
pg-fact-loader
irclog2html
python-certbot-dns-gehirn
gxmms2
kamera
flactag
node-brorand
python-hpack
haskell-stateref
golang-gopkg-httprequest.v1
policykit-1-gnome
globus-gsi-proxy-ssl
devilspie
libass
python-django-extensions
xserver-xorg-input-void
libwww-mechanize-formfiller-perl
snapd
php-gnupg
vdr-plugin-mp3
zypper
octave-linear-algebra
taptempo
libcli
debiandoc-sgml
libmoox-log-any-perl
lcmaps-plugins-verify-proxy
rust-enum-primitive
libipc-shareable-perl
libdata-treedumper-oo-perl
libnexstar
ui-gxmlcpp
kservice
haskell-objectname
libmpack
faker
geopy
haskell-enclosed-exceptions
haskell-cryptohash-sha256
ruby-entypo-rails
neko
fathom
xserver-xorg-input-keyboard
libperlio-utf8-strict-perl
libowfat
libjgoodies-common-java
lambda-align
python-django-babel
node-stream-each
ruby-thread-safe
libdist-zilla-plugin-checkbin-perl
ruby-cairo
vlan
tlp
golang-text
haskell-fast-logger
transgui
dom4j
snarf
cfgrib
libparanamer-java
ruby-rufus-scheduler
latexila
libnet-irc-perl
atkmm1.6
pear-channels
r-bioc-preprocesscore
globus-net-manager
keymapper
python-blosc
libpgobject-simple-role-perl
golang-github-pzhin-go-sophia
kdbg
epcr
truffle
ruby-stringify-hash
babelfish
libsigc++-2.0
openhft-chronicle-core
pd-beatpipe
python-ly
ublock-origin
global
haskell-lzma
gkrelltop
haskell-case-insensitive
yaret
aircrack-ng
cairo-ocaml
ferret
fonts-eeyek
node-unpipe
libgetopt-long-descriptive-perl
golang-github-kubernetes-gengo
pebl
percol
libdata-treedumper-perl
pktools
node-array-uniq
donkey
pastebinit
libgit2
ocaml-csv
ocaml-duppy
caspar
ufo-filters
node-vue-hot-reload-api
soapaligner
haskell-gnuidn
libboost-geometry-utils-perl
pyethash
node-github-url-from-git
haskell-happstack-server
haskell-debian
yokadi
r-cran-dosnow
php-psr-link
python-leather
diet-ng
librdf-ldf-perl
golang-github-nsf-termbox-go
node-unique-stream
libcommons-logging-java
xdiskusage
golang-testify
boxer
foo2zjs
boxes
libtorrent
erlang-p1-pkix
pyvorbis
rust-vcpkg
libjama
podcastparser
libcrypt-openssl-random-perl
pondus
so-synth-lv2
lua-curl
onionshare
iwyu
freetennis
apt-dater
vlevel
xmotd
rust-rand-isaac
libemail-stuffer-perl
phnxdeco
debian-reference
rear
wyrd
golang-golang-x-tools
xmoto
cdbfasta
paraclu
pyvirtualdisplay
opencaster
yample
python-protobix
libcache-memcached-fast-perl
ngspice
rust-pest-meta
o3dgc
sortedcollections
golang-github-google-gofuzz
libtest-output-perl
pysimplesoap
latte-dock
node-espree
broccoli
haskell-url
liburl-encode-perl
django-pagination
haskell-yi-frontend-vty
rust-rusty-fork
rifiuti
python-mailer
r-cran-metrics
golang-github-franela-goblin
libxpresent
riemann-c-client
libconfig-apacheformat-perl
kexec-tools
backintime
haskell-hspec
libnss-db
libmecab-perl
com-hypirion-io-clojure
libokhttp-java
parallelpython
libdevice-modem-perl
quickplot
libsquish
xmltoman
zam-plugins
haskell-integer-logarithms
node-strip-bom
pg-qualstats
ksyntax-highlighting
neofetch
libhtml-linkextractor-perl
librole-identifiable-perl
wapua
fruit
libvirt-python
libdbi-perl
comptext
spamprobe
ddrescueview
node-compressible
ruby-distribution
setop
kvirc
serp
geoip-database
prometheus-apache-exporter
meta-gnustep
node-import-lazy
gr-rds
trove3
haskell-base16-bytestring
iec16022
freehep-graphicsio-tests
pyasn1
nekobee
haskell-data-hash
golang-github-pointlander-peg
servefile
maelstrom
sphinxcontrib-websupport
libconfig-any-perl
ruby-rabl-rails
lrzip
gmplot
pyodbc
python-pytest-lazy-fixture
packaging-dev
libsigrokdecode
coin3
firmware-microbit-micropython
r-cran-contfrac
ruby-gettext
node-create-hmac
rust-lua52-sys
haskell-src-exts-util
fonts-urw-base35
r-cran-bayesfactor
charls
haskell-hstringtemplate
cba
smlnj
python-sh
eshell-bookmark
libcache-memcached-libmemcached-perl
knotes
postgresql-11
sass-stylesheets-compass
cbm
libclang-perl
java-classpath-clojure
gmerlin-encoders
libconfig-file-perl
ros-vision-opencv
muroard
debiman
apertium-oc-ca
fonts-leckerli-one
pmidi
mysqmail
cd5
maptransfer
dolphin-emu
libyaml-perl
octave-nurbs
origami-pdf
orc
python-etcd3gw
anthy
tryton-modules-edocument-unece
rubberband
libsnmp-session-perl
scilab
libconfig-identity-perl
xemacs21-packages
abcmidi
haskell-http2
liblouis
lebiniou
krita
cct
tldjs
cvs-mailcommit
python-tz
libnet-cidr-set-perl
tryton-modules-sale-supply
libalgorithm-merge-perl
haskell-statistics
pymia
tools-namespace-clojure
emerald
python-progressbar
haskell-from-sum
websocketpp
cde
dfwinreg
python-urwid-utils
unifdef
prottest
swisswatch
r-cran-rsolnp
soapdenovo
libxrender
cdo
globus-gram-job-manager-pbs
libtest-most-perl
twiggy
trac-wikiprint
yojson
mm-common
ruby-mocha
cdw
libmime-util-java
libnet-imap-client-perl
libobject-destroyer-perl
python-googleapi
pynwb
openfoam
apertium-oc-es
libmasonx-interp-withcallbacks-perl
whatmaps
igmpproxy
libemail-valid-perl
woff2
libvmdk
pidgin-librvp
transmission-remote-gtk
xfce4-dict
redberry-pipe
hiredis
rust-ucd-trie
libmaxmind-db-common-perl
cg3
boilerpipe
python-novaclient
gtksourceview2
kbtin
libomxil-bellagio
chafa
tiemu
fonts-arkpandora
matlab-support
libmoox-handlesvia-perl
haskell-mono-traversable
haskell-sdl
plowshare
haskell-heist
golang-bindata
libcatalyst-authentication-credential-http-perl
libjs-jquery-hotkeys
ipe
bibtexparser
imx-usb-loader
node-posix-character-classes
pugl
cminpack
libnet-https-any-perl
ssvnc
irony-mode
libtie-cache-perl
fonts-ecolier-court
unoconv
xmlelements
r-cran-lava
kcolorchooser
slurm
mha4mysql-node
slurp
libdebian-package-html-perl
sendpage
libqalculate
lua-ljsyscall
libodsstream
node-set-getter
django-js-reverse
python-django-extra-views
python-pynzb
fifechan
macsyfinder
libgeo-coder-osm-perl
flatpak
zssh
mono-upnp
libimage-librsvg-perl
nordugrid-arc-doc
golang-github-mvo5-uboot-go
caml-crush
mklibs
rgl
jboss-jdeparser2
yt
audacious
pd-pduino
asn1crypto
ruby-rails-timeago
libcontext-preserve-perl
php-react-child-process
zh-autoconvert
haskell-code-page
xmlsec1
icu
litl
libcolt-free-java
cil
sugar-memorize-activity
pybitcointools
e00compr
ijs
sagemath-database-graphs
django-memoize
astroplan
haskell-diagrams-svg
lepton-eda
node-is-extglob
haskell-hsp
v4l2ucp
astrometry.net
homer-api
kded
libperl6-export-attrs-perl
archipel-agent-action-scheduler
fcitx-cloudpinyin
node-deep-extend
r-cran-rio
tendermint-go-merkle
wand
ruby-mime
at-spi2-core
libhtml-tableparser-perl
ruby-truncato
node-buf-compare
jdependency
libcatalyst-view-gd-perl
newpid
golang-1.11
apertium-en-ca
nxcl
python-mpd
usbauth
osdclock
libguytools2
libmath-planepath-perl
chake
garcon
scribus
espeakedit
cinfony
python-repoze.tm2
libfile-monitor-lite-perl
mopidy-scrobbler
golang-github-fhs-gompd
lrzsz
kmahjongg
normaliz
pgrouting
rt-extension-customfieldsonupdate
hdf5
python-urllib3
python-mastodon
python-pymeasure
hsqldb
libbash
plasma-discover
libjdom2-intellij-java
pgq-node
libsgmls-perl
libhttp-tiny-perl
haskell-snap-server
gcc-python-plugin
python-futurist
send2trash
ruby-tioga
python-odoorpc
haskell-unicode-transforms
pd-flite
simple-cdd
festvox-kdlpc8k
golang-github-christrenkamp-goxpath
node-lowercase-keys
pilot-link
atk1.0
ruby-shoulda
golang-github-surma-gocpio
libanyevent-dbi-perl
dnsmasq
fonts-cantarell
fonts-wqy-microhei
piexif
typescript-types
node-des.js
cme
git-remote-gcrypt
erlang-lager
libmemoize-expirelru-perl
ksmtp
tomoyo-tools
libebml
apertium-en-es
prelude-lml-rules
cmt
pydb
twofish
flightgear-data
python-parse
pydf
astk
node-is-stream
python-rfc3986
node-gulplog
ruby-rugments
libnftnl
libcommons-cli-java
fishpoll
ruby-delorean
kmbox
pbbam
graphql-el
netifaces
libforms
libgd-securityimage-perl
gpsman
r-cran-rms
ruby-redcloth
git-mestrelion-tools
partd
libencode-perl
ruby-afm
r-cran-shape
elk
libdevel-refcount-perl
iptux
staticsite
libgarmin
p9m4
ttf-aenigma
golang-github-miekg-dns
opencity
libdist-zilla-plugin-localemsgfmt-perl
golang-github-opentracing-contrib-go-stdlib
liborlite-perl
openmpi
pyew
ruby-multibitnums
libtgvoip
goaccess
apertium-en-gl
libpod-tests-perl
imagetooth
coq
fbless
betaradio
libfile-copy-link-perl
golang-github-serenize-snaker
libhtml-wikiconverter-mediawiki-perl
haskell-mime
php-horde-timezone
php-horde-crypt
proguard
magic-wormhole-transit-relay
gnustep-sqlclient
stegosuite
libcgi-compile-perl
ruby-test-xml
freebsd-buildutils
pyfr
r-cran-generics
ocamlgsl
gnome-klotski
libbusiness-tax-vat-validation-perl
libdist-zilla-plugin-readmefrompod-perl
sspace
deft
cpm
tegaki-pygtk
codemirror-js
libhtml-tableextract-perl
cpu
xfoil
libapp-stacktrace-perl
haskell-yi-core
maven-replacer-plugin
ppx-derivers
vdirsyncer
gst-omx
r-cran-phytools
python-biplist
librasterlite2
libclass-c3-componentised-perl
nageru
fonts-noto-cjk
wbxml2
jmol
telegram-desktop
apertium-apy
harfbuzz
hdbc-sqlite3
hhsuite
ldif3
libtree-xpathengine-perl
squashfs-tools
golang-github-cheekybits-is
standardskriver
fonts-motoya-l-maruberi
dh-ocaml
libdbix-class-dynamicdefault-perl
starlink-ast
rhythmbox-plugin-alternative-toolbar
gtkboard
mbtserver
haskell-hs-bibutils
gtk-sharp-beans
pyocd
phpunit-git
jetty9
kinput2
node-htmlescape
flexi-streams
globus-rsl
ibus-m17n
klibc
libmime-base32-perl
node-serve-favicon
libncursesada
haskell-half
apertium-arg
haskell-mtlparse
r-cran-glmnet
python-darts.lib.utils.lru
liblog-any-adapter-callback-perl
libmousex-nativetraits-perl
osspd
tp-smapi
libitext-java
node-path-root-regex
gimp-gap
ktp-send-file
mutt-vc-query
asciimathtml
magyarispell
python-openstackclient
csh
chase
canl-c
libsvn-web-perl
libspectre
liblingua-en-words2nums-perl
ruby-rubocop-rspec
libconfig-model-openssh-perl
qmpdclient
gnome-icon-theme-yasis
vigor
haskell-data-clist
gpsprune
libsort-key-top-perl
haskell-shakespeare
libpano13
neobio
ecasound
aiodns
ruby-pygments.rb
pylint-common
modsecurity-crs
stress
acedb
ruby-appraiser-rubocop
fonts-navilu
libsendmail-pmilter-perl
python-yamlordereddictloader
libgrits
golang-gopkg-mcuadros-go-syslog.v2
latexdraw
ctn
sredird
gopchop
airstrike
restart-emacs
python-distutils-extra
r-cran-askpass
golang-github-vmware-photon-controller-go-sdk
soapyhackrf
libconvert-ascii85-perl
mkcue
python-requests-unixsocket
r-cran-shinyfiles
tworld
haskell-tasty-smallcheck
node-keygrip
libcrypt-smbhash-perl
libstring-formatter-perl
libtime-stopwatch-perl
haskell-tagstream-conduit
python-crank
muparser
bsdmainutils
phpunit-global-state
freetable
van.pydeb
ocaml-lastfm
ruby-ami
ufoai
libnet-libdnet6-perl
dh-octave
r-cran-bh
r-cran-bitops
rust-grep-cli
libinline-perl
chargebee-python
libapache2-mod-fcgid
gevent-websocket
turbogears2
segyio
node-stream-shift
golang-github-spf13-cobra
tercpp
jose
libretro-mupen64plus
geki2
geki3
cvs
r-cran-ca
klickety
libmath-vector-real-perl
ldm
libhtml-gumbo-perl
bosixnet
txzookeeper
gkrelluim
libtie-shadowhash-perl
ssed
golang-github-xenolf-lego
drf-extensions
haskell-basement
libtest-mockmodule-perl
geronimo-jms-1.1-spec
klone
wzip
libogg
pycodestyle
latex2rtf
cwm
soapyredpitaya
phpunit-code-unit-reverse-lookup
undbx
jekyll
gpyfft
fonts-wqy-zenhei
irssi
libhdate
php-horde-imap-client
powerman
ncmpc
libwx-perl-processstream-perl
kawari8
indexed-gzip
haskell-asn1-types
webdis
libtemplate-plugin-comma-perl
libcwd-guard-perl
ruby-rqrcode-rails3
osmo-sgsn
r-cran-dt
giza
golang-github-hashicorp-go-sockaddr
node-crc32
haskell-wl-pprint-text
libogg-vorbis-decoder-perl
ssft
ruby-benchmark-suite
golang-github-mattn-go-isatty
haskell-optparse-applicative
pygtail
gnu-efi
python-unipath
xorg-gtest
libstruct-dumb-perl
libsdl2-gfx
libcrypt-cbc-perl
haskell-hsopenssl
libb-hooks-endofscope-perl
golang-github-jedisct1-xsecretbox
r-cran-ei
subtitleeditor
orocos-bfl
yasat
knowthelist
libstring-truncate-perl
konqueror
libapache-session-sqlite3-perl
spellutils
python-passlib
node-latest-version
pscan-chip
gnome-shell-extension-mediaplayer
gkrellmoon
fuzzywuzzy
python-seamicroclient
kunststoff
python-magnumclient
ruby-omniauth-gitlab
node-make-dir
pype
java-xmlbuilder
node-npm-bundled
cppad
node-sort-keys
jhbuild
libfunction-fallback-coreorpp-perl
ocaml-expat
gpxpy
r-cran-fs
gmt
wmclockmon
haskell-parseargs
node-base64url
vland
libmodule-path-perl
rust-pulldown-cmark
gmbal-commons
felix-latin
python-certbot
tinyos
cpl-plugin-amber
ucimf-sunpinyin
flask-autoindex
solarized-emacs
pyqi
r-cran-gh
golang-vhost
haskell-base64-bytestring
liquidwar
lua-dbi
python-btrfs
pd-mjlib
whyteboard
tryton-modules-stock-package-shipping
libsaxon-java
node-array-series
libimage-exif-perl
nrpe-ng
brailleutils
libqtxdg
sdl-mixer1.2
haskell-mono-traversable-instances
libmoox-cmd-perl
node-flush-write-stream
driconf
tinyos-tools
php-horde-icalendar
libbio-tools-phylo-paml-perl
netw-ib-ox-ag
ironic-ui
ruby-ast
pd-maxlib
gconjugue
restbed
g10k
libanyevent-processor-perl
systemsettings
golang-github-stevvooe-resumable
diamond
libtest-email-perl
archipel-agent-hypervisor-geolocalization
message-templ
r-cran-pillar
libhttp-daemon-ssl-perl
ros-bloom
unixodbc-gui-qt
node-arr-diff
node-domhandler
beagle
rust-is-match
armadillo
libbinio
rust-bindgen
libalgorithm-munkres-perl
linux-user-chroot
gnome-shell-extension-disconnect-wifi
exonerate
abi-monitor
haskell-yesod-default
haskell-data-accessor
pmock
txzmq
graypy
node-raven-js
canlock
ddgr
python-gwebsockets
libwebservice-ils-perl
tryton-modules-stock-location-sequence
pybind11
lasi
keepalived
sslh
haskell-jmacro
lorene
libautobox-dump-perl
mathjax
biojava-live
libtuxcap
fuse-umfuse-iso9660
piu-piu
libcgi-application-plugin-authorization-perl
libhttp-cache-transparent-perl
mpj
haskell-log-domain
bcel
node-uniqs
libresample
node-jszip-utils
zvmcloudconnector
libcurses-widgets-perl
rem
lazr.delegates
devhelp
puppet
haskell-soap
libdbix-class-deploymenthandler-perl
qca2
pytest-mock
puppet-module-openstack-extras
opendht
infon
ddir
ukui-panel
htdig
vnlog
svn2cl
daemontools
xwiimote
php-tokenizer
ros-class-loader
postgresql-filedump
tableau-parm
vtable-dumper
python-envparse
maven-reporting-exec
ruby-aws
kgb-bot
qsapecng
id3tool
golang-github-nebulouslabs-errors
python-vsgui
libxml-regexp-perl
pafy
weechat
evdi
gnome-icon-theme
ruby-color
golang-github-opennota-urlesc
ispell-fo
flute
libjira-client-automated-perl
lua-expat
cl-ppcre
pidgin-latex
phpcpd
rserve
r-cran-mi
libdevel-leak-perl
impressive-display
gtrayicon
haskell-validity
piespy
libmodule-load-conditional-perl
mpm-itk
vzdump
python-slip
node-require-relative
gwaei
cpphs
desproxy
kickpass
libfann
cheese
libvpx
parsec47
django-python3-ldap
ibam
drpython
async-http-client
dnstap-ldns
mate-panel
libpod-weaver-section-legal-complicated-perl
node-channels
mapbox-geometry
cecil
airspy-host
openclipart
libcloud
utidylib
golang-github-peterh-liner
pybik
wreport
mangler
pickleshare
cpanoutdated
dhis-server
elscreen
routes
cl-garbage-pools
phpliteadmin
syrthes
python-pyotp
furiusisomount
erlang-p1-pam
mkgmap-splitter
pcc-libs
node-babel-plugin-array-includes
ngs-sdk
maven-artifact-transfer
python-tabulate
haskell-text-postgresql
clxclient
dtach
cdi-api
xfce4-indicator-plugin
fwbuilder
libre-engine-re2-perl
pyzo
cligh
r-cran-ps
mu-cite
wcwidth
r-cran-r6
libwpd
namebench
jacoco
qwt
golang-github-gorilla-pat
moment-timezone.js
haskell-hslua-module-text
r-cran-ggally
brebis
alsa-tools
libz-mingw-w64
freehep-graphicsio-java
bootstrap-vz
rust-pcre2-sys
nicstat
kanjipad
partclone
libpath-finddev-perl
python-requests-toolbelt
ddd
netmiko
ssss
golang-github-bmatsuo-lmdb-go
libtest-script-run-perl
libjs-jquery-markitup
libnetaddr-ip-perl
lxqt-themes
python-glanceclient
haskell-hspec-core
gazebo
libnet-nessus-rest-perl
mrtrix3
haskell-sdl-gfx
libnet-smtp-server-perl
apertium-hbs-eng
libjdom2-java
ruby-rails-assets-fine-uploader
ivtools
haskell-hspec-wai
libnetsds-kannel-perl
amphetamine-data
haproxy
golang-github-marstr-collection
wmfrog
apache-upload-progress-module
ruby-rinku
dieharder
libversion-next-perl
kitchen
wondershaper
php-zend-eventmanager
okio
cyclograph
ddpt
tryton-modules-account-tax-rule-country
dex
mtd-utils
r-cran-sf
libsbsms
pcmanfm-qt
apertium-bel
sm
pynifti
r-cran-sn
node-registry-url
r-cran-sp
libsort-key-perl
dfc
python-setuptools
fish
haskell-recaptcha
klavaro
libnet-frame-dump-perl
r-cran-sem
ganymed-ssh2
smartypants
freehep-graphics2d
seaview
xserver-xorg-video-trident
python-sentinels
dunst
esh-help-el
haskell-monad-unlift
libclass-isa-perl
haskell-posix-pty
r-cran-tm
python-mapnik
sibsim4
simplemde-markdown-editor
libdata-objectdriver-perl
libtest-compile-perl
haskell-presburger
python-cinderclient
qtgraphicaleffects-opensource-src
rdkit
haskell-jwt
libcpanplus-dist-build-perl
r-cran-v8
libhtml-formattext-withlinks-andtables-perl
trustedqsl
cmd2
vzctl
cl-alexandria
libcpan-uploader-perl
golang-github-spf13-fsync
vim-latexsuite
libmicroba-java
dleyna-connector-dbus
archvsync
python-kaptan
libdate-convert-perl
dxvk
libtext-clip-perl
erlang-bear
libloki
node-brfs
libgraphics-libplot-perl
autolog
libjs-magic-search
r-cran-e1071
kruler
scikit-learn
tcpflow
libcatalyst-plugin-session-store-dbi-perl
libfile-chmod-perl
libixp
libjs-bootbox
libtest-class-perl
dump1090-mutability
haskell-wai-conduit
dia
dnshistory
golang-github-yosssi-gohtml
libhtml-stripscripts-parser-perl
ddtc
powermanga
libtpl
vmpk
proftpd-mod-msg
cclib
din
libreturn-type-perl
amtk
pgsql-asn1oid
django-session-security
caml2html
gigalomania
libtcod
libutempter
vim-snipmate
python-editor
fontforge-extras
fonts-oldstandard
libperlio-eol-perl
liblexical-persistence-perl
picocom
libcgi-session-driver-memcached-perl
python-asdf
fonts-roboto-fontface
grafx2
lizzie
node-seedrandom
node-gulp-rename
kmediaplayer
ontospy
ruby-capybara
libhtml-auto-perl
speedtest-cli
apt-rdepends
ffrenzy
unac
tryton-modules-account-de-skr03
ruby-highline
libpostscript-perl
node-ini
tryton-modules-product-cost-fifo
populations
cutemaze
libvcflib
ddns3-client
python-neovim
pdfkit
libitl
osmo-hlr
haskell-bifunctors
golang-github-jacobsa-syncutil
r-cran-curl
lttoolbox
pyogg
algol68g
lordsawar
libcgi-fast-perl
golang-github-data-dog-go-sqlmock
clipf
libzmf
gtkguitune
gmpc
qhull
gfarm
google-authenticator
hollywood
tetex-brev
path.py
supertux
gkrellmwireless
kwayland
mopac7
charliecloud
python-itsdangerous
dma
cpl-plugin-vimos
whitedb
haskell-regex-compat
haskell-hstatsd
python-mrjob
cl-dynamic-classes
ketm
wmshutdown
stenographer
haskell-vector-space
python-rtree
pytools
node-browser-stdout
cl-yason
vim-puppet
libxml-libxml-debugging-perl
node-npm-package-arg
wget2
jpilot
libtest-mock-time-perl
libfile-slurp-tiny-perl
cl-asdf-finalizers
qnapi
mighttpd2
duo-unix
ruby-icalendar
samhain
node-md5-hex
node-ansi-escapes
clirr
sugar-write-activity
osgi-compendium
cppman
python-nss
pgstat
predictnls
paste
tempest-for-eliza
rust-chrono
golang-github-rakyll-statik
fretsonfire-songs-sectoid
node-error-ex
libjavaewah-java
shove
ddskk
nsnake
haskell-wcwidth
dehydrated-hook-ddns-tsig
debian-faq
haskell-say
gcc-avr
volk
r-other-x4r
libspiffy-perl
ntpsec
libevdev
pgpdump
r-cran-relsurv
python-oslo.middleware
nanomsg
redisearch
keyman-config
kdiagram
picmi
python-os-client-config
binaryornot
paml
ztex-bmp
libhttp-proxy-perl
mpi4py
libjsonparser
jenkins-json
python-mkdocs
proj4js
mini18n
stompserver
tamuanova
showq
ploop
docbook-xml
textedit.app
unicycler
pymacs
ocaml-ssl
node-d
libosmo-abis
libapache-singleton-perl
gworkspace
libperl-osnames-perl
python-softlayer
r-cran-spc
4store
lldpad
bcfg2
gap-design
ergo
golang-github-remyoudompheng-bigfft
amule
riece
ruby-trollop
rust-shared-child
ruby-appraiser-reek
node-q
morse2ascii
haskell-parallel-tree-search
libg3d
ruby-generator-spec
r-cran-spp
libisoburn
xml-rpc-el
node-chart.js
lsdb
ruby-bio
apt-build
develock-el
haskell-iwlib
golang-github-cznic-mathutil
drc
event-dance
littler
cl-sqlite
libmoosex-emulate-class-accessor-fast-perl
python-cssselect
tennix
fullquottel
qt-gstreamer
libmodbus
libomxcamera
libdata-messagepack-perl
gr-hpsdr
golang-gopkg-readline.v1
eric
fcitx-dbus-status
openssh
libalgorithm-c3-perl
mecab-naist-jdic
golang-github-elithrar-simple-scrypt
snp-sites
libxml-generator-perldata-perl
libgeo-googleearth-pluggable-perl
python-os-xenapi
ruby-inflecto
proftpd-mod-counter
libvshadow
node-collection-visit
node-vali-date
ruby-fast-gettext
fcl
libjgoodies-forms-java
zplug
dsh
ipmiutil
testssl.sh
libisrt-java
xapian-omega
stax
consolation
python-dbusmock
kubrick
r-cran-conting
overpass
golang-github-azure-go-autorest
libdbd-pg-perl
joblib
haskell-regex-posix
libepsilon
libmojo-rabbitmq-client-perl
f2c
gst-plugins-bad1.0
open-invaders
biniou
haskell-process-extras
fonts-smc-chilanka
f2j
python-booleanoperations
libdvdread
lilv
samtools
deepin-screen-recorder
cmor
gkrellweather
libdevel-callsite-perl
ledger-mode
gnucobol
python-aptly
ruby-rack-google-analytics
python-dcos
libspatialaudio
php-horde-logintasks
propellor
bibtexconv
cardo
libtest-longstring-perl
steghide
rust-cloudabi
debsigs
node-mixin-deep
haskell-template
dub
dtaus
slgdbm
duc
gsutil
simutrans
wayland-protocols
libio-socket-multicast-perl
jcodings
gtts
minizip
libgd-svg-perl
fonts-orya
pinentry-x2go
haskell-filestore
golang-github-hydrogen18-stalecucumber
stda
python-botocore
twittering-mode
ruby-premailer
mailgraph
ruby-rack-mobile-detect
libconfig-pit-perl
rust-error-chain
rust-rustc-demangle
python-azure
qalculate-gtk
node-istanbul
lshw
kapidox
libkf5kdcraw
source-highlight
node-getpass
code-saturne
adjtimex
libpam-x2go
elogind
caveexpress
gdb
alienblaster
libmatio
attica
gnome-shell-extension-autohidetopbar
librdf-doap-lite-perl
pinball
hawknl
libzypp
libcpan-reporter-smoker-perl
step
dwm
r-cran-teachingdemos
deal
stex
tcp-wrappers
django-maintenancemode
polygen
pcre2
libcdr
dwz
xbill
papirus-icon-theme
gfsview
node-ytdl-core
dhis-client
libtirpc
r-bioc-snpstats
node-nwmatcher
libetpan
gnome-shell-extension-redshift
jabberd2
colorpicker
libplack-test-externalserver-perl
unittest++
cl-sql
pyramid-jinja2
thunderbolt-tools
libimglib2-java
node-superagent
malai
librtf-writer-perl
libmail-checkuser-perl
libemu
xvidcore
mysql-defaults
newtonsoft-json
golang-github-xyproto-simpleredis
eyed3
emacs-highlight-indentation
fonts-lexi-saebom
kaccounts-integration
opensmtpd-extras
slingshot
jlibeps
lightdm-gtk-greeter
cinnamon-screensaver
haskell-dbus-hslogger
golang-pault-go-macchanger
ruby-multi-xml
libspin-java
misc3d
golang-github-bmizerany-assert
dtl
libxml-filter-detectws-perl
libanyevent-http-perl
tkblt
python-simpy
libperinci-sub-util-perl
xautomation
ruby-kyotocabinet
r-cran-sys
nagios-snmp-plugins
sqlcipher
jatl
libdvdnav
rust-commoncrypto
python-hpilo
php-symfony-security-acl
4pane
spread-phy
meep-mpich2
osgi-annotation
libseqlib
yui-compressor
spatialite
libirclib-java
golang-github-ungerik-go-sysfs
libexception-class-perl
python-oslo.serialization
rust-tabwriter
python-iptables
haskell-deepseq-generics
haskell-http-date
webserver-package
raster3d
python-reno
libjson-rpc-perl
gatk-native-bindings
pnscan
node-opentip
node-dateformat
dict-gcide
texify
guake-indicator
node-yazl
mercurial-server
haskell-ifelse
r-cran-maptree
golang-blitiri-go-log
liblocale-maketext-gettext-perl
dh-autoreconf
php-mdb2
compass-normalize-plugin
node-nth-check
python-rjsmin
libnet-server-ss-prefork-perl
direvent
epubcheck
forensics-colorize
golang-github-garyburd-redigo
haskell-classy-prelude
lsof
globus-usage
fontcustom
xserver-xorg-video-fbdev
yatex
plasma-framework
puppet-module-puppetlabs-xinetd
mdbtools
bullet
debian-builder
libflickr-api-perl
festival-mr
z80ex
python-offtrac
libe-book
libjsr311-api-java
django-filter
cowdancer
matchbox-keyboard
go-wire
libpmemobj-cpp
libpsortb
gnome-pkg-tools
python-rarfile
objgraph
libsvg-tt-graph-perl
restartd
laborejo
libidl
libpod-xhtml-perl
aprsdigi
rust-peeking-take-while
wmmatrix
libitext5-java
compass-layoutgala-plugin
xloadimage
python-crypto
libmarc-perl
jitterentropy-rngd
ruby-awesome-print
haskell-tasty-expected-failure
pyee
python-gmpy
xtron
golang-github-leodido-ragel-machinery
ossim
pdf-presenter-console
liblightify
php-doctrine-collections
kanjidic
jsoup
tomatoes
antlr3.2
haskell-filemanip
django-recurrence
libheif
rust-pcre2
kamerka
kwidgetsaddons
udt
compass-h5bp-plugin
golang-github-pingcap-check
kf5-kdepim-apps-libs
libtar
haskell-boomerang
hkgerman
debarchiver
haskell-safe
node-promise
python-ipfix
libbenchmark-timer-perl
r-cran-fansi
pythonmagick
ruby-oauth
aiowsgi
zope.testing
simple-scan
dfu-programmer
python-lightblue
libdata-random-perl
xbuffy
phpdox
libapache-session-browseable-perl
mapivi
pkcs11-data
python-nose-timer
gadmin-proftpd
libtest-log4perl-perl
rancid
kuvert
libbit-vector-perl
libconvert-tnef-perl
pencil2d
sclapp
python-typeguard
ecj
synopsis
hmmer2
icmake
citadel-client
ros-genmsg
simple-tpm-pk11
molds
cl-drakma
jack-capture
open-iscsi
haskell-gi-gtk-hs
docopt
libwiki-toolkit-plugin-rss-reader-perl
rust-memmap
stow
powermgmt-base
libimage-sane-perl
pptp-linux
apache-log4j2
libxml-twig-perl
compass-toolkit-plugin
golang-gopkg-asn1-ber.v1
intel-gpu-tools
libquantum-superpositions-perl
r-cran-biocmanager
dominate
libsm
boinc
django-axes
libgraphics-colornames-www-perl
gspell
golang-github-templexxx-cpufeat
lua-nginx-cookie
php-horde-stream-wrapper
node-globals
jnr-x86asm
imapcopy
xenwatch
eurephia
ghub-plus-el
lambdabot
pyip
apertium-cat
libxml-simpleobject-perl
tcm
foptions
liblocale-codes-perl
node-clone
libftdi
gradle-jflex-plugin
puppetlabs-ring-middleware-clojure
edb-debugger
wait-for-it
libmoosex-nonmoose-perl
libmail-verify-perl
raptor2
ecb
dradio
libset-intervaltree-perl
libspreadsheet-readsxc-perl
emboss-explorer
dvdbackup
ecl
globus-gram-client
node-addressparser
golang-github-appc-spec
plank
python-vobject
gr-gsm
gubbins
pd-smlib
libnmap-parser-perl
mixxx
telepathy-glib
ruby-minitest-shared-description
libcgi-session-expiresessions-perl
glances
libstxxl
suede
dejagnu
r-cran-beeswarm
cwiid
seahorse-adventures
zalign
rate4site
pd-nusmuk
grabc
node-hash-base
pylibmc
python-opster
r-cran-tcr
liblog-agent-rotate-perl
gnome-packagekit
python-pyld
sagemath-database-polytopes
libusb
python-hkdf
libgen-test-rinci-funcresult-perl
libhash-fieldhash-perl
golang-github-go-chef-chef
pidgin
r-cran-multicore
liblingua-en-namecase-perl
libonemind-commons-java-java
libmongodb-perl
bottleneck
rust-getopts
grace
fonts-opendyslexic
node-sntp
sphinxsearch
superiotool
octave-octproj
minimac4
fonts-gfs-complutum
xshisen
rhash
golang-github-prometheus-client-golang
rss2email
liblingua-stopwords-perl
efp
djview4
gitgraph.js
iptables-optimizer
infernal
grads
weightwatcher
rust-colored
libjs-twitter-bootstrap-wizard
libconfig-augeas-perl
grib-api
libcpuset
sax.js
zurl
haskell-pcap
openarena-088-data
gradle-propdeps-plugin
aegisub
fonts-unfonts-extra
node-jju
uctodata
python-bitstring
manuskript
usagestats
gradle-apt-plugin
libterm-clui-perl
libfreehand
rust-wait-timeout
golang-github-lunny-nodb
dav-text
golang-honnef-go-augeas
socket
automoc
autoconf-archive
ngircd
r-cran-tgp
colorized-logs
wtforms
dwgsim
ipv6pref
django-restricted-resource
python-pypm
haskell-dependent-sum-template
ruby-lograge
ruby-process-daemon
cairodevice
libterm-readline-ttytter-perl
bugsquish
golang-github-sanity-io-litter
pydispatcher
fuse-zip
php-luasandbox
cucumber
libtemplate-plugin-gravatar-perl
rust-indexmap
github-backup
php-horde-thrift
avifile
jackson-jr
node-yarnpkg
turbokid
libjs-sdp
ruby-cat
rust-proc-macro2
ring-clojure
php-horde-mail
rust-dirs
eja
vsftpd
tcllib
lz4json
ladr
alure
libanyevent-forkobject-perl
postgis-java
gpxviewer
golang-github-lib-pq
sqlparse
awesome-extra
python-testing.mysqld
xdg-dbus-proxy
heartbeat
fonts-roboto
libexporter-tiny-perl
ruby-peek
ruby-pdf-reader
libtext-markdown-discount-perl
php-console-commandline
node-pikaday
pyflakes
pnopaste
node-webpack-stats-plugin
gnumeric
prometheus-mailexporter
ruby-declarative
ros-rosinstall
plasma-mediacenter
python-certbot-dns-route53
libverto
node-on-finished
clutter-imcontext
yahtzeesharp
libmodern-perl-perl
plink1.9
python-osc-placement
libhtml-wikiconverter-snipsnap-perl
ruby-minitar
iagno
fonts-go
node-isurl
r-cran-lubridate
python-pyst
lime-forensics
liblocale-hebrew-perl
python-google-auth
libscriptalicious-perl
ledger
node-unicode-data
golang-github-masterzen-simplexml
haskell-weigh
hugo
ruby-mustermann-grape
coderay
python-pytc
valinor
pyte
moblin-gtk-engine
pyth
fonts-monofur
tinycdb
glue-schema
spamass-milter
fastnetmon
libhttp-date-perl
haskell-cipher-des
r-cran-cvst
libmail-listdetector-perl
commons-email
tryton-modules-analytic-invoice
libkaz
specter-clojure
autoclass
libclass-autoloadcan-perl
moarvm
ruby-torquebox-no-op
haskell-acid-state
obfsproxy
r-cran-statmod
relimp
rust-spin
r-cran-tmb
biosquid
conversant-disruptor
dvdtape
couriergraph
python-hgapi
patsy
liblist-allutils-perl
rust-roxmltree
jug
ent
authbind
php-webmozart-assert
ruby-rails-assets-bootstrap-markdown
libopendbx
twine
doc-base
coinor-csdp
golang-github-vmware-govmomi
regina-normal
squidtaild
agg
gupnp
haskell-fclabels
pytest-astropy
gdebi
audiofile
eog
haskell-vector
rust-ignore
enzyme
node-object-key
rglpk
kdesvn
renameutils
django-allauth
jackson-dataformat-yaml
golang-github-armon-consul-api
golang-github-calmh-luhn
btanks
libpostscript-simple-perl
bst-external
python-confluent-kafka
r-cran-readstata13
pywavelets
chealpix
4digits
bandit
epm
libdist-inkt-doap-perl
libsys-filesystem-perl
groonga-normalizer-mysql
recutils
cjson
libmusicbrainz-discid-perl
wnn6-sdk
ocaml-bitstring
cl-mssql
node-jsv
pyxb
r-cran-runit
qrupdate
music
libphysfs
golang-github-getlantern-context
dailystrips
php-horde-mapi
libperlio-layers-perl
retroarch
ldapvi
simplesnap
ttylog
pd-freeverb
eql
pyfftw
phonon-backend-gstreamer
mobyle-programs
proftpd-mod-dnsbl
libtest-spelling-perl
r-cran-withr
ruby-zentest
haskell-wai-extra
golang-github-hashicorp-go-msgpack
mdns-scan
node-match-at
xlog
libtemplate-plugin-clickable-perl
deepin-gettext-tools
libcidr
seafile-client
golang-github-spf13-jwalterweatherman
aldo
dask
python-pybedtools
r-cran-brglm
schleuder
tryton-modules-project-revenue
gridsite
jinja2-time
node-locate-character
displaycal
apertium-crh
minimap2
apper
python-daemonize
libio-socket-socks-perl
crispy-doom
peewee
gmbal-pfl
libpoe-component-syndicator-perl
ruby-stamp
madbomber
cftime
task-spooler
node-union-value
haskell-diagrams-core
skypat
liblwp-mediatypes-perl
ess
soundmanager2
libspecio-perl
haskell-x11-xft
r-cran-later
python-pretty-yaml
xchat
alfa
libcompress-lz4-perl
trophy
db-defaults
node-redis
arpack
spyder-line-profiler
afuse
liboggplay
dtdparse
etm
libclass-handle-perl
r-cran-tsp
alice
cfengine3
read-edid
libfile-nfslock-perl
ntplib
ruby-redis-rails
libhtml-treebuilder-xpath-perl
node-puka
node-https-browserify
libjs-jquery-colorpicker
telepathy-mission-control-5
scapy
skksearch
jerasure
suck
qtvirtualkeyboard-opensource-src
libdate-extract-perl
python-ijson
libtype-tie-perl
morbig
ifd-gempc
jaula
r-cran-ttr
sinntp
morse-simulator
node-vinyl
libproc-terminator-perl
python-mido
pd-autopreset
haskell-random-shuffle
python-fedora
haskell-crypto
sysprofile
php-sql-formatter
pcsc-tools
golang-github-oneofone-xxhash
sudo
kdeedu-data
haskell-data-default-instances-old-locale
python-redis
js-build-tools
r-bioc-mergeomics
libesmtp
supertransball2
sup-mail
node-is-promise
android-platform-dalvik
minetest
alien
xmacro
phpwebcounter
multex-base
ircii
r-cran-reshape2
qtdoc-opensource-src
onak
cgal
php-cache-integration-tests
node-pump
proxytunnel
python-pyramid
kwindowsystem
libfprint
golang-github-masterminds-vcs-dev
rust-exa
zvbi
ruby-middleware
mwparserfromhell
gsoap
pysolar
psautohint
r-bioc-qvalue
weathermap4rrd
haskell-gitrev
libxray-spacegroup-perl
rbenv
lightvalue
r-cran-dygraphs
roundcube
wmwork
ruby-actionpack-page-caching
gource
eye
lice5
python-tblib
haskell-hledger-interest
scalapack
python-ceilometermiddleware
libstatistics-test-sequence-perl
node-lcov-parse
libapp-cmd-perl
minetest-mod-mesecons
pytest-arraydiff
juce
golang-bitbucket-pkg-inflect
golang-github-facebookgo-httpdown
focalinux
haskell-extensible-exceptions
golang-github-grokify-html-strip-tags-go
haskell-shake
python-sdnotify
libmoosex-hasdefaults-perl
mylvmbackup
python-shade
liblexical-accessor-perl
rust-memoffset
libnet-oauth2-authorizationserver-perl
ruby-jekyll-gist
epson-inkjet-printer-escpr
node-browser-resolve
gstreamermm-1.0
golang-layeh-gopher-luar
stalin
ruby-joiner
cl-graph
klaus
haskell-fmlist
gnome-recipes
libtabixpp
haskell-x509-store
ruby-cri
tongue
jclic
libtnt
libcpan-meta-requirements-perl
pyrit-opencl
patchutils
r-cran-prodlim
pam-u2f
openscad
libfile-dircompare-perl
giflib
ripe-atlas-tools
poezio
calculix-cgx
libmail-transport-perl
fileschanged
node-marked-man
vanessa-socket
lcas
bibutils
ruby-babosa
dogtail
libnews-newsrc-perl
django-countries
localepurge
octave-netcdf
ruby-filepath
spacezero
libvdpau
docker-compose
ruby-csv
golang-gopkg-eapache-channels.v1
libdap
pd-bassemu
wxpython4.0
codonw
golang-github-xtaci-smux
pypass
python-w3lib
rfoo
aliki
python-tld
python-cmarkgfm
javafxsvg
nfs-utils
cycle-quotes
golang-github-zenazn-goji
flufl.lock
python-spoon
libfilesys-df-perl
haskell-shell-conduit
python-pyasn1-modules
gpodder
wiki2beamer
dibbler
golang-github-cenk-rpc2
goocalendar
suitename
lastpass-cli
libxmu
libclass-singleton-perl
quintuple
libio-handle-util-perl
pv-grub-menu
hunspell-en-med
libarchive-any-lite-perl
shorewall-core
fonts-levien-museum
network-manager-vpnc
gitso
php-horde-ansel
r-cran-ellipse
id3lib3.8.3
wings3d
openlayers
libpod-simple-perl
haskell-haskell-gi
picprog
xml-commons-external
fspanel
python-ptrace
ocp-indent
debian-keyring
python-gmpy2
flowscan
dime
gedit-plugins
pyroman
libhash-multivalue-perl
sumo
r-cran-clisymbols
python-pcl
libnet-cli-interact-perl
haskell98-tutorial
foxtrotgps
dh-linktree
libhugetlbfs
octave-mpi
haskell-scientific
erlang-p1-mysql
libnatpmp
python-coards
libtext-aligner-perl
kget
lxmenu-data
esmtp
parafly
kcontacts
libjs-fetch
openarena-maps
gem2deb
spatialindex
libstring-approx-perl
node-strip-eof
libcache-memcached-perl
libreply-perl
ruby-treetop
pynagram
r-cran-tidyverse
liblas
duply
libfcgi-perl
muffin
gitlab-ci-mode-el
wmaker-data
ace-link
tofrodos
daq
liferea
kmplot
cvc4
trac-navadd
libcoro-twiggy-perl
ecflow
elisp-slime-nav
ruby-minitest-hooks
libphp-phpmailer
golang-github-tarm-serial
antlr
sord
mftrace
fam
lttv
octave-msh
hocr
uapevent
udpcast
ros-catkin-pkg
libopengl-image-perl
only
kile
pscan-tfbs
deps
gtkatlantic
libtest-regexp-pattern-perl
apertium-dan
libuniversal-require-perl
fbb
libsoftware-licensemoreutils-perl
xplot
kmenuedit
portio
haskell-http-streams
libfind-lib-perl
bumpversion
el-mock-el
python-pgq
gvidm
surf-display
python-bitcoinlib
node-kew
octave-ltfat
libcrypt-unixcrypt-xs-perl
nted
node-nomnom
cl-asdf-flv
openstack-nose
surf
brial
visp-images
simavr
gnumail
python-gnatpython
ppx-tools
python-dendropy
libcdio-paranoia
fcm
golang-github-aead-poly1305
lame
fizmo-console
nabi
spatialite-tools
python-requests-mock
fte
dislocker
vanessa-logger
tryton-modules-account-stock-continental
skkdic
cardpeek
php-horde-kolab-format
kdesdk-kioslaves
golang-github-hashicorp-atlas-go
libio-callback-perl
unidic-mecab
python-shogun
netkit-rwho
gkrellshoot
golang-github-bgentry-speakeasy
libbusiness-onlinepayment-transactioncentral-perl
pslib
node-esprima
fdm
shiki-colors-murrine
python-pip
ticker
ibus-zhuyin
ladspa-sdk
octave-mvn
django-redis-sessions
dh-r
ckeditor3
ampliconnoise
libmoosex-types-laxnum-perl
maven-deploy-plugin
sitecopy
libmagpie-perl
polyglot
libtest-effects-perl
feh
spectacle
babeltrace
data-priority-map-clojure
open-infrastructure-storage-tools
hspell
docbook-slides
haskell-nonce
tortoisehg
golang-github-vaughan0-go-ini
ioquake3
fet
librepository
id3v2
node-connect-timeout
libregexp-shellish-perl
golang-github-xlab-treeprint
libsvn-notify-perl
node-defined
seqprep
apertium
ffe
python-stem
node-entities
haskell-feed
golang-github-rsc-letsencrypt
node-rdf-canonize
eshell-git-prompt
pyopencl
aj-snapshot
node-cli-spinners
deap
vcdimager
tmux-themepack-jimeh
jsurf-alggeo
haskell-hex
orthanc-wsi
mailcheck
naev
ruby-progressbar
puppet-module-camptocamp-kmod
librdkafka
python-os-refresh-config
hadori
xdelta3
auto-install-el
pcredz
stfl
fonts-opendin
globus-gsi-cert-utils
rlwrap
ocaml-portaudio
ply
python-monotonic
ruby-cstruct
redeclipse
libhtml-prototype-perl
wl-clipboard
power
node-jsonstream
burrow
turnin-ng
a52dec
libexplain
iannix
anacron
kmer
node-sparkles
golang-gopkg-dancannon-gorethink.v2
lmodern
cgsi-gsoap
coinor-cbc
between
csv2latex
coda
rust-block-padding
libmoosex-methodattributes-perl
pypng
haskell-lambdabot-haskell-plugins
kgpg
fim
libauthen-simple-passwd-perl
fio
python-keyring
glabels
rust-vec-map
libdata-page-pageset-perl
liblingua-ispell-perl
python-django-contact-form
lfhex
libjbzip2-java
xless
r-cran-estimability
zimpl
libccrtp
ruby-dbf
python-neuroshare
xfonts-utils
pokerth
zegrapher
planetblupi
rust-void
libgit2-glib
lxqt-panel
python-keystoneauth1
haskell-mountpoints
liblog-contextual-perl
rapache
nam
emacs-goodies-el
popper.js
mythes
libweb-mrest-perl
fraqtive
akonadi4
libtexttools
libcache-bdb-perl
accountsservice
libmygpo-qt
gap-io
r-bioc-zlibbioc
libdr-tarantool-perl
ruby-asetus
org-bullets
libapache2-mod-rpaf
hyperic-sigar
evolvotron
yorick-full
libthread-pool
libnetfilter-acct
libplack-middleware-logwarn-perl
node-gulp-newer
haskell-wai-app-file-cgi
haskell-data-memocombinators
ruby-method-source
nodejs
weborf
magics++
py3status
haskell-test-framework-hunit
zsh-autosuggestions
with-editor
lua-nvim
node-ultron
dublin-traceroute
pylibssh2
libgraphics-color-perl
mecab-ipadic
haskell-websockets
junior-doc
ruby-twitter-stream
node-fuzzaldrin-plus
libpodofo
mpeg2dec
libtext-markup-perl
rust-intervaltree
fonts-gfs-artemisia
libset-scalar-perl
emacs-async
haskell-html-conduit
libacpi
tika
xfonts-100dpi
nama
ctorrent
libb64
node-encoding
pwman3
r-cran-gdtools
acheck
libasync-mergepoint-perl
python-certbot-dns-rfc2136
console-setup
blitz++
libnet-telnet-perl
fiat
ipheth
procyon
haskell-dbus
ruby-string-direction
lxde-common
gringotts
subvertpy
fonts-cns11643
fop
r-cran-polyclip
pngquant
pconsole
notification-daemon
ruby-aes-key-wrap
python-libusb1
libpoe-filter-stomp-perl
nano
package-update-indicator
plexus-digest
readosm
fuzzylite
aom
pyrad
libhttp-async-perl
pwgen
pyraf
ruby-posix-spawn
libgpiv
gnubg
pwget
ext3grep
jeuclid
mrtparse
libdist-zilla-config-slicer-perl
cacti
fwanalog
r-cran-cmprsk
linux-base
libfcgi-async-perl
octave-nan
python-scandir
ruby-nokogumbo
haskell-rio
golang-go.uber-atomic
golang-github-go-macaron-gzip
ruby-airbrussh
libanyevent-aggressiveidle-perl
tryton-modules-stock-supply-forecast
libcgi-pm-perl
libpdl-io-matlab-perl
tempest-horizon
cpp-hocon
gap-factint
lucy
golang-github-nightlyone-lockfile
pyferret
diffoscope
libastro-fits-cfitsio-perl
minetest-mod-3d-armor
libt3highlight
libnewlib-nano
netperfmeter
libxml-libxml-iterator-perl
apipkg
r-cran-gtable
oauth-signpost
maint-guide
slick
libpoe-component-server-simplehttp-perl
orca
python-pathlib
pidgin-blinklight
libemail-received-perl
supertuxkart
golang-github-jimstudt-http-authentication
libclass-accessor-children-perl
freexl
postmark
rust-home
xdvik-ja
libs3
haskell-invariant
bootcd
fsa
libpeas
circuslinux
netbase
fonts-horai-umefont
golang-github-buger-jsonparser
fife
libvideo-ivtv-perl
glob2
engauge-digitizer
pkgdiff
haskell-gi-gio
fonts-pagul
fportfolio
libiterator-util-perl
libzdb
apophenia
tapecalc
libxcursor
libjs-autolink
libnet-trac-perl
libvalidate-net-perl
fonts-aoyagi-soseki
libf2c2
libfixbuf
python-pyo
oggvideotools
h2o
rabbyt
netkit-ftp
ola
abook
ntirpc
svtplay-dl
pyx3
libcompress-bzip2-perl
nasm
node-is-generator-fn
node-tap-mocha-reporter
maqview
colmap
nast
rust-stdweb
simpletal
node-babel-plugin-add-module-exports
insserv
json4s
libjs-sifter.js
libextutils-f77-perl
muroar
unibilium
libacme-damn-perl
jansi
xfce4-settings
pycparser
libwww-freshmeat-perl
globs
haskell-th-abstraction
javacc-maven-plugin
liblexical-var-perl
haskell-puremd5
haskell-reflection
python-cogent
sylseg-sk
zimwriterfs
open-ath9k-htc-firmware
commons-csv
ace-window
pydl
unpaper
golang-go-zfs
rust-atoi
jmtpfs
libbackuppc-xs-perl
node-uglify-save-license
fonts-takao
libonig
python-envisage
pluto-jpl-eph
tryton-modules-account-invoice
libmail-rbl-perl
haskell-bytestring-show
ipolish
gimp
ruby-carrierwave
gajim-rostertweaks
ruby-curses
ivykis
argvalidate
awardeco
mlv-smile
webcit
nfdump
avy-menu
r-cran-mlmetrics
ruby-ferret
rust-gdk
yubikey-personalization-gui
gap-primgrp
node-es6-map
tryton-meta
python-dugong
ruby-commander
node-regex-not
haskell-happstack-authenticate
ismrmrd
extlib
cvsutils
libfinance-quote-perl
libdatetime-format-human-duration-perl
pg-activity
ocamlrss
python-btrees
libmoosex-util-perl
automaton
eviacam
node-fstream-ignore
numactl
golang-github-gdamore-tcell
libtelnet
automake-1.16
patchelf
tryton-modules-sale-supply-drop-shipment
fritzing
libtest-files-perl
php-horde-editor
entrypoints
fribidi
libdbi
sympa
librda
rust-ansi-term
android-platform-tools-apksig
lxterminal
ffcvt
libnet-dns-perl
golang-github-docker-go
node-normalize-range
cvxopt
felix-framework
datatables-extensions
flask-sqlalchemy
incremental
libjs-tv4
glogg
pyhoca-gui
ruby-fogbugz
fzf
mupen64plus
wizznic
ruby-mixlib-log
gnumed-server
node-set-value
puppet-module-puppetlabs-rsync
biojava4-live
ruby-nio4r
fuseiso
soup-sharp
sqlite
fzy
libclass-c3-xs-perl
gr-iio
modestmaps-js
fonts-unikurdweb
librdf-query-client-perl
ruby-rbpdf
josql
node-babel-preset-es2015-loose
isenkram
haskell-type-level-numbers
libaliased-perl
ocaml-theora
libzmq-ffi-perl
khal
libmpc
varconf
libfolia
node-quick-lru
udns
python-libevdev
klatexformula
launchy
python-fswrap
emacs-anzu
w-scan
fast-zip-visit-clojure
libmawk
txwinrm
knotifyconfig
libstring-tagged-perl
integrit
whowatch
pytest-cookies
tftpy
python-isoweek
unworkable
dirspec
globus-xio-popen-driver
ruby-mousetrap-rails
usemod-wiki
jack-audio-connection-kit
golang-github-xeipuuv-gojsonreference
userinfo
undistract-me
golang-github-jacobsa-timeutil
pct-scanner-scripts
pycryptopp
libticables
bsdowl
python-gtkglext1
vpcs
libmetadata-extractor-java
cedar-backup2
libtest-deep-fuzzy-perl
ring-ssl-clojure
tinyssh
libmodule-starter-smart-perl
taglog
node-autolinker
libstore-opaque-perl
meep-mpi-default
snetz
nautilus
redland
libimagequant
ruby-hiredis
pnglite
opari2
phpwebcounter-extra
libuuid-perl
cross-gcc
libmoosex-attribute-chained-perl
ruby-wavefile
trac-httpauth
fastkml
debiandoc-sgml-doc-pt-br
snappea
php-react-http
libnet-akismet-perl
clearlooks-phenix-theme
jupp
crossfire-client-images
libwhisker2-perl
python-q
libstax-java
dh-runit
golang-gopkg-eapache-queue.v1
golang-github-bshuster-repo-logrus-logstash-hook
mplayer-blue
dgit
meson
vbrfix
tryton-modules-sale-invoice-grouping
dragon
bootpc
fakeroot-ng
rust-gdk-sys
pytables
parent-mode-el
jackd2
libpdl-stats-perl
dataquay
xserver-xorg-input-libinput
acheck-rules
cpl-plugin-naco
jquery
python-fisx
golang-github-armon-go-socks5
libtap-harness-archive-perl
grdesktop
lxde-icon-theme
fluidr3mono-gm-soundfont
rust-maplit
tikzit
matplotlib
haskell-path
musescore-general-soundfont-small
pmccabe
akuma
mongo-tools
libextutils-pkgconfig-perl
django-cors-headers
screenfetch
libb2
eyefiserver
original-awk
ruby-hitimes
qtwebchannel-opensource-src
haskell-publicsuffixlist
libgmpada
fonts-kacst-one
libsoldout
helm-projectile
libpragmatic-perl
libtext-sass-perl
r-cran-shinythemes
search-citeseer
node-xmlhttprequest
libtest-notabs-perl
starjava-pal
jpnevulator
hunspell
golang-github-nats-io-go-nats-streaming
libpandoc-elements-perl
gav
djinn
ocaml-data-notation
fonts-gfs-theokritos
libmarc-transform-perl
rust-rustc-serialize
r-cran-reprex
casacore-data-jplde
node-archy
python-cutadapt
python-os-apply-config
dired-du
pd-sigpack
haskell-crypto-numbers
jackeq
fuse3
fest-reflect
haskell-ekg-core
crudini
jackmeter
ndisgtk
pylirc
mypaint
ries
cpl-plugin-visir
cpl-plugin-fors
logswan
ruby-rack-mount
libdata-hexdump-perl
golang-github-kr-binarydist
bsfilter
libtecla
ruby-devise-lastseenable
epic4-help
xtrans
libcmrt
libclass-dbi-asform-perl
haskell-exception-transformers
libwww-mechanize-perl
fail2ban
dnsjava
node-grunt-contrib-copy
festival-it
gcl
check
gcp
iraf-rvsao
gcx
libtest-perl-critic-progressive-perl
libipc-signal-perl
libgetopt-usaginator-perl
liblingua-es-numeros-perl
mp3diags
graphite-web
r-cran-vcd
gnome-bluetooth
r-cran-rsclient
octave-optiminterp
fonts-taml-tscu
rust-base32
libfuse-perl
intel2gas
haskell-lazy-csv
openzwave
libclass-std-storable-perl
r-cran-vcr
pytest-sourceorder
libdancer-plugin-flashmessage-perl
python-socksipy
ruby-shindo
nmzmail
ruby-json
dashel
ahcpd
fonts-knda
libranlip
golang-github-siddontang-go-snappy
python-cymruwhois
freehep-graphicsio-ps
dpkg-sig
libmoosex-multiinitarg-perl
liblwp-online-perl
libconfig-onion-perl
htsjdk
geg
novnc
r-cran-natserv
haskell-gio
suds
gmotionlive
endless-sky-high-dpi
codesearch
shim
qtcreator
php-composer-spdx-licenses
node-resumer
libclass-accessor-class-perl
haskell-io-storage
xsd
unionfs-fuse
quark-sphinx-theme
console-braille
node-lie
ocsinventory-server
rust-separator
node-class-utils
concalc
libplack-middleware-cache-perl
purple-plugin-pack
gfm
r-cran-plyr
audiolink
sphinxcontrib-bibtex
php-composer-xdebug-handler
r-cran-sjmisc
ical2html
evil-el
haskell-clock
ruby-rails-observers
barrnap
android-platform-external-libunwind
pyparsing
vpnc
golang-github-nicksnyder-go-i18n
python-ovsdbapp
fonts-bpg-georgian
tmuxp
libfile-slurper-perl
golang-github-kisielk-gotool
libyanfs-java
libcatalyst-model-cdbi-perl
nipy
libosmo-sccp
penguin-command
libmodule-reader-perl
mallard-ducktype
python-dib-utils
gtk-recordmydesktop
fusil
debuerreotype
apachetop
pmuninstall
underscore
tintii
gupnp-av
coyote
ruby-ghi
haskell-swish
ruby-twitter-oauth
ruby-omniauth-google-oauth2
libjs-term.js
liblist-utilsby-perl
libmodule-implementation-perl
mongo-c-driver
python-measurement
libtest-fixme-perl
libmodule-pluggable-fast-perl
yorick-soy
tryton-modules-sale-shipment-grouping
python-hp3parclient
libconfig-model-lcdproc-perl
wmmemload
r-cran-testit
fonts-sambhota-tsugring
python-sptest
libapache2-mod-geoip
gip
python-fluids
liblocale-gettext-perl
pysurfer
r-cran-tinytex
php-horde-mime-viewer
brainparty
python-unicodecsv
backupchecker
haskell-sdl-image
phlipple
libdbix-password-perl
ruby-plist
naga
unsafe-mock
php-horde-share
arping
osptoolkit
node-unique-string
yavta
erlang-p1-sip
libtest-useallmodules-perl
gtksourceview3
paprass
darkradiant
simutrans-pak64
python-tktreectrl
enet
search-ccsb
lief
reprozip
protobuf-c
rust-cexpr
procserv
golang-github-karlseguin-expect
haskell-relational-query-hdbc
ring
php-net-idna2
librole-commons-perl
r-cran-epibasix
r-cran-webutils
wcalc
trac-wikitablemacro
gant
libhtml-tidy-perl
rust-unicase
automake1.11
bucardo
haskell-file-embed
ruby-encryptor
flowblade
lcdf-typetools
eukleides
jas-plotter
fillets-ng-data
cups-bjnp
ocaml-ptmap
colorclass
etherape
golang-github-spf13-afero
libnet-statsd-perl
ruby-gssapi
c-sig
gutenprint
tetraproc
libslf4j-java
libmspub
libperlx-assert-perl
zita-convolver
libstatistics-lite-perl
libversion-perl
libmail-sendeasy-perl
deepnano
nsync
libi18n-acceptlanguage-perl
einstein
libtest-cleannamespaces-perl
crashme
starpu
gnusim8085
liece
libmp4-info-perl
ruby-mini-magick
schroedinger-maeparser
sgf2dg
xbindkeys-config
surf-alggeo
tryton-modules-sale-complaint
libpmount
madlib
libpackage-stash-xs-perl
golang-github-pierrec-lz4
ruby-ddplugin
authheaders
ttf2ufm
python-numpysane
reprof
golang-github-cyphar-filepath-securejoin
deken
unburden-home-dir
libauthen-radius-perl
cl-metabang-bind
gom
goo
deepin-voice-recorder
gox
python-fann2
semodule-utils
libmcrypt
mailutils
libthai
unifont
gpa
pysal
ruby-bert
python-pysam
armagetronad
gpm
python-ethtool
gpp
liblogfile-rotate-perl
libtest-debian-perl
gpr
wavpack
haskell-blaze-builder
fonts-gfs-didot
html-xml-utils
gpw
gpx
sogo-connector
sftpcloudfs
openipmi
haskell-unix-time
openvas-libraries
node-matcher
php-horde-exception
r-bioc-affy
libclass-csv-perl
geekcode
libdevel-checklib-perl
libcds-savot-java
ltx
parcimonie
sawfish
emacs-buttercup
rust-tempfile
metar
python-wsgi-intercept
globus-gram-job-manager-fork
r-cran-ncdf4
rust-grcov
ruby-will-paginate
dicomscope
grc
ruby-activerecord-import
andi
lua-fifo
parley
pyatspi
haskell-src-exts-simple
inhomog
python-qwt
node-arrify
metacam
gosa-plugin-pwreset
pillow-sane
php-horde-text-flowed
gt5
gap-radiroot
ruby-ejs
easychem
python-sure
mina
dotconf
gpaw-setups
libemail-abstract-perl
golang-github-gedex-inflector
ruby-diffy
ruby-archive-zip
beansbinding
golang-github-go-macaron-i18n
ruby-colorator
octocatalog-diff
tl-parser
globus-io
libmd
cadabra
dapl
gauche-c-wrapper
kgoldrunner
php-horde-date-parser
php-horde-kolab-storage
ruby-chronic-duration
libmypaint
gtg
gtkhotkey
rust-rustdoc-stripper
haskell-xss-sanitize
r-cran-checkmate
irssi-plugin-robustirc
cuetools
libtext-levenshtein-perl
libgig
gawk
haskell-hostname
postbooks
python-nacl
rust-rusticata-macros
rmlint
clojure
libdatetime-event-cron-perl
e2guardian
nanoblogger
ifenslave
libdbix-class-candy-perl
soapsnp
latex-make
libperlio-gzip-perl
libdevel-lexalias-perl
gup
sugar-artwork
ike-scan
libdata-util-perl
python-persist-queue
xwelltris
haskell-cipher-blowfish
ucpp
0xffff
libexception-class-trycatch-perl
stimfit
linklint
gvb
ruby-js-regex
codecrypt
kprinter4
fonts-smc-meera
python-hplefthandclient
howdoi
ivy-debian-helper
pixiewps
vim-addon-mw-utils
ucblogo
template-glib
liburi-todisk-perl
talloc
hexalate
rtklib
python-microversion-parse
golang-gopkg-hlandau-svcutils.v1
rapidjson
gwc
pkgsync
valkyrie
rome
globus-ftp-client
lxqt-powermanagement
reiserfsprogs
ocaml-lame
darcsweb
lv2vocoder
subread
pyshp
ocamlgraph
rust-encoding-index-tests
pyosmium
leaflet-markercluster
python-automaton
node-json-schema
python-translationstring
balance
jikespg
dirgra
lxqt-session
gaviotatb
libtext-ngram-perl
python-ironicclient
qstardict
webcomponentsjs-custom-element-v0.js
imapfilter
kdebugsettings
ksystemlog
python-xstatic-json2yaml
ocaml-gnuplot
sopwith
fparserc++
min12xxw
jenkins-debian-glue
cpl-plugin-xshoo
r-cran-plotrix
lua-mediator
smtpping
hydrogen
kde-dev-scripts
advancecomp
python-libarchive-c
mcp-plugins
libhtml5parser-java
eclipse-platform-team
oxygen-fonts
libio-prompt-perl
libabigail
anki
bro-pkg
oscache
root-tail
haskell-lens-action
libmessage-passing-perl
cgroupfs-mount
ruby-jquery-atwho-rails
tomcat-native
html2wml
jfsutils
gyp
r-cran-sparsem
durep
optcomp
clues-emacs
libxml-treepuller-perl
i7z
python-picklable-itertools
metis
haskell-project-template
activity-log-manager
tpm2-abrmd
cl-closer-mop
trac-announcer
rust-num-iter
quelcom
portsentry
debianbuttons
python-magcode-core
libsys-sigaction-perl
nfswatch
libt3config
liberasurecode
premake4
libstrictures-perl
ruby-saml
python-gammu
libxml-treepp-perl
marionnet
puppet-module-cinder
globus-gass-cache-program
gcc-arm-none-eabi
dhex
xfstt
libtk-img
golang-github-htcat-htcat
autosuspend
golang-github-go-macaron-macaron
unicode
pysmi
wine-development
ruby-awesome-nested-set
python-service-identity
megadown
libsocket-multicast6-perl
sigrok-firmware-fx2lafw
rspamd
libmath-cartesian-product-perl
php-uuid
libpath-class-perl
linbox
python-etcd
docbook5-xml
node-inherits
astroquery
php-horde-serialize
golang-codegangsta-cli
gramadoir
node-miller-rabin
haskell-fgl
libkcompactdisc
libmojolicious-plugin-authentication-perl
libkml
python-troveclient
node-optimist
libchart-gnuplot-perl
python-reconfigure
python-ebooklib
alliance
golang-gopkg-redis.v2
boxer-data
r-cran-treescape
amispammer
libterm-readline-perl-perl
libpalm-pdb-perl
rust-plain
httpcode
libsdl-sge
libauthen-simple-ldap-perl
golang-github-ngaut-go-zookeeper
hp2xx
tt-rss
watson
libjs-extjs
libcommons-codec-java
puppet-module-rodjek-logrotate
taffybar
cl-markdown
user-agent-utils
python-pgspecial
golang-github-zyedidia-glob
gtkextra
taktuk
golang-github-mitchellh-go-homedir
keurocalc
ccontrol
libhtml-tagtree-perl
libvalidation-class-perl
sludge
pd-earplug
python-tablib
arename
netgen
r-bioc-xvector
haskell-hosc
libjs-angular-file-upload
libpgobject-util-dbmethod-perl
pygopherd
librep
ois
mousetweaks
xwrits
ncompress
libjdepend-java
miller
haskell-gitlib
k3d
seyon
pmount
haskell-sendfile
swish++
ruby-sasl
libmozilla-ldap-perl
haskell-authenticate
python-demjson
python-tesserocr
haskell-options
pysrt
ruby-sass
pyprind
fonts-unfonts-core
libdata-page-perl
kigo
sagemath-database-conway-polynomials
gle
haskell-svg-builder
libcgi-application-dispatch-perl
dazzdb
r-cran-spatstat.data
r-bioc-rbgl
cstore-fdw
rust-mint
libsub-quote-perl
bzr-xmloutput
fscrypt
git-annex-remote-rclone
acoustid-fingerprinter
driverctl
mailplate
libical3
dictclient
sword-text-kjv
lua-luaossl
libmodule-manifest-skip-perl
php-msgpack
qliss3d
convoy
live-build
ruby-feedparser
reapr
r-cran-minqa
python-fudge
libtext-lorem-perl
node-array-parallel
libarray-printcols-perl
libmasonx-request-withapachesession-perl
python-jsonpath-rw-ext
libhtml-wikiconverter-tikiwiki-perl
bristol
with-simulated-input-el
fonts-nanum-eco
musiclibrarian
wavemon
node-mem
hfst-ospell
puppet-module-vswitch
python-idna
kwalify
django-notification
grinder
libbase
python-nose-testconfig
librest-client-perl
golang-gopkg-guregu-null.v3
smcroute
freehep-graphicsio-emf
jquery-minicolors
9wm
fonts-paktype
fxlinuxprint
nmap
python-testing.common.database
golang-github-armon-go-radix
nield
hypre
golang-github-opencontainers-image-spec
ruby-omniauth-kerberos
gff2aplot
ruby-facade
haskell-regex-tdfa-text
glogic
libscrypt
mesa-demos
libvorbis
bumprace
ccsm
libthread-queue-any-perl
libmoosex-configfromfile-perl
libcatalyst-view-csv-perl
golang-golang-x-image
libcgroup
zlibc
antennavis
pfstools
kiki
gentle
fitgcp
linuxinfo
pg-rational
libdancer-plugin-dbic-perl
kspaceduel
libbio-graphics-perl
cortado
gotest.tools
libhtml-html5-sanity-perl
gbemol
python-backports.weakref
chrootuid
paw
r-cran-wdi
weupnp
kde-dev-utils
php-gearman
ruby-asciidoctor-pdf
libcrypt-saltedhash-perl
etherpuppet
golang-github-hanwen-go-fuse
stumpwm
python-motor
guitarix
harmony
libjs-jquery.quicksearch
ncdt
ncdu
rust-docopt
emacs-ivy
diff-match-patch
golang-github-erikdubbelboer-gspt
vorbis-java
node-rollup-plugin-json
ebtables
libhtml-template-pro-perl
zerofree
python-multipletau
hachoir-core
r-cran-matrixstats
r-cran-pheatmap
dh-dlang
rust-findshlibs
xfonts-jmk
libtext-pdf-perl
libbusiness-paypal-api-perl
pxljr
tthsum
golang-google-api
python-tinyrpc
pep8
libcatmandu-store-mongodb-perl
king
ruby-builder
pyrlp
ruby-htree
tlsh
kino
mopidy-local-sqlite
scythe
node-cssom
haskell-warp-tls
gentoo
python-wrapt
wmlongrun
crtmpserver
golang-github-willf-bitset
libxaw3dxft
xfonts-terminus
x11-apps
libdrumstick
gnome-mahjongg
mk-configure
rkward
xfce4-goodies
howm
eflite
mythtvfs-fuse
sonic-pi
babel-minify
librunapp-perl
libdaemon
lua-torch-nn
soapybladerf
phpunit-diff
python-xstatic-bootstrap-scss
libtickit-perl
lxqt-openssh-askpass
lua-systemd
node-uid-number
unittest-xml-reporting
luajit
golang-pault-go-topsort
libstatistics-descriptive-perl
unicorn
libtext-chasen-perl
flowscan-cuflow
zita-ajbridge
dune-uggrid
calamares
python-certifi
python-invocations
metrics-clojure
ktorrent
octave-control
libbloom
golang-github-lestrrat-go-pdebug
pam-dbus
needrestart
libsoil
parboiled
pcsxr
mdds
mactelnet
emerald-themes
atheme-services
fonts-android
libconfig-zomg-perl
libcypher-parser
trac-roadmap
golang-github-facebookgo-pidfile
sat4j
qdirstat
qrisk2
cffi
libb-perlreq-perl
archipel-agent-xmppserver
linaro-image-tools
remem
php-codecoverage
libtest-deep-perl
node-color
reportbug
fibranet
ibus-cangjie
eigen3
tdbcmysql
golang-github-hashicorp-hcl
zita-lrx
ninix-aya
gunroar
libtext-aspell-perl
coinutils
python-lupa
pykafka
tcl-fitstcl
flask-oauthlib
gamine
autopsy
php-horde
elastix
libmoox-options-perl
drawterm
swiftsc
omnievents
espresso
haskell-cryptohash-md5
slides
erlang-p1-tls
node-duplexer3
libkf5eventviews
libmodule-build-pluggable-perl
python-pysnmp4-apps
r-cran-manipulatewidgets
aoeui
calamaris
syncmaildir
hnb
fcitx-kkc
octave-interval
colortest-python
ophcrack
svn-load
libxrandr
libgeo-coordinates-osgb-perl
audioread
bucklespring
kpkpass
simple-http
python-amqp
fuse-emulator-utils
libppix-documentname-perl
cen64
ruby-ffi
rust-coresimd
golang-github-dsnet-golib
libdbix-datasource-perl
hyphen-indic
coffeescript
ruby-toml
python-queuelib
libcleri
lxc-templates
calculix-ccx-test
r-bioc-rtracklayer
node-sorted-object
ebumeter
mmm-mode
libjstun-java
libmousex-types-path-class-perl
libmail-verp-perl
golang-github-canonicalltd-raft-test
libedit
pyjokes
ruby-grape-path-helpers
esdl
lxqt-sudo
mapnik
libcatalystx-leakchecker-perl
belcard
crack
libdata-report-perl
jackson-dataformat-xml
liblwp-authen-oauth-perl
hoz
python-carrot
libterm-progressbar-quiet-perl
acmetool
xcircuit
firewalld
vala-panel
libapp-daemon-perl
ident2
apertium-es-ast
mime-support
widemargin
python-igraph
pycoast
ruby-tool
ocproxy
nbformat
libnet-smtps-perl
android-platform-build
libtrycatch-perl
librrdtool-oo-perl
file
liburcu
hydroffice.bag
lua-torch-dok
fonts-smc-raghumalayalamsans
dhcp-helper
isospec
libnss-lwres
calabash
node-plugin-error
lunar-date
gnustep-dl2
multitee
jreen
swapspace
haskell-profunctors
python-watchdog
dnswalk
radicale
cava
haskell-cereal
jstest-gtk
python-xstatic-smart-table
apertium-fra
plexus-interactivity-api
khmer
python-regex
bruteforce-salted-openssl
bzr-loom
execnet
ruby-omniauth-twitter
data-xml-clojure
golang-github-influxdata-yarpc
java3d
libbusiness-onlinepayment-payflowpro-perl
r-cran-blme
anorack
libdata-faker-perl
ruby-minitest-reporters
archipel-agent-hypervisor-network
r-cran-hexbin
ahven
apt-cacher-ng
pstack
solarpowerlog
kmines
r-cran-r.cache
libxpm
performous
libdancer2-plugin-passphrase-perl
libtime-out-perl
rebar
betamax
node-findup-sync
node-husl
texworks
libmicrohttpd
libgringotts
proftpd-mod-clamav
ruby-rails-assets-markdown-it--markdown-it-for-inline
db1-compat
python-tidylib
xindy
plait
rust-datetime
htp
metacity
popplerkit.framework
ryu
alter-sequence-alignment
tk-html3
threadscope
node-flagged-respawn
authres
libcrypt-format-perl
inventor
r-cran-blob
hpcc
jquery-colorbox
hub
libpod-pom-perl
safe-hole-perl
elvish
libfcgi-ev-perl
ocaml-dssi
nikwi
haskell-curl
puppet-module-puppetlabs-translate
bowtie
awit-dbackup
ccfits
phpunit-comparator
libio-aio-perl
libevtx
ruby-little-plugger
rust-itertools
quassel
sword-comm-scofield
opa-fm
threadweaver
egl-wayland
rclone-browser
libnet-scp-perl
smbnetfs
discover-data
kfourinline
sqljet
chardet
libparse-debian-packages-perl
typogrify
dateparser
kephra
festival
fonts-gfs-baskerville
liblog-dispatch-configurator-any-perl
prosody
libmoox-configfromfile-perl
jumpnbump-levels
haskell-storable-complex
libscca
buildtorrent
adacgi
haskell-cryptonite-conduit
r-cran-dorng
zeroconf-ioslave
kdevelop-php
node-detect-file
glib2.0
fonts-radisnoir
bioperl
haskell-yi-keymap-vim
gpaint
php-zend-stdlib
obmenu
ruby-augeas
node-supports-color
vdr-plugin-femon
golang-ginkgo
hkl
contextfree
php-horde-test
libalt-alien-ffi-system-perl
rubber
dhcping
libxml-bare-perl
dune-grid-glue
ocamlbricks
php-horde-sessionhandler
loganalyzer
r-cran-readxl
libkf5gravatar
haskell-random-source
yorick-hdf5
pcmanx-gtk2
golang-golang-x-sys
xinit
libtext-mecab-perl
comixcursors
libcgi-test-perl
libio-socket-inet6-perl
nordugrid-arc-nagios-plugins
liblocales-perl
node-vue-resource
libtangram-perl
libgd-barcode-perl
passportjs
python-ofxhome
python-xstatic-angular-uuid
maven-plugin-testing
librdf-trinex-serializer-mockturtlesoup-perl
admesh
cmus
libmodule-corelist-perl
libwps
python-libnacl
upower
libparse-nessus-nbe-perl
fonts-sil-ezra
bytecode
silentjack
r-cran-rprojroot
sope
radsecproxy
vue.js
solarwolf
mailto
libtomcrypt
python-scripttest
asterisk-prompt-fr-armelle
sxid
cmake
rust-rand-core-0.2
dirtbike
libmidi-perl
sdl-sound1.2
pipenightdreams
libemail-reply-perl
python-canmatrix
libam7xxx
ocaml-fileutils
conman
createrepo
python-djvulibre
ruby-sexp-processor
sxiv
python-l20n
foo-yc20
sac2mseed
haskell-mueval
libcoverart
rust-sysinfo
libtest-www-mechanize-perl
liblwp-useragent-progressbar-perl
affiche
gap-laguna
dockerpty
golang-robfig-config
camlpdf
node-modern-syslog
golang-github-coreos-semver
tendermint-go-logger
libposix-2008-perl
ums2net
haskell-free
node-findit2
pppoeconf
rt-extension-nagios
sorl-thumbnail
codenarc
weston
golang-github-kisom-goutils
python-pyproj
libfastjson
rust-libc
service-wrapper-java
libjgoodies-looks-java
r-bioc-biomart
ondir
ranger
ruby-ftw
haskell-hspec-discover
notify-python
ukopp
yubikey-manager
node-is-extendable
nemiver
libhtml-packer-perl
ganeti-instance-debootstrap
haskell-bytestring-lexing
openoffice.org-hyphenation-pl
libsub-identify-perl
heat
ruby-omniauth-crowd
metaphlan2-data
popularity-contest
openwince-include
libxml-rpc-fast-perl
libxdg-basedir
haskell-cond
libpwquality
bibtool
ini4j
pymediainfo
libnet-epp-perl
plaso
iptstate
multiboot
plast
topgit
libauthen-tacacsplus-perl
sahara-dashboard
libanyevent-http-scopedclient-perl
python-cssselect2
libmateweather
ruby-gyoku
pg-cron
pd-comport
libmoox-singleton-perl
golang-github-smartystreets-goconvey
asmix
node-nan
reaver
inform-mode
crash
nautilus-compare
libdbd-mariadb-perl
node-read
libcarp-assert-perl
crasm
konclude
kakasi
gcap
hyphen-ru
fonts-ubuntu-title
libkiokudb-backend-dbi-perl
ruby-barrier
silverjuke
librdf-kml-exporter-perl
libcpan-common-index-perl
fplll
libmarkdent-perl
fonts-bebas-neue
libset-nestedgroups-perl
golang-github-go-openapi-loads
chemfp
vrfy
ppx-tools-versioned
python-gasp
gokey
libxkbcommon
govendor
libcbor-xs-perl
golang-github-hashicorp-mdns
r-cran-misctools
jimfs
libnet-iptrie-perl
haskell-lucid-svg
bindfs
golang-github-hashicorp-go-retryablehttp
libjs-jquery-backstretch
haskell-monad-control
node-ncp
rust-phf
node-ci-info
fonts-gamaliel
dnsruby
python-geopandas
plexus-classworlds
librarian-puppet
apertium-spa-ita
cpuid
libapache2-mod-bw
libdist-inkt-profile-tobyink-perl
ruby-cleanroom
libdecentxml-java
aioprocessing
commonmark-bkrs
clfswm
libid3tag
ttf-tagbanwa
daemonize
httpcomponents-client
sword-dict-naves
rust-natord
python-xarray
aioredis
pirs
iat
erlang-p1-eimp
openshot-qt
r-bioc-metagenomeseq
python-asttokens
rust-zip
openvas-manager
libssw
node-resolve-pkg
rust-num-bigint
ruby-threach
clitest
haskell-dimensional
blag-fortune
libapache-logformat-compiler-perl
python-wget
r-cran-htmlwidgets
prometheus-trafficserver-exporter
swap-cwm
unbescape
geeqie
boxquote-el
apsfilter
sphinx-bootstrap-theme
ttf-staypuft
node-has-unicode
log4cpp
id3
libmarc-charset-perl
praw
golang-github-containerd-typeurl
libvterm
slic3r-prusa
xfconf
supercollider-sc3-plugins
pmtools
ncbi-blast+
faumachine
type-conv
ding
ser-player
pim-sieve-editor
libsyntax-highlight-perl-improved-perl
httraqt
libnet-vnc-perl
golang-github-juju-retry
asmon
vgabios
golang-github-bugsnag-bugsnag-go
libbusiness-edifact-interchange-perl
dns-browse
procps
ckbuilder
ruby-mini-mime
quitcount
diod
php-file-iterator
x42-plugins
ucrpf1host
stevedore
mdf2iso
libxml-grove-perl
libdata-section-perl
libnews-article-nocem-perl
faifa
libbpp-seq
libsafe-isa-perl
haskell-tasty-golden
puppetdb
haskell-math-functions
libb-debug-perl
ruby-roadie-rails
puppet-module-puppetlabs-apache
libsoundio
ocaml-sqlite3
gromit
aggregate
haskell-directory-tree
python-pysqlite1.1
telepathy-logger
pg8000
hsail-tools
node-fd-slicer
jquery-watermark
libapache2-mod-auth-pgsql
pari-galdata
golang-github-opentracing-opentracing-go
libdate-pregnancy-perl
ruby-ogginfo
libsearch-xapian-perl
cram
libsystem-info-perl
gmt-gshhg
ucarp
gsettings-desktop-schemas
vrms
dune-localfunctions
libdevel-partialdump-perl
python-acora
node-deep-for-each
curry-frontend
outguess
waffle
libffi-platypus-perl
lcd4linux
zope.traversing
mistune
php-net-dime
wax.js
dirb
eso-midas
libsub-exporter-perl
libtype-tiny-xs-perl
libdebian-copyright-perl
glymur
libipc-run3-perl
r-cran-fauxpas
greed
r-cran-powerlaw
golang-github-beorn7-perks
libguess
libnet-gpsd3-perl
libpod-plainer-perl
gtg-trace
golang-github-modern-go-concurrent
r-cran-htmltools
liboop
trace2dbest
haskell-constraints
haskell-resolv
sassc
libtest-roo-perl
python-osprofiler
liboxford-calendar-perl
libparallel-forkmanager-perl
ocaml-gstreamer
dish
abi-tracker
golang-github-pquerna-otp
units
php-directory-scanner
dist
haskell-xml-conduit
scanmem
libnxt
istgt
ftpmirror
python-caja
kactivities
trace-cmd
ruby-rails-assets-favico.js
luakit
erlang-p1-zlib
haskell-hsx2hs
planets
dh-make-perl
onetime
cctz
mp3val
jasmin-sable
bbtime
rust-linked-hash-map
libisnativec-java
yaskkserv
libarray-group-perl
resolvconf
node-object-visit
netstat-nat
krb5-sync
node-cli-width
haskell-bindings-dsl
pydxcluster
libgetopt-declare-perl
fuse-emulator
alsa-utils
xkcdpass
r-bioc-protgenerics
golang-github-satori-go.uuid
libanyevent-feed-perl
trac-icalview
wifi-radar
pd-libdir
avw.lv2
ludevit
tendermint-go-config
pidgin-mpris
tesseract
node-lockfile
ruby-axiom-types
node-oauth
pyexcelerator
libarchive-peek-perl
golang-github-russellhaering-goxmldsig
haskell-reactive-banana
r-cran-animation
xye
python-xeddsa
starjava-table
funnelweb-doc
libx11-windowhierarchy-perl
ctpl
xppaut
r-cran-mvnormtest
sdes4j
whichcraft
python-pyelftools
memtailor
hpanel
light-locker
haskell-miniutter
libcgi-emulate-psgi-perl
python-sqt
libmarc-xml-perl
aiscm
libomxvideosrc
r-cran-mockr
golang-gocapability-dev
node-capture-stream
haskell-gloss
iqtree
go-mode.el
gtts-token
xdotool
libcrypt-rsa-parse-perl
zita-mu1
node-promzard
amtterm
haskell-aeson-pretty
xfonts-shinonome
liblist-maker-perl
globus-gram-job-manager-condor
imv
jclassinfo
libpuzzle
social-auth-app-django
python-oauth
libstb
libperl-critic-freenode-perl
puppet-module-designate
uci2wb
bittwist
ruby-gettext-setup
python-libguess
r-cran-filehash
mate-media
ink
edid-decode
backdoor-factory
r-cran-xml
dict-jargon
gnome-shell-extension-hard-disk-led
inn
cattle-1.0
pypeg2
libextutils-xsbuilder-perl
editorconfig-emacs
blocks-of-the-undead
conmux
libhttp-multipartparser-perl
zipios++
node-is-retry-allowed
ocrodjvu
php-memcache
x11-xkb-utils
haskell-old-locale
node-call-limit
ioping
haskell-tagshare
rust-owning-ref
iog
numpy-stl
liblog-agent-logger-perl
requests-aws
libapache2-mod-auth-pubtkt
gnome-screenshot
x264
pd-testtools
libbread-board-perl
iapws
wspanish
hexcompare
libgeo-metar-perl
python-zake
pdf-redact-tools
golang-github-vbatts-go-mtree
dlocate
libfreenect
vdr-plugin-osdserver
pycaml
xml-security-c
festival-hi
bgpq3
haskell-nettle
pscan
openhackware
postgresql-pgmp
trac-jsgantt
apbs
syslog-ocaml
ips
tanglet
ruby-parslet
python-pyvmomi
imaptool
labplot
ruby-uglifier
obex-data-server
stardict-czech
libmime-tools-perl
ccdiff
thunar-volman
flask-script
octave-fits
tenshi
libt3key
libxml-rss-simplegen-perl
emacs-helm-ag
golang-github-go-openapi-runtime
libapache2-reload-perl
libhash-storediterator-perl
rust-bytesize
zopfli
haskell-executable-path
mirage
pyuca
ruby-git
caffe
globus-gsi-sysconfig
lxdm
pngmeta
osmo-msc
python-bashate
python-phonenumbers
yorick-z
django-sass-processor
python-pyforge
libdate-iso8601-perl
pgq
plee-the-bear
teckit
magic-wormhole
smpeg
pybluez
fasianoptions
tuxguitar
node-is-plain-obj
libdatetime-format-builder-perl
librdf-closure-perl
snake4
xkbset
apel
haskell-monadcryptorandom
libdbix-class-cursor-cached-perl
crrcsim
festvox-czech-dita
recap
ots
libnagios-object-perl
aptfs
reprepro
slbackup
haskell-unliftio
rust-synstructure
libgtk3-simplelist-perl
festvox-kallpc8k
python-pankoclient
searchandrescue-data
funcparserlib
polyglot-maven
mod-dnssd
ruby-grape-logging
tumiki-fighters
haskell-erf
ruby-gli
readline
fonts-tibetan-machine
libclass-methodmaker-perl
node-xmpp
cheetah
libalgorithm-numerical-sample-perl
django-tastypie
progressivemauve
ruby-remcached
notify-sharp
r-cran-class
libasyncns
keyutils
golang-github-jsternberg-zap-logfmt
enjarify
haskell-unlambda
cdtool
photocollage
r-cran-xts
octave-arduino
node-symbol-observable
google-i18n-address
node-has-symbol-support-x
zhcon
clustalo
triplane
r-cran-parallelmap
tryton-modules-stock-supply-day
iva
clustalw
clustalx
python-unshare
osspsa
libisfreetype-java
afterburner.fx
ocaml-ctypes
tophat
vim-voom
libfinance-qif-perl
ocaml-http
ivy
libfont-ttf-perl
blazeblogger
python-ssdeep
python-xstatic-angular-schema-form
wmacpi
debci
iwd
ruby-database-cleaner
haskell-megaparsec
erlang-p1-utils
trove
netpipes
subtitlecomposer
traitlets
ruby-god
rust-csv-core
weplab
pocl
haskell-xml-conduit-writer
ganglia
ruby-gon
bctoolbox
ulex
petsc4py
ruby-facets
springlobby
libcal-dav-perl
erlang-cuttlefish
ruby-timers
wslay
nas
sks-ecc
ruby-email-spec
pgpool2
mpris-remote
potemkin-clojure
liboggz
dhcpstarv
eboard
rust-string-cache
libpod-elemental-perlmunger-perl
editline
pidgin-nateon
haskell-js-flot
libwcat1
gopass
idesk
rust-encoding-index-japanese
fonts-kiloji
eiciel
rust-nitrokey-test
smbldap-tools
lua-nginx-string
kactivitymanagerd
clinfo
tripwire
globus-xio-rate-driver
ripe-atlas-cousteau
node-assert-plus
libqaccessibilityclient
libkf5incidenceeditor
aptly
libdist-zilla-plugin-templatefiles-perl
libtest-class-most-perl
gocryptfs
libldm
python-doubleratchet
node-regenerate-unicode-properties
golang-gopkg-cheggaaa-pb.v1
haskell-alsa-mixer
pidgin-festival
perlprimer
libfile-type-perl
ktextwidgets
node-p-finally
r-cran-reshape
libtest-pod-content-perl
libregexp-common-perl
aria2
geoalchemy2
citadel
svn-workbench
r-cran-doparallel
r-cran-tcltk2
gap-gdat
bignumber.js
quilt
python-os-cloud-config
libstroke
libxml-saxon-xslt2-perl
libclass-xsaccessor-perl
yabasic
libdatetime-calendar-julian-perl
ruby-gsl
avy
octave-communications
ghostwriter
twolame
lightsoff
libauthen-scram-perl
biomaj3-cli
libmodule-math-depends-perl
polylib
scout-clojure
xfce4-notifyd
ruby-powerbar
libxalan2-java
node-gzip-size
unhtml
pim-data-exporter
libclass-accessor-lite-perl
cinnamon-control-center
gajim
forensic-artifacts
jquery-at.js
node-escodegen
cycle
python-libdiscid
rust-structopt-derive
python-flor
python-tornadorpc
gnome-subtitles
libconfig-mvp-reader-ini-perl
python-jenkinsapi
libschedule-cron-events-perl
node-delegates
haskell-punycode
vdr-plugin-svdrposd
libgravatar-url-perl
mtkbabel
node-acorn-dynamic-import
gpx2shp
python-traitsui
snappy-java
siphashc
golang-github-go-stack-stack
android-platform-libcore
node-component-consoler
poco-doc
libbusiness-onlinepayment-paymentech-perl
duperemove
tilda
libclass-dbi-sweet-perl
tilde
librime
libdist-zilla-plugin-test-podspelling-perl
libconfig-general-perl
python-qtpy
biometric-authentication
ruby-github-markup
libnet-facebook-oauth2-perl
flightgear
munin-c
ruby-signet
libsis-base-java
python-oslo.log
python-warlock
python-ilorest
kunitconversion
gromacs
blkreplay
xneur
hoteldruid
webmagick
golang-go.pedge-env
tetgen
oneko
tilem
sdlgfx
gocr
needrestart-session
gxneur
kguiaddons
haskell-mime-mail-ses
lxqt-metapackages
neon27
opencsv
gtkspell3
libtest-tempdir-tiny-perl
haskell-js-jquery
rust-backtrace-sys
unorm.js
pyninjotiff
r-cran-alakazam
forgethtml
barectf
ucspi-proxy
lutefisk
libdshconfig
libconfig-properties-perl
publib
ocaml-deriving-ocsigen
golang-github-prometheus-common
ruby-pathutil
libspreadsheet-wright-perl
kiwi
libpod-minimumversion-perl
libmousex-getopt-perl
libwww-perl
aprx
projectile
libtext-wrapper-perl
atheist
libvoikko
apt-transport-s3
libambix
python-mhash
libfile-lchown-perl
haskell-src-exts
libowasp-esapi-java
exec-maven-plugin
dpkg-repack
ratchet-pawl
isc-dhcp
pythontracer
libcork
osc-plugins-dput
gramofile
python-sparse
haskell-binary-tagged
ufo-core
passwdqc
pylibtiff
fpart
r-cran-dynlm
python3-simpletal
openigtlink
libmodule-manifest-perl
net-telnet-cisco
kdecoration
fgallery
posixtestsuite
python-eventlet
libmusicbrainz5
jam
gearman-server
golang-github-cenkalti-backoff
lxc
gnome-audio
php-horde-util
php-horde-feed
cpufreqd
ruby-pkg-config
sopt
dokujclient
abi-compliance-checker
puppet-module-adrienthebo-filemapper
python-s3transfer
golang-github-mitchellh-go-wordwrap
json-editor.js
reactphp-promise-stream
kvpnc
tilix
pngcheck
libstring-compare-constanttime-perl
libjs-spectre
grantlee5
golang-github-cockroachdb-cockroach-go
frozen-flask
hatari
jam-lib
neat
apertium-hbs
php-net-ftp
libsms-send-aql-perl
libtemplate-tiny-perl
libdancer-plugin-rest-perl
xa
ruby-curb
libcurses-perl
node-ssri
freetype
python-fitsio
ruby-rails-tokeninput
libotr
xdg-utils
maffilter
libx11-protocol-perl
go-md2man
mavibot
webtest
golang-github-rakyll-globalconf
cmph
python-engineio
erlang-folsom
flask-htmlmin
pyinotify
python-scriptutil
fenrir
nsca
ruby-mizuho
pycmail
golang-github-ugorji-go-codec
pyephem
pythoncad
golang-github-kylelemons-godebug
node-tacks
gnome-sushi
utfcheck
libpithub-perl
haskell-authenticate-oauth
node-js-cookie
ruby-guard-compat
golang-github-ngaut-pools
jed
ruby-polyglot
libmoosex-singleton-perl
rust-adler32
dnsvi
libtext-formattable-perl
node-npmrc
golang-gogoprotobuf
libcgi-application-plugin-messagestack-perl
golang-github-siddontang-go
libquartz2-java
libncl
pd-pddp
libconvert-ber-perl
haskell-platform
r-cran-r.methodss3
swtchart
libodb-pgsql
lxappearance
tpm-quote-tools
libdevel-argnames-perl
kio-extras
python-pytest-random-order
brutalchess
foobillardplus
ytalk
lynkeos.app
commons-io
s-tui
embassy-domalign
desktop-autoloader
golly
haskell-text-format
gdis
node-read-pkg-up
python-marathon
xfonts-biznet
tilp2
python-pyrss2gen
libnet-smtp-tls-butmaintained-perl
python3-antlr3
r-bioc-annotationfilter
python-randomize
ddccontrol-db
fcitx-libpinyin
ario
carbon-c-relay
beacon
haskell-appar
libuv1
minetest-mod-craftguide
btest
speedcrunch
python-mccabe
blahtexml
sysconftool
libsdl2
texhyphj
avis-client-c
ruby-fixwhich
libtie-toobject-perl
infnoise
libxmpcore-java
gpiozero
cerealizer
liblingua-en-inflect-perl
libzia
haskell-path-pieces
getfem++
libhdf4
libwiki-toolkit-perl
haskell-crypto-pubkey-openssh
eclipse-platform-ua
gdm3
xnbd
tryton-modules-account-stock-landed-cost
jid
haskell-gi-gtk
libbdplus
libgit-raw-perl
php-horde-compress
golang-github-elazarl-go-bindata-assetfs
kdesignerplugin
r-cran-geepack
smartlist
fonts-farsiweb
pegjs
node-help-me
scantool
anjuta
shogivar
node-autoprefixer
apertium-hin
ruby-net-http-persistent
zzuf
tictactoe-ng
spampd
comparepdf
ncrack
libgsf
libjlha-java
neutron-tempest-plugin
fookb
mxml
python-scruffy
openslide
voms-clients-java
node-tmatch
lwt
merkaartor
festival-te
trivial-features
python-subprocess32
go-cve-dictionary
xarclock
urdfdom
slimbox
humanfriendly
python-django-rules
openmx
libyami
glib-d
libtime-format-perl
haskell-text-show
readlike
bcolz
shush
libapache-db-perl
lzma
stomper
sigrok
libfindbin-libs-perl
murano-dashboard
ruby-momentjs-rails
kaccounts-providers
haskell-control-monad-loop
libspiro
libparams-util-perl
libsambox-java
django-compat
micropolis-activity
ruby-blade
libwmf
r-cran-wikidatar
gdpc
sickle
python-evtx
tcl-sugar
libdist-zilla-plugin-metaprovides-perl
gaduhistory
lexicon
rlpr
peg-solitaire
libkinosearch1-perl
ch5m3d
trac-graphviz
mocker
libhtml-wikiconverter-pmwiki-perl
ratchetphp
golang-github-dnaeon-go-vcr
libwx-perl
libplack-middleware-logerrors-perl
das-watchdog
iio-sensor-proxy
dxflib
java-sdp-api
ruby-classifier-reborn
pytest-remotedata
gnuplot-mode
lua-yaml
libdevel-hide-perl
package-lint-el
virtualpg
python-llfuse
mpl-scatter-density
dangen
kdiff3
qtiplot
libjs-jquery-jstree
libposix-strptime-perl
python-markdown-math
moblin-icon-theme
pycorrfit
haskell-lambdabot-misc-plugins
joe
ionit
billard-gl
nwipe
vdr-plugin-epgsync
xfce4-dev-tools
python-vispy
libnet-easytcp-perl
pgqd
tifffile
haskell-gi-gdk
node-domelementtype
libcommons-discovery-java
libipc-sharedcache-perl
haskell-only
pyserial-asyncio
yorick-yutils
haskell-json
libpoe-filter-ircd-perl
golang-github-bluebreezecf-opentsdb-goclient
pyntor
quakespasm
libmodule-starter-plugin-tt2-perl
rust-ucd-util
hol88
libbusiness-ismn-perl
python-geojson
haskell-x509
xcb-imdkit
libstatistics-test-randomwalk-perl
cruft
xcscope-el
visualboyadvance
firetools
wm-icons
libsnmp-mib-compiler-perl
ruby-omniauth-facebook
ruby-flipper
dune-istl
pyjavaproperties
libsub-exporter-globexporter-perl
mkgmapgui
dill
gerbv
selinux-python
libconfig-model-backend-yaml-perl
python-jellyfish
node-expand-brackets
rust-slab
grub-splashimages
node-sellside-emitter
portreserve
node-regjsgen
aspectj-maven-plugin
x2vnc
dumb-jump-el
libevent-rpc-perl
passwordsafe
mailmanclient
kanif
rudecgi
heroes-sound-tracks
libobject-accessor-perl
input-utils
libxml-smart-perl
libsyntax-keyword-try-perl
moonshot-gss-eap
golang-github-juju-ansiterm
libtest-minimumversion-perl
ifstat
elastalert
exif
puppet-module-glance
sandsifter
libperl-critic-perl
libcgi-psgi-perl
mockldap
node-transformers
gnome-terminal
ruby-retryable
baitfisher
trinity
rlvm
procinfo
miniupnpc
lua-mmdb
wapiti
nordugrid-arc-gangliarc
node-isobject
python-pytest-cov
node-clone-deep
jtb
elementtidy
golang-github-google-go-querystring
libxml-compile-tester-perl
pulseaudio-dlna
iptraf-ng
avro-java
orbital-eunuchs-sniper
gearhead
sound-icons
pycson
libchemistry-elements-perl
man2html
urwid
ruby-mini-exiftool
libperlx-maybe-perl
obitools
libio-html-perl
cl-esrap
lazr.uri
tendermint-go-autofile
haskell-setlocale
python-semver
gearmand
fcitx-rime
libpath-isdev-perl
kdevelop-python
cppreference-doc
node-move-concurrently
golang-github-mitchellh-go-fs
pprepair
tdom
dh-cargo
haskell-void
juk
scmail
haskell-dlist
xkeyboard-config
node-window-size
osmo-libasn1c
libdevel-calltrace-perl
haskell-numinstances
impose+
lua-torch-xlua
golang-github-appc-docker2aci
zipper.app
libhtml-stream-perl
hydrogen-drumkits
golang-github-facebookgo-stats
kdocker
fonts-arphic-bkai00mp
postgrey
gnome-panel
rust-bzip2
fatcat
bubblewrap
roffit
neutron-dynamic-routing
exmh
lua-json
libyami-utils
ruby-github-markdown
scamp
ruby-rpatricia
cpustat
haskell-yesod-form
python-logging-extra
libtainting-perl
jwm
haproxyctl
ruby-hoe
step.js
fonts-sahadeva
libswingx-java
libreturn-multilevel-perl
golang-github-gorilla-sessions
hdrhistogram
libvideo-capture-v4l-perl
sqlline
pinpoint
critcl
tse3
netscript-2.4
node-mongodb
libfabric
ruby-sanitize
libvirt-glib
python-numpy
librtr
dmalloc
qcomicbook
xbomb
spring
haskell-http-client
libencode-eucjpms-perl
fonts-konatu
proftpd-mod-tar
ruby-batch-loader
nagios-plugin-check-multi
libprpc-perl
sauce
snpomatic
xmlgraphics-commons
gnome-online-miners
wordpress
perlconsole
wsclean
webcamoid
python-instagram
mstflint
cappuccino
git-publish
libdbd-firebird-perl
vdr-plugin-fritzbox
fonts-oradano-mincho-gsrr
libhtml-mason-perl
libtime-piece-mysql-perl
r-cran-maldiquantforeign
libconvert-asn1-perl
liblingua-en-tagger-perl
uftp
statcvs
pcsc-perl
goldencheetah
menu-l10n
nagios-nrpe
brewtarget
rust-fxhash
tree-style-tab
grantlee-editor
python-svg.path
haskell-monad-par
xchain
r-cran-progress
broctl
golang-github-pkg-errors
golang-github-mendersoftware-mendertesting
ruby-fast-blank
dde-qt-dbus-factory
swt-paperclips
jboss-logging
cecilia
libassuan
haskell-glob
lua-cjson
rust-reduce
rust-nodrop
ruby-js-routes
jsonhyperschema-codec
mnemosyne
fonts-courier-prime
fcml
js2-mode
node-deep-is
rust-locale
golang-github-appc-cni
golang-github-neowaylabs-wabbit
redir
redis
timbl
wiliki
silversearcher-ag-el
kholidays
php-uploadprogress
lxmms2
libfile-sharedir-projectdistdir-perl
python-pbkdf2
efitools
cdebootstrap
libwww-dict-leo-org-perl
haproxy-log-analysis
node-errs
mobyle
wokkel
prompt-toolkit
ruby-sdoc
puppet-module-puppetlabs-firewall
ykush-control
libdevel-caller-perl
bm-el
array-info
transdecoder
xskat
docker
r-cran-r.oo
hackrf
ruby-prawn-table
openmcdf
node-rechoir
pingus
r-cran-haven
libstring-shellquote-perl
libtest-requires-git-perl
node-d3-quadtree
rust-libz-sys
inputplug
ruby-moneta
libdigest-whirlpool-perl
python-aniso8601
lmarbles
libclass-accessor-lvalue-perl
fonts-teluguvijayam
r-cran-ffield
license-reconcile
php-horde-compress-fast
libmath-numbercruncher-perl
luminance-hdr
python-pefile
hessian
golang-blackfriday
pommed
paprefs
poe.app
gimp-texturize
libterm-readkey-perl
libsession-storage-secure-perl
ruby-rspec-its
r-cran-princurve
ruby-dirty-memoize
emacs-db
golang-github-ngaut-sync2
node-doctrine
libmarc-spec-perl
libjs-bootswatch
node-pad
backupninja
spectral-cube
pygrace
haskell-hledger
ferret-vis
r-cran-profilemodel
libjs-jsencrypt
python-async-generator
rman
gphoto2-cffi
python-astor
tryton-modules-carrier-weight
metatheme-gilouche
libhtml-template-dumper-perl
libkdtree++
firejail
butteraugli
haskell-bool-extras
jpegpixi
acorn-fdisk
fonts-hosny-thabit
libnet-bluetooth-perl
mysql-sandbox
python-mysqldb
libcriticism-perl
gtkmathview
python-neutronclient
kmflcomp
java-diff-utils
golang-github-howeyc-fsnotify
customdeb
cl-command-line-arguments
edtsurf
coolkey
golang-github-ttacon-chalk
hesiod
bygfoot
fswatch
libauthen-simple-smb-perl
libnet-dns-cloudflare-ddns-perl
keytouch-editor
ispell-uk
lazymap-clojure
jets3t
fonts-gnutypewriter
node-snapdragon
cpl-plugin-giraf
geronimo-j2ee-management-1.1-spec
smash
haskell-memoize
python-keyczar
haskell-either
as31
influxdb-python
ruby-activeldap
solid
vttest
kplotting
ruby-gir-ffi
ros-random-numbers
mpdecimal
uwsgi-plugin-luajit
ruby-redis-rack
node-postcss-discard-comments
flask-security
chameleon-cursor-theme
pspresent
qpdfview
python-bip32utils
kdc2tiff
rtmpdump
r-cran-fastica
python-udatetime
csvjdbc
ruby-unf-ext
python-certbot-dns-digitalocean
last-align
libfennec-lite-perl
pymssql
courier-filter-perl
python-toml
remote-logon-config-agent
golang-github-influxdata-yamux
ruby-em-spec
haskell-mime-types
lacheck
baloo-widgets
mpdcron
python-pluggy
kbd
node-readdirp
mboxgrep
lhs2tex
ht-el
aview
osmo
libwin32-exe-perl
rust-discard
node-get-stream
speechd-el
zynaddsubfx
dkms
uthash
ogamesim
bastet
qbs
kcc
eoconv
libminlog-java
hershey-fonts
golang-github-renstrom-dedent
amphetamine
libclass-dbi-plugin-pager-perl
libprobe-perl-perl
ruby-nokogiri-diff
libmail-mbox-messageparser-perl
osmose-emulator
r-cran-truncnorm
python-tooz
stellarium
libfile-grep-perl
kdf
scantailor
pidgin-audacious
gramps
libvsqlitepp
moria
libvisio
fonts-sil-charis
libbusiness-issn-perl
filetraq
rep-gtk
refcard
ruby-iniparse
rust-arrayref
conntrack-tools
libbrowser-open-perl
qqwing
beanstalkc
libmsgcat-perl
jquery-migrate-1
node-uuid
klustakwik
libdist-zilla-plugin-emailnotify-perl
libfurl-perl
emacs-kv
libdatetime-format-mysql-perl
node-depd
p4vasp
libyaml-tiny-perl
r-cran-rredlist
asterisk-prompt-de
pyotherside
harvid
onioncircuits
libtest-json-perl
libapache2-mod-defensible
liblist-someutils-perl
libhtml-defang-perl
aravis
xserver-xorg-video-savage
toro
ruby-em-socksify
nini
congress
golang-github-jamesclonk-vultr
kgb
ttyrec
tryton-modules-ldap-authentication
trash-cli
eigenbase-farrago
w3c-sgml-lib
ssl-cert
python-pathspec
xf86-input-wacom
libemail-address-perl
libhat-trie
morla
node-streamtest
node-time-zone
xmlindent
asterisk-prompt-es-co
bruteforce-luks
haskell-storable-tuple
tagsoup
libcolor-scheme-perl
node-spdx-exceptions
el-ixir
node-minimalistic-crypto-utils
node-jquery-mousewheel
klog
libprotocol-osc-perl
mate-icon-theme-faenza
haskell-data-default-instances-base
ncview
gyoto
simple-obfs
bibcursed
golang-google-grpc
liborlite-statistics-perl
libfile-find-rule-perl-perl
blobandconquer
libmstoolkit
mate-power-manager
libmoox-types-setobject-perl
jackson-core
haskell-hedgehog
importmagic
kig
libdevel-stacktrace-ashtml-perl
haskell-wreq
libtest-hexstring-perl
jpylyzer
menu-xdg
peruse
libio-epoll-perl
dokuwiki
plopfolio.app
libfortran-format-perl
libfile-sharedir-par-perl
zdaemon
mozc
r-cran-zip
gedit-source-code-browser-plugin
libmojolicious-plugin-renderfile-perl
libntru
node-buffer-crc32
netstress
astrodendro
gems
haskell-auto-update
uget
nstreams
python-weakrefmethod
taglib-extras
slxfig
adacontrol
swing-layout
kjs
asterisk-prompt-it
pa-bench
ruby-ldap
tycho
ruby-logger-application
mimedefang
librdf-trinex-functions-perl
python-priority
atftp
cafeobj
node-text-encoding
puppet-module-sbitio-monit
ruby-mime-types-data
haskell-ieee754
mapbox-wagyu
python-anyjson
php-horde-pack
apache-pom
python-file-encryptor
farstream-0.2
r-cran-rnetcdf
ftjam
genromfs
autossh
libmoosex-semiaffordanceaccessor-perl
libintl-perl
openambit
wiipdf
python-sniffio
kmailtransport
kmc
libapache-htgroup-perl
rust-opaque-debug
fonts-alegreya-sans
hubicfuse
r-cran-shiny
neard
libsys-syscall-perl
ruby-appraisal
fuse-overlayfs
haskell-safesemaphore
libio-pty-easy-perl
haskell-securemem
ruby-codemirror-rails
syncthing-gtk
libdancer2-perl
node-active-x-obfuscator
vdr-plugin-vcd
r-cran-purrr
django-testscenarios
ruby-columnize
php-horde-turba
maven-install-plugin
libcitygml
vtun
libnet-frame-simple-perl
fontconfig
mbox-importer
flake8-docstrings
texi2html
node-event-emitter
morse
erlang-goldrush
syrep
appdirs
libxinerama
ruby-mmap2
libnet-http-perl
wchartype
golang-github-robfig-cron
rust-grep
nudoku
libclass-throwable-perl
android-platform-external-jsilver
rust-memchr
buddy
naist-jdic
xgridfit
aeolus
nec2c
libdata-uuid-perl
spatialite-gui
node-prr
slbackup-php
kdoctools
golang-github-coreos-go-iptables
sidedoor
sentinelsat
bitmeter
slpvm
libbssolv-perl
sysnews
node-lodash-reevaluate
mod-vhost-ldap
haskell-gi-cairo
tepl
node-read-pkg
python-smstrade
at-spi2-atk
excalibur-logkit
morty
php-facedetect
vtwm
python-pyfaidx
r-zoo
cl-containers
python-apsw
c-graph
golang-context
golang-github-siddontang-rdb
php-token-stream
chipw
node-isstream
pianobar
golang-google-cloud
dreamchess
globus-authz
golang-github-akrennmair-gopcap
xshogi
jack-stdio
openuniverse
redtick
modules
cl-utilities
libxml-rsslite-perl
ruby-appraiser
mppenc
node-yamlish
acme-tiny
cmark
libgpars-groovy-java
r-cran-bold
apertium-cat-srd
file-mmagic
ruby-rbvmomi
android-platform-development
node-uniqid
crossfire-maps-small
libdevice-usb-pcsensor-hidtemper-perl
python-cartopy
carrotsearch-hppc
py-asterisk
rabbit
aisleriot
chirp
groovy
singularity
xfwm4
libconvert-scalar-perl
haskell-hsopenssl-x509-system
screentest
val-and-rick
freefem++
felix-bundlerepository
ksh
node-unicode-tr51
android-androresolvd
mysql-ocaml
themonospot
dpkg-www
mojarra
python-kdcproxy
python-unpaddedbase64
pdepend
kst
hp-ppd
libdevel-ptkdb-perl
rsskit
mha4mysql-manager
apertium-isl
libload-perl
php-phpdocumentor-type-resolver
hexedit
libbpp-raa
geronimo-commonj-spec
ros-rosconsole
node-postcss-minify-font-values
golang-github-posener-complete
volatility
fonts-sil-andika
python-diff-match-patch
apertium-ita
django-polymorphic
policyd-weight
osmo-iuh
wildmidi
libmath-vec-perl
android-platform-external-boringssl
knights
quisk
python-aalib
haskell-hourglass
abntex
boot
nixstatsagent
pa-ounit
arbtt
fonts-kanjistrokeorders
guake
haskell-werewolf
haskell-language-javascript
lazr.smtptest
node-verror
libcarp-clan-perl
libdist-inkt-role-hg-perl
vpb-driver
checkpolicy
globus-gass-server-ez
golang-github-minio-dsync
geogebra
node-browser-unpack
libpandoc-wrapper-perl
fonts-averia-sans-gwf
xiterm+thai
iverilog
libtfbs-perl
ooolib-perl
libhbaapi
naspro-bridges
golang-github-jfbus-httprs
rheolef
kimagemapeditor
libnet-dropbox-api-perl
gap-atlasrep
xplot-xplot.org
datapacker
nagios-images
libnetsds-perl
golang-github-unknwon-com
cl-clx-sbcl
php-horde-xml-wbxml
lzip
libjs-jstorage
flask-flatpages
swh-plugins
uniutils
plotly
recursive-narrow
user-manager
disulfinder
ruby-levenshtein
configobj
golang-github-alecthomas-assert
kxd
golang-github-spacejam-loghisto
sbuild
ruby-shadow
python-oslo.db
mailman
ocaml
varnish-modules
instead
igal2
libmecab-java
dhcpcanon
zodbpickle
getdata
ice-builder-gradle
php-composer-ca-bundle
node-jsesc
cl-chipz
libproc-fork-perl
fonts-blankenburg
rust-string-cache-shared
rofi
ruby-tomlrb
node-once
combblas
gtypist
libxmlb
pfb2t1c2pfb
haskell-tasty-hspec
golang-github-makenowjust-heredoc
python-flaky
open-jtalk
apvlv
libdevel-trace-perl
opus
tiles-autotag
erlang-p1-yaml
starfighter
pcb
haskell-gi-vte
ruby-nakayoshi-fork
python-mpegdash
wmrack
libcddb
libcatmandu-rdf-perl
hiccup-clojure
php-illuminate-database
libxsettings
duecredit
rust-parity-wasm
javamorph
kde-config-systemd
easytag
erlang-p1-stringprep
tinyirc
z88
haskell-http-common
exam
openpyxl
libbusiness-onlinepayment-authorizenet-perl
fotoxx
latticeextra
lazyarray
kmag
khtml
cups-filters
libnet-imap-simple-ssl-perl
libdist-zilla-plugin-makemaker-fallback-perl
vtgrab
vimoutliner
lxqt-qtplugin
golang-github-tj-go-spin
ruby-libvirt
goffice
freeture
ufonormalizer
ruby-mixlib-install
libxml-handler-yawriter-perl
bicyclerepair
clipit
pytest-tempdir
broccoli-python
r-cran-amore
libposix-atfork-perl
iso-flags-svg
node-abbrev
libxml-catalog-perl
fonts-smc-keraleeyam
xaos
lzop
tacacs+
libdata-ieee754-perl
python-pyeclib
openr2
libanyevent-perl
pdfmod
xserver-xorg-video-openchrome
rainbow-delimiters
ruby-redis-store
nxt-firmware
ruby-ffi-bit-masks
libpackage-locator-perl
haskell-mersenne-random-pure64
golang-github-calmh-xdr
elementary-xfce
libmojolicious-plugin-basicauth-perl
wmstickynotes
glimpse
vcftools
libsub-install-perl
tryton-modules-sale-extra
haskell-cmark-gfm
libexporter-easy-perl
libgetopt-complete-perl
artemis
python-burrito
libapache-admin-config-perl
aspic
guzzle-sphinx-theme
tomsfastmath
xdemineur
python-nudatus
python-nemu
jtidy
libgpod
dcmtk
django-impersonate
libjira-rest-perl
krb5-auth-dialog
cluster
gfan
node-eventemitter2
libtry-tiny-smartcatch-perl
python-geotiepoints
node-clarinet
maven-reporting-impl
golang-github-mitchellh-copystructure
distlib
libitl-gobject
node-constants-browserify
haskell-diagrams
libyaml-shell-perl
five-or-more
dxf2gcode
otpw
node-iconv-lite
konsole
cryptojs
k2pdfopt
python-bitarray
node-is-descriptor
libauthen-simple-kerberos-perl
btyacc
syslog-nagios-bridge
haskell-aeson-compat
flask
golang-gopkg-pg.v5
netkit-tftp
libpicocontainer-java
django-modeltranslation
ukui-settings-daemon
golang-github-jacobsa-fuse
zaz
librdf-helper-properties-perl
python-dexml
twinvoicerecalc
haskell-http-types
docopt.cpp
python-pysolr
libcpandb-perl
golang-github-stvp-tempredis
libdatetime-set-perl
yamllint
muttrc-mode-el
qevercloud
derivations
shortuuid
thonny
apertium-hbs-mkd
libxml-rss-libxml-perl
tinyca
http-icons
python-exif
node-array-equal
mate-applets
fortunes-mario
clutter-gtk
haskell-fgl-arbitrary
octave-sparsersb
fonts-lohit-deva
sdl-ttf2.0
rainbow-identifiers-el
octave-ncarray
golang-github-vishvananda-netns
octave-stk
ruby-excon
libmseed
python-sphinxcontrib.apidoc
imenu-list
haskell-pango
fonts-oflb-asana-math
lbt
wxsvg
osmo-pcu
igaelic
pps-tools
kmix
haskell-hashable-time
haskell-charsetdetect-ae
libtest-rdf-perl
tuxmath
python-repoze.lru
haskell-should-not-typecheck
konversation
openhft-compiler
rust-string-cache-codegen
python-pika
node-duplexify
libtest-number-delta-perl
moksha.common
pyqt-qwt
gupnp-tools
isorelax
fonts-sil-sophia-nubian
its-playback-time
erlang-p1-oauth2
node-util-deprecate
libstatgrab
libbio-samtools-perl
ldc
prelink
nss-updatedb
golang-golang-x-net-dev
load-relative-el
libpdf-writer-perl
dhis-tools-dns
golang-github-akavel-rsrc
ipcalc
kalarm
sqlacodegen
php-pear
thuban
fsplib
debdate
icu-le-hb
lxi-tools
memtest86+
i2c-tools
getmail
lziprecover
minimap-el
playitslowly
kfloppy
pywws
libmuscle
libmojo-server-fastcgi-perl
vuls
yodl
gtkterm
libterm-readpassword-perl
fonts-smc-suruma
deepin-terminal
telepathy-farstream
libgeo-helmerttransform-perl
glaurung
node-domutils
modello
cdcat
libdata-validate-ip-perl
python-xstatic-rickshaw
luksipc
autocomplete
haskell-csv-conduit
lfm
rust-futf
node-vm-browserify
strip-nondeterminism
ruby-websocket
xfwm4-theme-breeze
coco-cs
golang-github-pelletier-go-toml
lft
golang-github-miekg-pkcs11
git-buildpackage
mp3report
proxy-switcher
setserial
python-oslo.config
python-mox3
librdf-trin3-perl
python-msrestazure
python-vlc
python-pint
python-dracclient
python-ratelimiter
closure-compiler
snoopy
suggest-el
puredata
golang-github-shogo82148-go-shuffle
libxml-commonns-perl
python-httplib2
libaal
r-cran-tigger
libpoe-loop-tk-perl
haskell-gi-dbusmenugtk3
rust-pest
librt-extension-commandbymail-perl
newt
osm2pgsql
python-jieba
gourmet
fonts-averia-serif-gwf
haskell-openpgp-asciiarmor
node-d3-shape
gelemental
oasis
libacme-poe-knee-perl
gmailieer
oca-core
libtie-refhash-weak-perl
node-pinkie-promise
worklog
libxml-parser-easytree-perl
prometheus-sql-exporter
golang-github-bkaradzic-go-lz4
casync
node-camelcase-keys
lie
dj-static
libdatetime-format-epoch-perl
r-cran-mapproj
logstalgia
psi-translations
libtest-routine-perl
libtest-www-mechanize-cgiapp-perl
golang-github-satta-ifplugo
lix
ruby-coffee-script
xf86-input-mtrack
libmongo-client
tendermint-go-db
python-git-os-job
octave-data-smoothing
ora2pg
node-inflight
haskell-psqueue
signon-kwallet-extension
golang-github-hydrogen18-stoppablelistener
node-proto-list
node-fs-vacuum
checksec
ruby-kitchen-docker
ruby-omniauth-saml
libhtml-template-compiled-perl
libdb-je-java
node-fstream
ruby-gherkin
pybtex
libdevel-declare-perl
libcatalyst-devel-perl
tint2
notmuch-addrlookup
libcrypt-simple-perl
mudlet
ipwatchd-gnotify
jcifs
node-etag
golang-github-nats-io-nkeys
coils
libapache-session-wrapper-perl
libjsr166y-java
python-pyorick
haskell-foundation
libunicode-utf8-perl
ucl
pgsql-ogr-fdw
node-tunnel-agent
libjconv
gnome-doc-utils
rust-debcargo
libbpp-qt
cl-github-v3
ekeyd
pxp
haskell-dice-entropy-conduit
node-parents
gerstensaft
rust-unreachable
maven-jaxb2-plugin
setbfree
node-gulp-concat
libmods-record-perl
guidedog
screengrab
libmethod-signatures-perl
tryton-modules-production-routing
aubio
yp-svipc
gnome-tweaks
erlang-getopt
microbiomeutil
siproxd
plasma-vault
krunner
kqtquickcharts
extundelete
fluxbox
libdns-zoneparse-perl
feersum
ulfius
webkit2-sharp
gnome-dvb-daemon
cream
xutils-dev
python-adventure
haskell-openglraw
golang-github-ngaut-log
dlm
mozilla-devscripts
libinnodb
puppet-module-heini-wait-for
libgssglue
erlang-p1-xml
j4-dmenu-desktop
timingframework
dkimpy
libnet-freedb-perl
apwal
libpango-perl
maven-doxia-tools
taningia
xdffileio
java-string-similarity
python-gear
libtext-template-perl
golang-github-abbot-go-http-auth
ruby-rails-assets-emojione
blktool
golang-github-go-sql-driver-mysql
pd-boids
luckybackup
gpicview
unyaffs
pivy
molly-guard
cl-local-time
libppix-regexp-perl
net-tools
tunapie
cl-mustache
libmoosex-compiletime-traits-perl
caneda
haskell-prettyprinter-convert-ansi-wl-pprint
haskell-html
eclipse-titan
pyvisa
mapcode
quodlibet
flickcurl
libdevel-symdump-perl
libtest-poe-server-tcp-perl
dmraid
leocad
schroedinger-coordgenlibs
python-iso8601
lpe
arptables
r-cran-forcats
octave-level-set
python-x2go
iproute2
node-block-stream
lpr
rawkit
r-cran-blockmodeling
sdlpango
grub-cloud
snooze
phabricator
txsocksx
jmock
r-cran-rwave
libswe
vows
haskell-brick
libnumber-bytes-human-perl
lua-lgi
ascd
lqa
libnet-cidr-perl
node-mysql
erlang-luerl
ruby-varia-model
gfpoken
emacs-jabber
libminini
libnet-ifconfig-wrapper-perl
dijitso
libnet-ssh-authorizedkeysfile-perl
haskell-cabal-install
libtorrent-rasterbar
libiscwt-java
libpam-freerdp2
python-lockfile
libtie-hash-indexed-perl
libui-dialog-perl
fonts-roadgeek
haskell-blaze-textual
policycoreutils
cyvcf2
clj-time-clojure
libpff
tipa
pd-creb
htag
freewheeling
fiche
ruby-source-map
getdp
lsm
libnet-smtp-ssl-perl
xfce4-smartbookmark-plugin
fonts-tuffy
tvdb-api
libnet-server-perl
auto-dictionary-mode
lua-mode
libcdb-file-perl
twpsk
runsnakerun
dh-vim-addon
kcalcore
figtree
use-package
dbmix
wbar
haskell-hxt-tagsoup
barman-cli
python-tzlocal
n2n
install-mimic
libjson-xs-perl
libinline-files-perl
node-fs-write-stream-atomic
psfex
fdutils
openoffice.org-en-au
abr2gbr
phpunit-resource-operations
haskell-intern
r-cran-markdown
jesd
libdata-stag-perl
libscram-java
libre
node-camelcase
libtext-textile-perl
libsdl-console
pidgin-hotkeys
php-finder-facade
golang-go4
htmldoc
libmail-chimp3-perl
gambc
wmail
pytrainer
libhtml-wikiconverter-phpwiki-perl
asl
python-cups
r-cran-distory
ros-rospack
espa-nol
fonts-ocr-a
fonts-ocr-b
emacs-web-server
prometheus-process-exporter
4ti2
tinywm
saxonhe
node-querystring
hidapi-cffi
libcgi-application-plugin-fillinform-perl
golang-github-inconshreveable-go-update
postgresql-plproxy
libtest2-plugin-nowarnings-perl
libmarc-crosswalk-dublincore-perl
deepin-icon-theme
node-shiny-server-client
abs-guide
libnet-traceroute-pureperl-perl
udptunnel
libcatalyst-manual-perl
bpfcc
golang-github-dhowett-go-plist
fonts-lohit-deva-nepali
haskell-openssl-streams
lwm
cutils
r-cran-slam
docbook-mathml
libdublincore-record-perl
libxml-quote-perl
consulfs
vim-syntax-gtk
osmosis
mailnag
node-stack-utils
libmath-bigint-perl
guidata
node-webpack-merge
phpunit-object-enumerator
golang-github-grpc-ecosystem-grpc-gateway
icedtea-web
evenement
ruby-cutest
php-horde-secret
node-commist
haskell-fingertree
xbae
fonts-sil-abyssinica
liggghts
octave-dataframe
gtextfsm
libmoox-types-mooselike-perl
golang-github-gin-contrib-sse
stdeb
argagg
kissplice
libdatetime-format-mail-perl
onionbalance
node-commander
tqdm
libhtml-escape-perl
rust-quickcheck
vilistextum
libnet-pcap-perl
haskell-doctemplates
node-hash.js
urlwatch
corosync-qdevice
chkservice
lzd
node-is-windows
node-stats-webpack-plugin
picard
laserboy
zope.location
pyprotocols
uhub
imanx
libemail-valid-loose-perl
mrtdreader
python-gnutls
py-radix
jsamp
doxyqml
node-strip-json-comments
libconvert-color-xterm-perl
r-cran-hdf5
czmq
unanimity
ruby-bindex
libcql-parser-perl
factory-boy
ruby-gitlab
virglrenderer
r-cran-rpact
mupen64plus-rsp-z64
gmrender-resurrect
libdate-calc-xs-perl
bittornado
yorick-yao
r-cran-magrittr
golang-github-vimeo-go-magic
range-v3
debian-edu-doc
rust-nom
lookup
node-es6-set
apt-dater-host
libauthen-krb5-admin-perl
ruby-minitest
tinyjsd
cifs-utils
golang-github-fortytw2-leaktest
inflection
golang-github-google-btree
php-horde-kronolith
mpdtoys
kbounce
ruby-css-parser
libtext-trim-perl
libplack-middleware-debug-perl
libmoosex-strictconstructor-perl
ruby-ffi-yajl
collectd
libfilter-template-perl
rtmidi
minetest-mod-nether
libsysadm-install-perl
ruby-sidekiq
python-agate-excel
ruby-benchmark-ips
ruby-marcel
libsystem-command-perl
libasterisk-agi-perl
cl-xmls
perlbrew
node-assert
python-blessed
fakesleep
istack-commons
libbusiness-creditcard-perl
golang-github-disintegration-imaging
evolver
fbterm-ucimf
libcrypt-cracklib-perl
jel
golang-go-cache
haskell-x509-util
ruby-docile
libio-socket-ssl-perl
debootstick
easyzone
kineticstools
sakura
hiera-eyaml
wtf-peewee
ruby-character-set
ruby-flot-rails
gettext-maven-plugin
asql
node-rai
libregexp-pattern-perl
kcron
dynare
node-caniuse-api
golang-yaml.v2
ruby-log4r
node-registry-auth-token
fetch-crl
libhash-diff-perl
yaml-cpp
golang-airbrake-go
phploc
gnuais
openbabel
ruby-jwt
libmath-nocarry-perl
fonts-quicksand
pylons
essays1743
apiwrap-el
libcommons-lang-java
haskell-parsers
tryton-modules-sale-shipment-cost
nfstrace
libapache-mod-auth-kerb
libdata-uniqid-perl
gnome-2048
ktp-call-ui
wss4j
node-dot-prop
tstools
glyphsinfo
libb-hooks-op-annotation-perl
octave-parallel
libdynaloader-functions-perl
ktp-accounts-kcm
htop
r-cran-downloader
libsearpc
apticron
ocaml-vorbis
node-xml2js
rocs
libanyevent-callback-perl
fonts-monlam
ruby-celluloid-pool
libxml-compile-perl
node-builtin-status-codes
golang-github-calmh-du
node-grunt-legacy-log
titanion
ignition-common
octave-tsa
gtk2-engines-murrine
libcpan-sqlite-perl
dhcpcd-dbus
jsxgraph
ruby-valid
python-efilter
haskell-smtlib
fdpowermon
maq
unmo3
jmock2
mat2
ofxstatement
yarl
ruby-directory-watcher
xcursor-themes
fonts-dseg
node-headjs
biomaj3-user
fldiff
hachoir-subfile
librole-rest-client-perl
clonalorigin
yorick-yeti
libdigest-bubblebabble-perl
apertium-kaz
libunivalue
epstool
libparse-win32registry-perl
sshguard
ocr4gamera
mbr
plasma-gmailfeed
mbw
tnat64
golang-gopkg-macaroon.v1
qjoypad
openhft-chronicle-threads
bouncy
fldigi
pagekite
faketime
haskell-uuagc-cabal
golang-github-philhofer-fwd
haskell-tree-monad
xdg-desktop-portal
mcl
node-typedarray-to-buffer
golang-github-blevesearch-go-porterstemmer
maven-shared-jar
xcb-util-cursor
cctools
ocaml-flac
libpod-latex-perl
haskell-gtk-sni-tray
ros-rospkg
python-jsondiff
metainf-services
rust-wasm-bindgen-macro
slugimage
mecab-jumandic
r-cran-classint
remake
rust-tls-parser
python-argh
gnome-disk-utility
ephoto
libdist-zilla-plugin-modulebuildtiny-perl
mdk
jquery-throttle-debounce
glurp
mdm
puppet-module-ceilometer
mdp-src
python-args
regex-clojure
nictools-pci
globus-gram-job-manager
tellico
ipmitool
libtest2-suite-perl
golang-github-dgryski-go-farm
prelude-correlator
moksha.hub
simple-revision-control
cdiff
modem-manager-gui
sipcalc
tryton-modules-party-siret
jacksum
mew
rexima
fonts-taml
libapp-termcast-perl
libnet-openssh-parallel-perl
liblocal-lib-perl
leave
bbqsql
ghub-el
musique
haskell-sdl2-ttf
dspdfviewer
python-sexpdata
arden
php-horde-webmail
tunnelx
jaaa
mknfonts.tool
libspreadsheet-writeexcel-simple-perl
haskell-gi-pango
puppet-module-michaeltchapman-galera
ipwatchd
libio-tee-perl
xblast-tnt-musics
debian-ports-archive-keyring
cairosvg
ocamlnet
raidutils
mgp
ruby-instance-storage
mgt
hiera
tkabber
ruby-multi-test
libserial
libfont-freetype-perl
edac-utils
twodict
wmload
rcmdr
detachtty
haskell-assert-failure
pdfsandwich
dialign
node-date-now
mhc
piler
libtypes-datetime-perl
libregexp-optimizer-perl
netcdf-fortran
installation-report
libsys-meminfo-perl
vdr
h2database
comprez
libsynthesis
dlang-openssl
gameclock
rgtk2
sonic-visualiser
fbcat
pristine-tar
jack
unicap
libdmtx
golang-github-kardianos-osext
python-click-threading
x11-session-utils
libdebian-installer
node-exit-hook
rpart
evolution-rss
golang-gocolorize
jnr-netdb
libapache-authenhook-perl
r-cran-isoweek
rolo
python-lzma
mpqc
gitpkg
haskell-here
libxshmfence
excellent-bifurcation
haskell-ansi-terminal
libcgi-application-plugin-requiressl-perl
libnet-sslglue-perl
python-urwidtrees
visolate
python-zeep
python-dotenv
qtx11extras-opensource-src
libfile-fcntllock-perl
libmime-lite-tt-html-perl
jigit
cl-csv
node-restore-cursor
pd-moonlib
festival-czech
repmgr
libnxml
ocaml-res
guifications
pygame-sdl2
spectre-meltdown-checker
obconf
libterm-vt102-perl
python-unidiff
libcatalyst-plugin-session-perl
rust-heck
libdevice-gsm-perl
ruby-ronn
libdbix-runsql-perl
haskell-ixset-typed
libtickit-widgets-perl
libpam-tacplus
sugar-terminal-activity
libnet-rawip-perl
libdata-validate-uri-perl
landslide
libtext-qrcode-perl
libpod-simple-wiki-perl
gkrellm-leds
clj-digest-clojure
haskell-convertible
mle
pegsolitaire
ruby-bluefeather
nvram-wakeup
haskell-http-api-data
travis
hercules
libconfig-tiny-perl
libcpan-distnameinfo-perl
debdelta
mma
r-cran-survey
jags
python-xapp
sphinx-rtd-theme
pd-bsaylor
mmh
gprbuild
python-x3dh
gnome-shell-extension-workspaces-to-dock
pyquery
golang-github-dchest-blake2b
libgeo-point-perl
mmv
python-arpy
minetest-mod-unified-inventory
libfcgi
libdbix-introspector-perl
php-horde-mime
adapta-gtk-theme
akonadi-contacts
speedpad
cronometer
fonts-sil-harmattan
haskell-unbounded-delays
libjgraphx-java
libtest-yaml-perl
node-libs-browser
libalog
visualvm
xlsxwriter
libcgi-application-plugin-tt-perl
pykerberos
libconvert-binhex-perl
haskell-dlist-instances
batmand
libmems
libgoogle-protocolbuffers-perl
ruby-discordrb-webhooks
golang-github-bsm-redeo
libdata-javascript-perl
desmume
libdist-zilla-role-modulemetadata-perl
xcal
moc
haskell-pid1
ibus-libpinyin
libpaper
planner
geronimo-ejb-3.2-spec
libcgicc
mom
jqueryui
etbemon
ruby-uconv
libcrypt-blowfish-perl
haskell-uri-bytestring-aeson
golang-github-juju-errors
sphinxcontrib-programoutput
libois-perl
khronos-api
nvme-cli
python-aodhclient
mpc
skeleton
mpd
roary
ruby-dotenv
libhpptools
node-urlgrey
pyacidobasic
utalk
libgnupg-interface-perl
golang-github-minio-sha256-simd
ruby-sidekiq-cron
libapache-mod-log-sql
gordon
ifmail
lua-torch-image
flexbackup
pygeoif
libapt-pkg-perl
sortedcontainers
python-coverage-test-runner
pygeoip
proalign
r-cran-pscl
datamash
ruby-fusefs
gnome-nds-thumbnailer
logzero
libcatalyst-modules-extra-perl
openttd-opengfx
pyagentx
libio-interactive-perl
kluppe
obus
pilon
ruby-acts-as-tree
ms-gsl
haskell-uri
mrb
uncertainties
jalv
lcmaps-plugins-voms
waitress
libxml-dom-xpath-perl
babl
bluefish
mrs
nsscache
assemblytics
libtest-without-module-perl
node-lazystream
irker
golang-github-golang-mock
node-wrappy
feedgnuplot
python-persistent
xcfa
clout-clojure
sylfilter
libcommons-launcher-java
ruby-erubis
golang-github-mattn-go-shellwords
fdroidcl
console-bridge
knews
culmus-fancy
slexpat
ho22bus
auctex
tantan
golang-github-opencontainers-specs
mda-lv2
libgee-0.8
libmoosex-role-strict-perl
jodd
node-color-string
haskell-th-utilities
mtx
rows
funguloids
haskell-base-compat-batteries
python-scipy
rust-dhcp4r
plotnetcfg
emacs-epc
python-readme-renderer
python-ofxparse
node-htmlparser
haskell-reinterpret-cast
golang-gopkg-validator.v2
mgetty
r-cran-broom
liburi-template-perl
epl
lurker
japa
pylint-plugin-utils
gtkglext
felix-shell-tui
peg-e
trscripts
r-cran-ade4
cloud-utils
ipv6toolkit
xchm
haskell-xml
libfile-save-home-perl
visual-regexp
libperl-critic-policy-variables-prohibitlooponhash-perl
ruby-cmdparse
c2hs
libgom
wmweather+
decoratortools
htseq
system-tools-backends
golang-github-azure-azure-sdk-for-go
policyd-rate-limit
ladish
libdbix-class-timestamp-perl
freemat
libtext-format-perl
libclass-inspector-perl
xmedcon
compass-breakpoint-plugin
eigensoft
mwc
atig
haskell-base-compat
libjpf-java
libstring-glob-permute-perl
golang-github-racksec-srslog
pycarddav
node-hoek
boinctui
jmeters
libmediawiki-bot-perl
haskell-bytestring-progress
psi-plus-l10n
srst2
golang-github-jrick-logrotate
hmmer
ruby-libxml
libundead
libburn
rust-threadpool
libtext-affixes-perl
orpie
libhtml-stripscripts-perl
statsprocessor
node-mqtt-packet
libwww-mechanize-treebuilder-perl
scdoc
cl-db3
apertium-sme-nob
python-xstatic-roboto-fontface
udevil
sysvbanner
uisp
sg3-utils
r-cran-stanheaders
abind
cairo-dock
libxxf86vm
r-cran-scales
sosi2osm
ftools-fv
android-platform-art
vim-julia
trac-xmlrpc
breadability
libsixel
libmath-gradient-perl
libatteanx-store-sparql-perl
miceamaze
libautobox-junctions-perl
fonts-sil-charis-compact
geronimo-interceptor-3.0-spec
lbfgsb
vim-airline-themes
mokomaze
golang-github-sebest-xff
golang-github-justinas-alice
libfuture-perl
sql-ledger
python-xstatic
libatteanx-serializer-rdfa-perl
libcobra-java
node-babel-loader
python-stringtemplate3
python-parse-type
node-is-path-cwd
psk31lx
libdist-zilla-plugins-cjm-perl
pytest-tornado
waagent
ignition-fuel-tools
jigzo
libdatetimex-easy-perl
libnumber-format-perl
ruby-state-machines-activemodel
sjeng
libodb
libdbix-class-inflatecolumn-serializer-perl
pep8-simul
libextractor-python
libhtml-fillinform-perl
yamm3
haskell-panic
php-horde-kolab-session
haskell-happstack-hsp
kphotoalbum
mono.reflection
psgml
ruby-puppet-syntax
libwebservice-youtube-perl
adasockets
prettytable
debspawn
libtime-progress-perl
chmlib
libauthen-simple-pam-perl
astropy-regions
drawtiming
fprobe
golang-github-docopt-docopt-go
haskell-hxt-curl
underscore.string
fgarch
atop
php-text-template
exe-thumbnailer
inteltool
jaxe
php-horde-cli
libquantum-entanglement-perl
ocrmypdf
debug-me
rust-podio
cpio
node-chrono
pypureomapi
node-extend-shallow
python-trie
scannotation
umatrix
rust-fuchsia-zircon
libcgi-application-plugin-logdispatch-perl
kafkacat
ruby-cucumber-core
golang-github-hlandau-buildinfo
wims
libauthcas-perl
libperlbal-xs-httpheaders-perl
libdsk
haskell-lens
golang-github-minio-minio-go
scalpel
gnubik
gravit
r-cran-vgam
cal3d
haskell-torrent
cl-regex
haskell-setenv
swiglpk
node-number-is-nan
rust-url-serde
pgtcl
xwatch
node-ieee754
whysynth
node-setprototypeof
maxima
gjots2
libclass-dbi-abstractsearch-perl
fosfat
ruby-listen
libmodule-build-tiny-perl
hunt
zsh
ajaxterm
gnunet
libnet-write-perl
libminc
golang-gopkg-tomb.v2
rust-term
libacme-bleach-perl
libtest-exception-lessclever-perl
fortunes-bg
golang-github-adroll-goamz
animate.css
rinse
silversearcher-ag
mathomatic
fortunes-br
cl-closure-common
libhtml-wikiconverter-wakkawiki-perl
node-grunt-known-options
node-ansi
libfile-libmagic-perl
robert-hooke
ruby-ruby-engine
klettres
ruby-fission
libcalendar-simple-perl
libmodule-want-perl
libauth-googleauth-perl
ruby-hocon
fortunes-cs
golang-github-safchain-ethtool
pd-flext
gnome-multi-writer
docker-registry
jpathwatch
jquery-timepicker
ghdl
openarena-misc
fortunes-de
libperinci-object-perl
mknbi
glewlwyd
nbc
ruby-em-mongo
sqlobject
edk2
wmdate
terminado
poolcounter
python-model-mommy
ruby-cookiejar
rust-crossbeam
minetest-mod-throwing
libbiblio-thesaurus-perl
liblingua-stem-snowball-da-perl
mupen64plus-video-arachnoid
libclass-makemethods-perl
node-seq
ciftilib
libperlio-via-dynamic-perl
r-cran-adegenet
pass-tomb
debiancontributors
libfinance-streamer-perl
golang-goleveldb
libnet-ldns-perl
libhttp-tinyish-perl
libtest-memorygrowth-perl
mason
st
mate-screensaver
ghex
python-frozendict
libclass-base-perl
ncc
qbzr
ruby-simplecov-html
haskell-ekg
transtermhp
primer3
fortunes-es
units-filter
libajaxtags-java
libsdl2-ttf
libregexp-common-time-perl
nco
node-grunt-legacy-log-utils
binutils-mingw-w64
dictionary-el
lua-lpeg
xcwd
libcatalyst-view-component-subinclude-perl
php-htmlpurifier
mipp
r-cran-ipred
libtaint-util-perl
fonts-sil-tagmukay
fortunes-fr
sbmltoolbox
ruby-fftw3
haskell-diff
csvimp
ocaml-obuild
libnet-twitter-lite-perl
deja-dup
fortunes-ga
vatnumber
libwww-shorten-5gp-perl
nedit
actdiag
postgresql-ocaml
node-sha
python-rtslib-fb
adcli
node-icss-utils
libgnatcoll
juffed
kolf
libmoosex-blessed-reconstruct-perl
openarena-textures
sagan-rules
searchmonkey
grsync
python-qinlingclient
ros-python-qt-binding
haskell-x11
ruby-omniauth-bitbucket
python-os-service-types
basic256
libparse-exuberantctags-perl
komi
ognl
php-horde-core
nutsqlite
golang-github-aws-aws-sdk-go
libsx
select-xface
qtltools
globus-gram-client-tools
golang-github-olekukonko-ts
wmmoonclock
gbdfed
apt-clone
python-netdisco
node-load-json-file
lyskom-server
fortunes-it
audtty
cadencii
gradle-plugin-protobuf
wildfly-client-config
cdecl
gkeyfile-sharp
python-stetl
htpdate
smplayer-themes
libqxp
node-regenerate
haskell-base-prelude
libprogress-any-perl
dh-lisp
libgd-graph-perl
minicoredumper
gcpegg
dnss
voctomix
vstream-client
kactivities-stats
tryton-modules-account-asset
libtext-recordparser-perl
passage
nagios4
libpar-dist-perl
intelhex
libsystem-sub-perl
social-auth-core
nim
kernsmooth
rhino
e-mem
nis
libdigest-bcrypt-perl
zfec
python-oauth2client
python-munch
r-bioc-pcamethods
node-component-emitter
ussp-push
kcompletion
libdata-clone-perl
missingh
r-cran-cliapp
eb
python-sushy
libarchive-any-create-perl
jimtcl
libterm-encoding-perl
pam-p11
libpod-elemental-transformer-list-perl
python-user-agents
docbook-slides-demo
libcatmandu-mods-perl
tvnamer
tz-converter
libcgi-session-serialize-yaml-perl
ghmm
tryton-modules-stock-inventory-location
puppet-lint
nik4
golang-github-puerkitobio-goquery
meep-openmpi
libgeo-ip-perl
nkf
kore
libjmac-java
r-cran-brew
php-net-dns2
libhtmlparser-java
libtools-logging-clojure
libexperimental-perl
comgt
pfqueue
haskell-microlens
haskell-mwc-random
lua-luv
scrypt
fortunes-debian-hints
libsort-versions-perl
libepubgen
doctrine
openni-sensor-primesense
django-assets
libyang
tagpy
libfits-java
billiard
librose-uri-perl
core-async-clojure
cdist
listadmin
jardiff
katarakt
rainbow
ttf-engadget
ruby-fssm
python-virtualenv
haskell-open-browser
stx2any
maven-ejb-plugin
libtext-microtemplate-perl
matchbox-desktop
aspectc++
nmh
nml
hoichess
curvesapi
sqlalchemy-i18n
golang-github-franela-goreq
golang-github-alecthomas-chroma
libisocodes
node-graphlibrary
lsdvd
libdbix-dbstag-perl
node-node-dir
fortunes-pl
xzoom
interimap
node-leaflet-hash
golang-github-openzipkin-zipkin-go
libmoe
haskell-vector-binary-instances
r-cran-wordcloud
nnn
htrace
ruby-rails-dom-testing
libmath-random-isaac-perl
balder2d
grok
python-mistral-lib
freesweep
gl2ps
camo
haskell-edison-api
django-anymail
ruby-addressable
powerline-gitstatus
frameworkintegration
kdenlive
php-net-socket
festvox-czech-machac
epylog
ruby-shoulda-context
2ping
mongo-cxx-driver-legacy
isync
node-srs
libplack-request-withencoding-perl
ruby-mtrc
thunar-archive-plugin
ruby-gettext-i18n-rails-js
timew
mairix
nip2
cl-ironclad
libmojolicious-perl
ruby-bootstrap-switch-rails
canu
ruby-unicode
presto
code2html
libnet-socks-perl
python-libtmux
node-builtin-modules
haskell-utf8-string
node-death
fortunes-ru
libconfig-merge-perl
npm
rephrase
docbook-website
festvox-kdlpc16k
iraf-mscred
libxres
liblxi
info-beamer
php-horde-service-weather
python-croniter
pbh5tools
nqc
r-cran-calibrate
tryton-modules-product-classification
icecream
tdiary-style-rd
cpputest
libproc-background-perl
libjifty-dbi-perl
nqp
libhtml-strip-perl
ns2
gtkwave
node-rollup-plugin-replace
libcairo-perl
srf
ruby-rubymail
libdancer-session-memcached-perl
node-growl
flamerobin
caps
grub-imageboot
libdatetime-format-strptime-perl
p0f
cl-uuid
libjson-pp-perl
python-agate-sql
libmoosex-singlearg-perl
libperlx-define-perl
mod-gearman
librdf-endpoint-perl
droopy
golang-github-danwakefield-fnmatch
vim-snippets
python-spectra
xdeb
python-padme
r-cran-yaml
ruby-spring
xserver-xorg-input-joystick
nsd
nsf
python-langdetect
python-testfixtures
php-horde-dav
liblockfile-simple-perl
sbt-ivy
jack-delay
editra
imexam
care
libpam-radius-auth
libwww-mechanize-gzip-perl
python-keyutils
libmodule-install-readmefrompod-perl
i2util
libcatalyst-plugin-session-state-cookie-perl
djoser
golang-github-alecthomas-kong
dune
node-url-to-options
fpgatools
parsinsert
golang-github-docker-spdystream
isa-support
python-imagesize
libconfig-ini-perl
pragha
libdkim
starjava-connect
golang-github-petar-gollrb
libhostfile-manager-perl
java-comment-preprocessor
libapache2-mod-auth-tkt
golang-github-vjeantet-grok
haskell-formatting
ps2eps
python-wheezy.template
libbraiding
haskell-call-stack
libgoocanvas2-perl
apertium-nno-nob
haskell-microstache
fonts-pecita
aspell
python-htmltmpl
python-oslo.concurrency
lme4
python-torctl
libtext-hunspell-perl
fastlink
ltris
libapache2-mod-rivet
pastewebkit
postgresql-plsh
rmatrix
whatweb
libchart-perl
opsin
nvi
kbuild
toilet
r-cran-quantmod
nestopia
libmarc-lint-perl
ruby-gettext-i18n-rails
libparser-mgc-perl
libhttp-server-simple-static-perl
haskell-aeson-extra
gsfonts-x11
dpuser
sombok
givaro
golang-github-pivotal-golang-clock
libkkc
gnu-standards
libjs-cssrelpreload
mt-st
haskell-web-routes-th
turbogears2-doc
git-timemachine
gajim-urlimagepreview
tetrinetx
libconst-fast-perl
libmpeg3
astroscrappy
libcatmandu-filestore-perl
lxlauncher
fortune-zh
higan
libset-object-perl
gadap
python-zc.customdoctests
ruby-jekyll-feed
ruby-webpack-rails
libref-util-perl
iniparser
fsm-el
rust-float-cmp
haskell-uri-bytestring
r-cran-permute
golang-github-jpillora-backoff
node-duplexer
libopenraw
r-cran-openxlsx
libtest-is-perl
pktstat
gr-fosphor
ruby-html2haml
memdump
python-gimmik
ipvsadm
nyx
octave-divand
po-debconf
tmperamental
libemail-mime-kit-perl
libxml-sax-writer-perl
geronimo-j2ee-connector-1.5-spec
apr
nzb
bzrtp
meta-unison
libsmpp34
libtest-perl-critic-perl
ruby-uuidtools
python-plac
qr-code-generator
libmojolicious-plugin-mailexception-perl
biber
golang-github-gobwas-glob
crosshurd
lucene++
xfce4-terminal
node-browserify-rsa
fonts-motoya-l-cedar
libwww-opensearch-perl
xdms
golang-github-dylanmei-iso8601
libcgi-application-plugin-formstate-perl
staden-io-lib
bobcat
libhtml-wikiconverter-markdown-perl
webrtc-audio-processing
golang-github-miekg-mmark
postfix-gld
kpat
gplanarity
aws-shell
fonts-gfs-solomos
golang-github-ccding-go-stun
ropemacs
pbbarcode
naspro-core
sbsigntool
golang-github-tmc-scp
wmcpu
maven-compiler-plugin
node-diff
python3-openid
libsignon-glib
libsnmp-info-perl
golang-github-gdamore-encoding
openntpd
tryton-modules-sale-opportunity
libreadline-java
libtext-csv-encoded-perl
xdot
libnjb
orthanc-dicomweb
haskell-gi-dbusmenu
rope
golang-github-audriusbutkevicius-go-nat-pmp
gnunet-fuse
up-imapproxy
golang-github-moul-http2curl
geronimo-validation-1.1-spec
flexpart
flexml
haskell-floatinghex
opensc
django-simple-redis-admin
haskell-digest
caja-rename
libwww-shorten-perl
fonts-firacode
node-map-cache
ngetty
netsend
vtgamma
gomoku.app
lptools
plexus-compiler
device-tree-compiler
ruby-sprockets-export
inputlirc
haskell-web-routes
pd-ext13
globus-gsi-proxy-core
sassphp
libfizmo
libsocket-getaddrinfo-perl
ifupdown-multi
r-cran-mixtools
snakemake
haskell-kan-extensions
rrootage
ruby-xmlhash
pyaes
node-tap
node-tar
nvidia-settings
pytest-openfiles
bolt-lmm
python-selenium
python-pytest-timeout
python-rfc3161ng
curry-base
libi18n-charset-perl
python-xstatic-d3
trac-sensitivetickets
fccexam
pd-pdogg
libcoap2
maven-processor-plugin
sxhkd
libcgi-untaint-date-perl
ruby-test-spec
node-d3-dsv
libtemplate-alloy-perl
libfile-sharedir-perl
imwheel
debocker
gr-air-modes
liblwpx-paranoidagent-perl
kremotecontrol
puppet-module-puppetlabs-vcsrepo
ocsinventory-agent
node-deep-eql
libanyevent-fork-perl
wsynth-dssi
php-phpspec-prophecy
libdist-zilla-plugin-repository-perl
ayatana-indicator-power
lua-markdown
firmware-free
ruby-omniauth-openid
libset-intspan-perl
ortp
cwidget
nototools
libcarp-datum-perl
httpbin
lua-rings
golang-ed25519-dev
haskell-string-conversions
libdumb
gdigi
ruby-openid
tsocks
php-horde-alarm
r-cran-magic
r-cran-tfmpvalue
libxml-validator-schema-perl
r-cran-pbdzmq
refmac-dictionary
r-cran-bigmemory
node-aproba
kakoune
libmoosex-types-path-tiny-perl
fonts-oflb-euterpe
u3-tool
endless-sky
golang-go-xdg
felix-gogo-shell
rust-rustc-version
dvbackup
qtwebsockets-opensource-src
gplots
ruby-unicode-display-width
mmc-utils
lua-discount
rust-sha2
lebiniou-data
poppassd
libmime-base64-urlsafe-perl
libosmosdr
ktp-auth-handler
camping
gnome-devel-docs
haskell-thyme
python-gevent
ros-geometric-shapes
gluas
gnome-extra-icons
ptunnel
odb
gnome-music
sphinx-issuetracker
haskell-regex-base
libnet-amazon-ec2-perl
mailtextbody
libhtml-formatexternal-perl
android-sdk-meta
node-eslint-plugin-html
ruby-simple-captcha2
libkf5pimcommon
libdist-zilla-plugin-prepender-perl
python-falcon
unsafe-fences
libconstant-generate-perl
snow
node-acorn-object-spread
movim
r-cran-paramhelpers
dmarc-cat
libpod-spell-perl
bison
gtk-chtheme
xfce4-notes-plugin
rust-itoa
ruby-paint
dosbox
gnome-font-viewer
ocamlwc
libtest-consistentversion-perl
libwnck
rust-rctree
golang-github-ivpusic-grpool
dl10n
node-starttls
ros-ros-environment
enki-aseba
pdf2djvu
tj3
haskell-conduit
streamlink
spock
libtree-r-perl
eclipselink-jpa-2.1-spec
vmdk-stream-converter
psignifit
canna-shion
node-simple-is
cutesdr
tsdecrypt
libsession-token-perl
fonts-anonymous-pro
golang-github-leemcloughlin-gofarmhash
libcss-compressor-perl
python-curtsies
ruby-narray-miss
libinput
ruby-nanotest
tdiary
libuninameslist
rabbitsign
codicefiscale
golang-github-golang-groupcache
php-doctrine-event-manager
libdbix-class-encodedcolumn-perl
node-generator-supported
fonts-nanum
libarray-intspan-perl
node-unicode-loose-match
node-string-decoder
netdiscover
varnish
dcm2niix
xvier
extrace
paexec
ksquares
gnome-paint
libperinci-sub-util-propertymodule-perl
libccp4
pgmodeler
libdata-messagepack-stream-perl
gkrellm-thinkbat
compass-susy-plugin
libextractor
cinnamon
logilab-constraint
pinfo
php-horde-stream-filter
keychain
dicelab
php-horde-service-urlshortener
asmail
libaudio-cd-perl
ruby-mab
kblocks
node-keypress
maven-jar-plugin
probalign
zivot
kppp
zope-common
clickhouse
conspy
python-django-otp
bibus
libmoosex-log-log4perl-perl
cl-ieee-floats
linum-relative
python-jsonrpc
libuvc
pybloomfiltermmap
lua-ldoc
dozzaqueux
libnet-upnp-perl
python-rcssmin
node-tmp
libdancer-session-cookie-perl
buffer
emacs-memoize
grokmirror
pdp
nautilus-share
comedilib
smb4k
rust-utf-8
xmlm
golang-github-jdkato-syllables
leveldb-sharp
node-rollup-plugin-string
libblocksruntime
puppet-module-keystone
foomatic-db-engine
tryton-modules-customs
tinymce
dita-ot
haskell-brainfuck
ddcutil
node-mississippi
sfnt2woff-zopfli
liblog-message-perl
libnfs
desktop-profiles
haskell-static-hash
python-retrying
libcode-tidyall-perl
mistral-dashboard
ruby-termios
python-lepl
libmath-prime-util-gmp-perl
maven-mapping
bomber
sparse
fonts-f500
keyboards-rg
haskell-haskell-src
fractgen
gdisk
libnet-ssh-perl
neutron-vpnaas
linuxlogo
python-certbot-dns-google
mopidy-beets
pdfarranger
passportjs-oauth
haskell-errors
dtkcore
python-sfml
transmission-el
qqc2-desktop-style
netbeans-cvsclient
consul
libfastutil-java
plexus-archiver
svgtune
libclass-virtual-perl
r-cran-rpostgresql
vmtouch
starjava-array
cbmc
libmodule-install-authorrequires-perl
php-doctrine-dbal
hydra-el
libqtpas
libclass-spiffy-perl
compartment
can-utils
starjava-task
bpython
haskell-pipes-parse
globus-gass-cache
libdatetime-format-rfc3339-perl
hamfax
fonts-crosextra-carlito
vmdebootstrap
python-crontab
r-cran-fastmatch
node-ebnf-parser
libnet
csmith
libdatetime-format-xsd-perl
ruby-cassiopee
jaxrs-api
ruby-instantiator
autoconf
golang-github-docker-go-units
libconfig-ini-reader-ordered-perl
libcrypt-generatepassword-perl
vim-autopep8
golang-github-gin-gonic-gin
libm4rie
libxml-semanticdiff-perl
opt
libx11-keyboard-perl
haskell-cracknum
libtext-simpletable-autowidth-perl
golang-github-huin-goupnp
colorize
ocaml-qtest
gist
cdftools
libextutils-xspp-perl
sphinx-autobuild
libstring-tt-perl
node-debug
python-plaster-pastedeploy
golang-github-restic-chunker
python-attrs
haskell-chell-quickcheck2
golang-github-facebookgo-subset
gitg
node-d3-force
librose-datetime-perl
android-tools
rust-hidapi-sys
nagios-plugins-rabbitmq
proxychains-ng
compton
django-organizations
meterec
pinot
libhttp-server-simple-cgi-prefork-perl
squashfuse
trimage
node-chai
granatier
node-gauge
libimdb-film-perl
python-django-compressor
php-horde-idna
libsigrok
sphinxcontrib-restbuilder
popup-el
ruby-graffiti
mkosi
haskell-opengl
libzonemaster-perl
libpoe-component-jabber-perl
osc
xprintidle
pacman4console
ioport
cwdaemon
ethstats
python-xstatic-filesaver
fonts-arphic-ukai
golang-github-fluent-fluent-logger-golang
python-pweave
python-et-xmlfile
haskell-dependent-sum
libmail-box-perl
wmsysmon
golang-github-containerd-go-runc
libcgi-session-driver-chi-perl
drbd-utils
avfs
gartoon
haskell-monoid-subclasses
otp
golang-github-cupcake-rdb
rust-quick-error
mrtrix
alfred
gnupod-tools
golang-github-rcrowley-go-metrics
liblastfm-java
xalan
python-xapian-haystack
rust-fwdansi
knewstuff
maven-invoker-plugin
node-deps-sort
docker-libkv
ruby-gruff
pygccxml
node-fs-readdir-recursive
libp11
golang-github-approvals-go-approval-tests
haskell-data-ordlist
ocaml-benchmark
golang-github-datadog-datadog-go
doctest
python-nids
trackballs
libcss-tiny-perl
xboxdrv
zita-bls1
libmason-plugin-cache-perl
libbot-basicbot-pluggable-perl
node-chownr
libclamav-client-perl
libxml-atom-owl-perl
golang-github-vitrun-qart
sphinxtrain
rust-ryu
madison-lite
haskell-servant-server
timemachine
python-jsonpath-rw
xfce4-mount-plugin
spamassassin-heatu
libneo4j-client
octave-symbolic
pinto
dnstop
pavucontrol-qt
libtest-xpath-perl
variantslib
haskell-vector-instances
mozjs60
erlang-asciideck
xerces-c
ocaml-gettext
comptty
avis
mayavi2
ripit
rust-newtype-derive
r-cran-tidyr
owx
libmikmod
logdata-anomaly-miner
libtest-lectrotest-perl
r-cran-afex
node-require-main-filename
libmessage-passing-amqp-perl
cube2
backbone-dirty.js
libapache2-mod-authn-sasl
node-path-root
libjs-rtcpeerconnection-shim
gnome-calculator
golang-github-vbatts-tar-split
user-setup
alttab
ruby-mpi
maude
python-dnsq
pg-dirtyread
libpdf-report-perl
htmlmin
node-has-cors
libgc
alacarte
sciplot
cl-fad
python-pika-pool
vte
python-rpaths
erlang-bitcask
rust-stable-deref-trait
libcgi-application-plugin-validaterm-perl
libtest-xml-perl
pidgin-lastfm
tkrplot
jquery-ui-touch-punch.js
libprotocol-http2-perl
dir2ogg
libxml-stream-perl
python-rply
tkmpeg
libnfnetlink
haskell-bytes
libcatalyst-view-excel-template-plus-perl
ledit
golang-github-circonus-labs-circonusllhist
libnetfilter-conntrack
trydiffoscope
libsass-python
libpri
python-kaitaistruct
tryton-server
ruby-omniauth-oauth2-generic
vulture
wordplay
clblas
libcommons-jexl3-java
libmime-encwords-perl
libx86
r-cran-phylobase
pykwalify
fonts-league-spartan
ruby-rails-assets-markdown-it-hashtag
nusoap
ruby-haml
libcue
vdpauinfo
golang-github-hashicorp-memberlist
libvar-pairs-perl
libapache-dbilogger-perl
blockui
fig2sxd
nagiosplugin
ffmpeg2theora
gtkam
cvsweb
cmake-fedora
ruby-omniauth-ldap
node-async
freecell-solver
golang-github-containerd-btrfs
librelative-perl
libtext-asciitable-perl
vim-ctrlp
lua-orbit
imagej
puppet-module-nanliu-staging
kfreebsd-10
rust-encoding-index-tradchinese
emacs-ctable
haskell-gtk-strut
libcommons-jexl2-java
trac-virtualticketpermissions
libgd-perl
epsilon
ko.tex-unfonts
golang-gopkg-alexcesaro-quotedprintable.v3
tircd
cheesecutter
dictzip-java
haskell-sockaddr
notify-sharp-3.0
wuzzah
libezmorph-java
r-cran-emoa
libclass-unload-perl
libprivileges-drop-perl
netplug
jboss-modules
php-horde-service-twitter
libclass-ooorno-perl
ksmtuned
libperl-destruct-level-perl
python-psycogreen
python-subunit2sql
fonts-gfs-bodoni-classic
zdbsp
libodb-qt
atomicparsley
emacs-jedi
rubiks
libjs-edit-area
docbook-xsl-saxon
tinymux
php-react-promise
weather-util
liblqr
liblocale-us-perl
haskell-monad-logger
ruby-diaspora-federation
pyssim
libequinox-osgi-java
haskell-haskell-gi-base
rsibreak
sfftobmp
zoom-player
mpi-defaults
mupen64plus-video-rice
cvsdelta
python-ghdiff
node-regenerator-runtime
liborigin2
libexif
xml-core
python-nine
libmediaart
django-simple-captcha
binwalk
libunix-configfile-perl
avra
node-sphericalmercator
ruby-test-unit-rr
golang-go.uber-zap
gjay
libdata-dumpxml-perl
libterm-query-perl
cscope
libxml-sax-expatxs-perl
avrp
amavisd-new
xosd
bgoffice
golang-github-aleksi-pointer
open-infrastructure-service-tools
haskell-mbox
ktp-text-ui
jmagick
libtest-mockrandom-perl
haskell-tls-session-manager
libaudiomask
toppler
libhtml-tagset-perl
lua-ansicolors
python-popcon
barnowl
node-lru-cache
dxsamples
ddupdate
libfile-copy-recursive-reduced-perl
swath
pagein
grml2usb
ndcube
funnyboat
libsoap-wsdl-perl
django-picklefield
xfonts-kappa20
gtamsanalyzer.app
trac-privatewiki
prometheus-alertmanager
net-luminis-build-plugin
fexoticoptions
haskell-lambdabot-social-plugins
haskell-boxes
theseus
zope.exceptions
ruby-jquery-scrollto-rails
ruby-jquery-rails
rust-wasm-bindgen-macro-support
libmoosex-types-varianttable-perl
libwx-glcanvas-perl
libanydata-perl
smalr
libglu
pal
qrencode
rdiff-backup-fs
pan
par
phast
encfs
ckport
ykclient
binaryen
libmodule-build-xsutil-perl
pax
pmix
node-cipher-base
cycfx2prog
ruby-parseconfig
libclass-whitehole-perl
context
python-shellescape
dh-perl6
fonts-inconsolata
oflib
ipykernel
rrep
sleuthkit
cal
libbio-das-lite-perl
telepathy-idle
haskell-wai-handler-launch
libstorj
pcc
mate-icon-theme
libtest-utf8-perl
node-cssstyle
dvhtool
suricata
mapbox-variant
jenkins-htmlunit-core-js
pcs
node-eslint-plugin-flowtype
tryton-modules-account-payment
rpy2-2.8
pg-stat-kcache
libmoosex-types-loadableclass-perl
fretsonfire
ruby-prawn-svg
golang-github-aliyun-aliyun-oss-go-sdk
pdd
gtkballs
pdl
killer
ifupdown2
cccc
cccd
python-pyftpdlib
libtest-subcalls-perl
gnudoq
ruby-rspec-logsplit
python-qcli
node-unicode-property-value-aliases-ecmascript
python-mod-pywebsocket
peg
sctk
libnet-jabber-perl
node-color-name
pem
pen
textql
libimobiledevice
android-platform-external-doclava
libur-perl
at-at-clojure
debmirror
pev
fonts-noto-color-emoji
desktopfolder
golang-github-bep-gitmap
libconfig-model-approx-perl
pylogsparser
golang-github-naoina-toml
libromana-perligata-perl
debian-lan-config
khmerconverter
libdist-checkconflicts-perl
jtreg
tendermint-go-events
pfm
udiskie
r-cran-emmeans
libfilesys-virtual-perl
sbt-template-resolver
powerdebug
fonts-lklug-sinhala
python-requests-oauthlib
libhtml-diff-perl
netgen-lvs
haskell-xmlhtml
ircmarkers
python-xvfbwrapper
rust-thread-id
haskell-uniplate
spglib
golang-github-golang-leveldb
node-fn-name
libxml-csv-perl
libparams-classify-perl
parallel
libhttp-browserdetect-perl
dictconv
golang-github-dchest-safefile
gadmin-bind
golang-github-dropbox-dropbox-sdk-go-unofficial
covered
libclass-std-fast-perl
darkcold-gtk-theme
lxqt-build-tools
upslug2
node-strip-ansi
apertium-dan-nor
haskell-ekg-json
cl-trivial-backtrace
highlighting-kate
pytest-cython
kismet
haskell-ini
trayer
prime-phylo
rust-iso8601
alabaster
ruby-rpam-ruby19
libsdl2-net
haskell-load-env
libmodule-metadata-perl
tryton-modules-account-deposit
mauve
pk4
kanatest
haskell-quickcheck-text
dumpet
jpeginfo
node-umd
clhep
r-cran-snowballc
netty-tcnative
golang-github-mitchellh-go-ps
libnet-oauth2-perl
libmath-sparsevector-perl
libretro-core-info
dput
danmaq
libws-commons-util-java
libbiblio-endnotestyle-perl
r-cran-amelia
gopher
mimeo
libminion-perl
node-is-primitive
python-dmidecode
gnome-gmail
r-cran-sjplot
rust-libudev-sys
mercurial-keyring
editorconfig-core-py
pam-geoip
cl-ftp
ruby-image-science
cjose
knocker
jinja2
libtest-more-utf8-perl
libcgi-expand-perl
erlang-horse
golang-github-labstack-echo.v2
ruby-rails-assets-jquery.slimscroll
magic-wormhole-mailbox-server
rust-lazycell
pcg-cpp
plm
python-certbot-dns-dnsimple
qmmp
winwrangler
r-bioc-impute
golang-github-mkrautz-goar
kdewebkit
libsearch-gin-perl
golang-github-qor-inflection
moosic
kalternatives
globus-common
libperlio-via-symlink-perl
pms
piglit
libio-multiplex-perl
pmw
loadlin
spectools
torch3
airlift-slice
live-manual
scriptaculous
antlr-maven-plugin
gifshuffle
r-cran-pbmcapply
packagesearch
ntopng
libmousex-strictconstructor-perl
r-cran-ddalpha
r-cran-solrium
groff
mp3roaster
libkf5calendarsupport
fcitx-skk
vimish-fold
lwatch
ruby-nfc
syslog-summary
libcatalyst-plugin-authorization-roles-perl
libmarc-file-mij-perl
catcodec
libpoe-component-client-keepalive-perl
r-cran-elliptic
markdown-mode
rust-termion
wikitrans
glslang
werken.xpath
liblexical-underscore-perl
jdim
ruby-xmlrpc
apertium-nno
libio-prompter-perl
kup
poa
libaudio-wma-perl
tendermint-go-flowrate
node-url
fslint
irssi-scripts
origami
libclass-trait-perl
apertium-nob
node-css-what
away
rust-safemem
mussort
compiz-plugins-experimental
yagiuda
sddm-kcm
usbtop
tryton-client
node-use
ebview
kapman
r-cran-processx
gthumb
gnome-shell-extension-hide-activities
ppp
ruby-hamlit
libplack-middleware-logany-perl
keyrings.alt
libjcode-pm-perl
emacs-tablist
ebook-speaker
gtk3-nocsd
kshutdown
libbiblio-citation-parser-perl
libnet-snmp-perl
node-read-only-stream
haskell-binary-conduit
mkelfimage
leela-zero
cairocffi
tryton-modules-sale-promotion
pd-iemambi
email2trac
renattach
python-socketio-client
animal-sniffer
node-babel-plugin-transform-builtin-extend
osmo-trx
gnome-twitch
dcraw
oggfwd
libgadu
haskell-hjsmin
xdg-desktop-portal-gtk
node-xdg-basedir
haskell-ghc-paths
autorenamer
golang-gopkg-eapache-go-resiliency.v1
gplcver
vdr-plugin-osdteletext
webhook
xteddy
snap-aligner
golang-golang-x-oauth2
prt
git-build-recipe
pry
node-split2
aioxmlrpc
libclipboard-perl
gcompris-qt
python-peak.rules
libdist-metadata-perl
festvox-kallpc16k
super
jansi-native
ruby-deep-merge
libio-prompt-tiny-perl
r-cran-extradistr
xtide-data
haskell-syb-with-class
haskell-uuid
libconvert-ascii-armour-perl
psi
edict
sniffles
telepathy-salut
haskell-optparse-simple
meteo-qt
ruby-serverspec
node-exit
rakudo
libpostscript-file-perl
gexec
termbox
kdegraphics-thumbnailers
pd-purest-json
properties-maven-plugin
comitup
fusesmb
classified-ads
haskell-persistable-types-hdbc-pg
libfile-mimeinfo-perl
golang-github-ajg-form
pytest-xvfb
nautilus-wipe
pyscard
libstring-flogger-perl
libclass-method-modifiers-perl
netkit-rusers
r-cran-googlevis
flang
stockpile-clojure
bedtools
vnc4
iotop
mialmpick
openvpn-auth-ldap
puf
php-net-sieve
jsch
libmnemonicsetter-java
gtranscribe
eclipse-debian-helper
retext
node-rbush
libxau
golang-github-hashicorp-go-cleanhttp
rp-pppoe
octave-quaternion
php-zend-code
r-bioc-genomicranges
shim-helpers-amd64-signed
eyebrowse-el
slicot
psycopg2
shelltestrunner
node-redent
node-unicode-property-value-aliases
xmlbeans-maven-plugin
libev-perl
python-biopython
lostirc
akonadi-import-wizard
r-cran-irace
kover
restrictedpython
libax25
acpi-support
wavbreaker
node-pkg-up
olpc-kbdshim
sgml2x
cloudpickle
ruby-parser
libxml-xpath-perl
libpfm4
yorick-ygsl
knockpy
pd-mapping
company-mode
kboot-utils
weirdx
pam-pkcs11
django-q
libdbix-class-schema-loader-perl
gnome-maps
eccodes
r-cran-spam
libdpkg-parse-perl
golang-github-kisielk-sqlstruct
node-optionator
mimetic
mednafen
python-jack-client
sagemath-database-elliptic-curves
libtools-macro-clojure
gammapy
debian-el
haskell-web-routes-boomerang
berkeley-express
ruby-typhoeus
libtest-file-sharedir-perl
mednaffe
r-cran-medadherence
libgtksourceviewmm
cd-discid
abyss
pydoctor
parser-mysql
python-ipaddress
python-testscenarios
nfft
plink
ganyremote
phppgadmin
libjung-free-java
ptyprocess
pyp
lombok
ruby-declarative-option
libcpan-perl-releases-perl
python-hdmedians
golang-github-oleiade-reflections
kolourpaint
ibus-kkc
libpagemaker
libticonv
dbus-sharp-glib
smtpprox
node-xmldom
haskell-data-inttrie
libauthen-oath-perl
python-django-shorturls
flufl.enum
rust-maxminddb
ruby-test-declarative
libgtkdatabox
webalizer
libkf5libkleo
aiocoap
libcatalyst-view-petal-perl
libdata-formvalidator-constraints-datetime-perl
r-cran-mapdata
segemehl
kscreenlocker
ps-watcher
stringencoders
libapache2-mod-auth-plain
debsums
virt-top
aes2501-wy
gnome-mastermind
haskell-chart-cairo
gmerlin-avdecoder
libio-bufferedselect-perl
golang-github-shirou-gopsutil
ccze
cnvkit
haskell-cabal-doctest
node-css-selector-tokenizer
gtk2-engines-cleanice
ninvaders
node-global-modules
nftlb
golang-github-fsouza-go-dockerclient
ace-popup-menu
vulkan-tools
haskell-psqueues
python-vagrant
node-klaw
libnitrokey
wmcalclock
libshell-command-perl
python-exconsole
python-xstatic-angular-mock
hisat2
sortmail
ruby-hpricot
honeysql-clojure
node-through2
dicomnifti
tempest
ruby-minimization
cdk
mhash
shhmsg
renrot
libgstreamer1-perl
libcgi-application-plugin-actiondispatch-perl
apgdiff
bjsonrpc
pidgin-privacy-please
clonalframe
node-columnify
r-bioc-biobase
citation-style-language-locales
django-model-utils
sugar-read-activity
blueman
bitstruct
python-yaswfp
php-random-compat
xfpt
dict-devil
krdc
unmass
libverilog-perl
prismatic-plumbing-clojure
node-sourcemap-codec
flake
bitlbee-facebook
bidiv
libsys-hostip-perl
tryton-modules-account
flam3
pyalsaaudio
logapp
xxhash
dds2tar
ruby-creole
libbencode-perl
deepin-movie-reborn
node-json-stringify-safe
libfile-pid-perl
libdata-structure-util-perl
ruby-simplecov
kparts
berusky2-data
node-ua-parser-js
php-horde-kolab-server
libgtextutils
node-cloneable-readable
php-horde-browser
gobuster
libfile-listing-perl
xserver-xorg-video-mach64
gnome-shell-extension-dash-to-panel
krfb
libmad
libapp-options-perl
alljoyn-thin-client-1504
libtest-kwalitee-perl
s3ql
python-termcolor
alljoyn-thin-client-1509
media-player-info
libtext-csv-perl
festvox-us-slt-hts
autokey
haskell-yesod-auth-hashdb
apt-dpkg-ref
node-crypto-cacerts
exifprobe
flamp
camlbz2
golang-github-tealeg-xlsx
sslstrip
haskell-binary-parsers
altos
golang-github-chaseadamsio-goorgeous
libhtml-element-extended-perl
burgerspace
avr-evtd
liblouisxml
radiant
python-netsyslog
libmodule-runtime-conflicts-perl
transcalc
libexcel-template-plus-perl
ispell-czech
pgaudit
java-jmx-clojure
pycha
fcitx-fullwidthchar-enhance
empire-lafe
eq10q
libpoe-component-sslify-perl
node-cached-path-relative
node-d3-drag
node-d3-axis
vdr-plugin-xine
libpoe-test-loops-perl
bind-dyndb-ldap
golang-gopkg-bufio.v1
libclone-perl
fast-histogram
ruby-test-unit-context
vdk2
golang-pault-go-config
libdist-zilla-plugin-installguide-perl
jmapviewer
kteatime
libperlx-maybe-xs-perl
nm-tray
ruby-mono-logger
gr-limesdr
rsem
puppet-module-octavia
haskell-cipher-rc4
preprepare
ispell-et
sympathy
complexity
golang-github-dghubble-sling
fonts-babelstone-modern
activemq
libspreadsheet-parsexlsx-perl
libgcr410
myspell-fa
libtie-array-iterable-perl
libasa-perl
dlt-daemon
libtree-redblack-perl
python-tosca-parser
qct
libhibernate-commons-annotations-java
ifrench
t2html
xmakemol
automake-1.15
apertium-oci
ssdeep
r-cran-git2r
tryton-modules-purchase
libcatalyst-plugin-cache-store-fastmmap-perl
pavucontrol
node-domain-browser
cdbs
plexus-io
kanagram
iirish
nemo-fileroller
libxml-parser-lite-perl
nanopass-framework-scheme
sugar-datastore
mikmatch
fountain-mode
ftnchek
ruby-rack-piwik
cdcd
libopenusb
open-adventure
node-path-is-absolute
cdck
racon
mod-gnutls
zenlisp
shorewall-init
hebcal
fonts-telu
fonts-lohit-orya
xvkbd
haskell-diagrams-cairo
python-freecontact
canid
cfitsio
libapp-cmd-plugin-prompt-perl
libcgi-application-plugin-dbiprofile-perl
pd-zexy
cdde
flasm
haskell-charset
raincat
myspell-hy
ruby-compat-resource
ruby-erubi
ruby-kramdown-rfc2629
uc-echo
ruby-kubeclient
plexus-velocity
libsub-name-perl
tyxml
gnome-usage
gajim-appindicatorintegration
libparse-mime-perl
r-cran-bibtex
python-html2text
orthanc
libheap-perl
qgo
info2man
binplist
kgamma5
libdispatch-class-perl
pd-puremapping
lojban-common
haskell-irc
sigviewer
rust-slog
librole-hasmessage-perl
zict
deepin-image-viewer
ebook-tools
lockout
accerciser
node-connect
haskell-store-core
gap-tomlib
haskell-memory
toga2
libodb-sqlite
haskell-harp
node-lodash-reescape
krop
previsat
kcalc
mmorph
haskell-zeromq4-haskell
health-check
r-cran-spatial
node-vlq
php-respect-validation
golang-github-julienschmidt-httprouter
qiv
golang-github-hailocab-go-hostpool
xmlcopyeditor
libxmltok
libuninum
quickroute-gps
glide
node-type-check
libxcomposite
chasen
libdate-jd-perl
versioneer-clojure
mtree-netbsd
cpufrequtils
sshtunnel
node-uglifyjs-webpack-plugin
globus-openssl-module
libconfig-std-perl
jqapi
tabble
golang-github-elazarl-goproxy
discosnp
rust-syntex-errors
bluemon
clalsadrv
tourney-manager
libpdf-create-perl
python-cryptography-vectors
golang-gomega
barman
usbguard
python-pager
pylint-celery
norwegian
libdbix-class-schema-config-perl
jeex
egctl
freealchemist
archipel-core
diff-hl-el
libdatetime-format-sqlite-perl
php-email-validator
gnome-sound-recorder
lsyncd
hg-git
libweasel-widgets-dojo-perl
adwaita-icon-theme
node-normalize-package-data
libandroid-json-org-java
apertium-kaz-tat
libtemplate-plugin-cycle-perl
macfanctld
puppetlabs-http-client-clojure
modsecurity
node-is-number
lookup-el
node-reserved
libdbix-sequence-perl
nlkt
haskell-descriptive
cronic
qmc
cxxtest
golang-github-gregjones-httpcache
libcrypt-openssl-dsa-perl
haskell-control-monad-free
libdist-zilla-localetextdomain-perl
pari-seadata
date
eblook
libsms-send-perl
gnome-shell-mailnag
python-catcher
libperl5i-perl
libcbor
fcitx-hangul
taglibs-standard
openarena-085-data
golang-goptlib
progress
perl4caml
alkimia
golang-golang-x-time
ruby-fakeredis
haskell-pretty-simple
nss-mdns
logidee-tools
jedit
ruby-rails-assets-jquery-placeholder
dvbstreamer
pd-py
odb-api
liblayout
libgo-perl
model-builder
vlock
python-depinfo
eyes.js
perl-cross-debian
hitori
rus-ispell
python-debtcollector
pdfsam
selinux-basics
libunicode-casefold-perl
haskell-idna
libmail-pop3client-perl
xsettingsd
myspell-sk
libsql-abstract-more-perl
python-scrapy
libmoosex-types-uri-perl
r-cran-bindrcpp
qps
myspell-sq
statnews
haskell-heterocephalus
python-bitbucket
node-node-localstorage
commons-parent
node-ansi-styles
haskell-asn1-parse
fonts-isabella
gcin-voice
python-tornado
dnsviz
libfixposix
libx11-protocol-other-perl
aspell-tl
voikko-fi
inform6-compiler
more-itertools
hspell-gui
libhx
haskell-gi-gobject
libmsoffice-word-html-writer-perl
node-sdp-jingle-json
libmodule-package-perl
milib
bbdb3
clj-http-clojure
rcpp
cdpr
r-cran-clipr
wordwarvi
pgn-extract
popa3d
libcrypt-dsa-perl
samizdat
org-mode
man-db
libscalar-listify-perl
jvyamlb
qrq
python-xstatic-angular-fileupload
ruby-rchardet
golang-github-go-ini-ini
node-d3-geo
qstopmotion
stringtemplate4
haskell-icalendar
libmatemixer
python-django-csp
ocaml-visitors
libdbix-class-uuidcolumns-perl
galera-3
cloudprint
kazoo
libtest-rdf-doap-version-perl
qsf
libwiki-toolkit-plugin-json-perl
axel
zeitgeist-explorer
libnzb
pylibravatar
jamnntpd
libdevice-usb-perl
haskell-yesod-persistent
brightd
node-invariant
libhomfly
rust-markup5ever
ttysnoop
perlindex
enscribe
globus-callout
skstream
python-zenoss
fonts-vlgothic
libace-perl
php-horde-service-gravatar
ruby-odbc
g810-led
haskell-old-time
mopidy-alsamixer
apscheduler
qtm
ruby-ole
ocamldsort
pax-utils
lincity
mygui
libnetfilter-cthelper
netcdf-cxx
node-get-stdin
plexus-i18n
ncbi-seg
libpackage-variant-perl
ruby-symboltable
ip4r
kalzium
node-sink-test
clamav
ruby-term-ansicolor
libnet-cups-perl
fische
libmime-lite-perl
node-immediate
node-path-browserify
flask-assets
aiohttp-jinja2
libdatetime-timezone-perl
pipsi
hungry-delete-el
libtwitter-api-perl
python-zeroconf
node-argv
perl-tk
python-thriftpy
libauthen-ntlm-perl
quota
micro-httpd
llgal
rrdcollect
cp2k
haskell-system-filepath
python-deprecation
lavacli
aspell-ar-large
jscropperui
xmltooling
zziplib
qwo
r-cran-dendextend
lua-nginx-redis-connector
freedink-data
node-webfinger
haskell-gtk-traymanager
ntl
r-cran-lexrankr
golang-github-cbroglie-mapstructure
drbl
sortmerna
libtap-parser-sourcehandler-pgtap-perl
r-cran-assertthat
josm
librsync
qxw
hylafax
libcarp-clan-share-perl
adequate
re2
ocaml-sha
libwordnet-querydata-perl
libberkeleydb-perl
python-hacking
haskell-persistable-record
libdbix-class-tree-nestedset-perl
mkdocs-bootstrap
libnet-twitter-perl
sharness
libexpect-simple-perl
mate-terminal
rust-libmount
tess
libunicode-linebreak-perl
powa-archivist
python-xstatic-jquery-migrate
libasr
aplpy
cvector
subnetcalc
gtools
beast-mcmc
acepack
sispmctl
yelp-xsl
libemail-localdelivery-perl
ruby-org
ruby-rubypants
libtest-strict-perl
portlet-api-2.0-spec
ruby-hangouts-chat
libdevel-size-perl
globus-gridftp-server
pymecavideo
curry-libs
ruby-em-redis
node-irregular-plurals
ssmping
puppet-module-heat
lua-cyrussasl
php-doctrine-data-fixtures
r-bioc-ensembldb
defendguin
node-wcwidth.js
phpunit-version
libacme-brainfck-perl
libtaint-runtime-perl
python-activipy
specutils
libdata-dumper-simple-perl
xfonts-traditional
libast
php-fpdf
libhtp
libmath-gsl-perl
ruby-tdiff
excalibur-logger
node-d3-dispatch
ruby-rails-assets-autosize
ukui-indicators
libnet-ipv6addr-perl
chess.app
pygtkspellcheck
r-cran-formatr
axmlrpc
fonttools
golang-github-gorilla-securecookie
libhttp-request-ascgi-perl
ziproxy
phpunit-recursion-context
libplack-middleware-session-perl
kscd
bsdgames
fping
node-browserify-sign
python-blazarclient
drbd-doc
copyq
kildclient
haskell-uri-encode
libjgrapht0.8-java
golang-github-remeh-sizedwaitgroup
vacation
xpuzzles
fonts-gfs-gazis
ruby-thinking-sphinx
rust-pangocairo-sys
asciio
python-outcome
prolix
fonts-baekmuk
gfs2-utils
libdisplaymigration
libsnmp-multi-perl
ruby-statsd
libjorbis-java
browser-request
python-bcrypt
mando
libconfig-model-dpkg-perl
libfreemarker-java
libdevel-overrideglobalrequire-perl
psmisc
vlc-plugin-vlsub
requirejs-text
node-find-cache-dir
wmfsm
node-yajsml
festlex-poslex
garli
haskell-attoparsec-iso8601
haskell-quickcheck-unicode
python-asgiref
goldeneye
floatbg
newsboat
libmodule-install-autolicense-perl
rtax
python-xopen
flameshot
openfortivpn
qdacco
vim-syntastic
alljoyn-thin-client-1604
kiconthemes
php-robmorgan-phinx
r-cran-pwt8
r-cran-pwt9
colpack
eot-utils
wmgtemp
libxml-java
libio-socket-timeout-perl
castxml
libauthen-simple-dbi-perl
libtest-mock-redis-perl
approx
jsonlint
haskell-these
golang-github-cloudflare-go-metrics
rust-ripgrep
octave-strings
fonts-hack
plexus-utils2
golang-github-d2g-dhcp4client
logback
dh-elpa
libdata-serializer-sereal-perl
libextutils-cbuilder-perl
sdl-net1.2
golang-github-odeke-em-cache
byzanz
dadadodo
enscript
apertium-swe-dan
libpoe-filter-xml-perl
libodfgen
r-cran-libcoin
responses
phpunit-dbunit
shanty
superlu-dist
ruby-poltergeist
fonts-sil-gentium-basic
libwiki-toolkit-formatter-usemod-perl
aewm++-goodies
urlscan
libarchive-ar-perl
camlzip
parsley-clojure
pktanon
python-geohash
node-execa
plasma-browser-integration
dateutils
create-resources
ariba
lefse
golang-github-glycerine-go-unsnap-stream
heroes-data
hbci4java
parole
libhttp-dav-perl
libshairport
node-defaults
ratchet-rfc6455
python-soappy
apertium-hbs-slv
ruby-fog-vmfusion
mobile-atlas-creator
debian-security-support
rcm
ayatana-indicator-session
aegean
fonts-comfortaa
rcs
xfce4-wavelan-plugin
python-pyalsa
octave-dicom
golang-github-cznic-zappy
haskell-hxt-charproperties
libmath-calculus-newtonraphson-perl
libcache-memcached-getparserxs-perl
dictdlib
libapache-mod-encoding
libxrd-parser-perl
xfsprogs
sslsplit
puppet-module-camptocamp-openssl
whiteboard
xsettings-kde
golang-github-hillu-go-yara
golang-github-markbates-goth
radon
zita-alsa-pcmi
treil
libapache2-mod-authnz-external
pyqwt5
wikipedia2text
ree
nocache
tryton-modules-product-cost-history
libhtml-display-perl
ruby-gitlab-sidekiq-fetcher
clawsker
libhtml-wikiconverter-wikkawiki-perl
acpi-call
golang-github-klauspost-pgzip
haskell-onetuple
cajun
rex
soundmodem
ntpstat
deepin-screenshot
ocamlify
reactphp-event-loop
minisat+
hddtemp
clonalframeml
fonty-rg
inotifyx
dpkg-dev-el
ruby-eventmachine
libjs-jquery-file-upload
liblist-objects-withutils-perl
convmv
xfce4-eyes-plugin
libmath-derivative-perl
afl-cov
termineter
libhtml-html5-writer-perl
matchbox-common
unar
gliv
disorderfs
haskell-skylighting-core
python-jsonrpc2
libdmx
i810switch
kwayland-integration
ftpgrab
tabbar-el
haskell-cassava
golang-github-tcnksm-go-gitconfig
libperl6-slurp-perl
licensecheck
unrtf
rquantlib
libjloda-java
readseq
node-websocket
golang-github-urfave-cli
ui-auto
libnetwork-ipv4addr-perl
node-clean-yaml-object
unicon
node-fined
libgetopt-argvfile-perl
osmium-tool
adonthell-data
hexter
vbackup
qxmpp
node-catty
fpga-icestorm
cxxtools
sword-comm-tdavid
rig
simba
envstore
rio
hibiscus
libaacs
pydecorate
golang-github-google-subcommands
node-browser-pack
manila-ui
libdata-treedumper-renderer-gtk-perl
carettah
mountpy
libjs-objectpath
python-pmw
otags
node-sha.js
tuned
mupen64plus-video-glide64mk2
sgml-data
binutils-xtensa-lx106
node-arr-union
biomaj3-core
golang-github-msteinert-pam
python-buzhug
python-oslo.reports
soapyairspy
python-jenkins
cl-contextl
python-pkgconfig
bubbros
node-ajv-keywords
python-schedutils
ruby-multipart-parser
node-vinyl-sourcemaps-apply
golang-github-emicklei-go-restful
qtdbusextended
radvd
logtools
python-krbv
r-cran-timedate
fcitx-chewing
ruby-pdf-core
liblog-dispatchouli-perl
golang-github-cloudflare-redoctober
bioperl-run
heroes-sound-effects
php-horde-text-diff
golang-bazil-fuse
cliquer
node-simplesmtp
libdist-zilla-plugin-run-perl
rust-hashbrown
xmlrpc-c
yakuake
libjsr305-java
fretsonfire-songs-muldjord
libmoox-role-logger-perl
ruby-neovim
libtext-ngrams-perl
ruby-romkan
patator
node-is-plain-object
node-unicode-match-property-ecmascript
golang-github-danverbraganza-varcaser
libpod-eventual-perl
xblast-tnt-sounds
libcache-fastmmap-perl
python-launchpadlib
pgloader
libjchart2d-java
libjavascript-rpc-perl
erlang-proper
cookiecutter
prerex
python-sievelib
libbultitude-clojure
ldtp
liblwp-protocol-https-perl
spinner
algobox
pycode-browser
nekohtml
makedumpfile
php-gettext
php-doctrine-reflection
r-cran-munsell
lgeneral
ispell-tl
tryton-modules-account-invoice-history
libtest-html-content-perl
python-rencode
teensy-loader-cli
fonts-arphic-bsmi00lp
empire
ayatana-ido
nvptx-tools
node-asap
ceni
webapps-metainfo
apertium-pol
node-has-flag
liblog-loglite-perl
ruby-googleauth
postbooks-updater
libimgscalr-java
encuentro
spice-protocol
libeval-linenumbers-perl
libplack-test-anyevent-perl
rpl
biogenesis
fonts-arphic-uming
cl-fiveam
sgml-base-doc
yelp-tools
rastertosag-gdi
svgsalamander
nmon
libmoosex-attributeshortcuts-perl
mame
dans-gdal-scripts
ruby-timfel-krb5-auth
libfilter-eof-perl
rust-ar
libxml-generator-perl
golang-gopkg-mgo.v2
wmget
node-preserve
erlang-p1-stun
mercurial-buildpackage
etsf-io
rsymphony
ffproxy
inetsim
simhash
fonts-babelstone-han
ruby-table-print
libimage-info-perl
libnet-github-perl
connectome-workbench
rust-syscallz
uwsgi-plugin-mongo
gengetopt
haskell-colour
smemstat
twitter-bootstrap3
qgit
django-testproject
pachi
libmodule-scandeps-perl
gamazons
m17n-db
suricata-update
paraview
stymulator
golang-github-thomsonreuterseikon-go-ntlm
deheader
r-cran-raster
rubyluabridge
moka-icon-theme
bcron
imvirt
lgeneral-data
pyvows
t2n
minetest-mod-character-creator
node-bowser
node-mdn-data
rust-winapi
haskell-zip-archive
rtv
libdanga-socket-perl
dialign-t
libhttp-lite-perl
bomstrip
fonts-roboto-slab
tao-pegtl
ruby-prof
minetest-mod-pycraft
libfakekey
r-bioc-keggrest
tack
haskell-vault
apertium-fr-es
libstring-similarity-perl
r-cran-geosphere
libtext-hogan-perl
t50
python-cddb
octave-econometrics
golang-github-lunixbochs-vtclean
node-widest-line
node-to-regex
ros-pluginlib
haskell-extra
python-pretend
ruby-po-to-json
haskell-crypto-cipher-types
libuuid-urandom-perl
gtkspellmm
python-click-plugins
node-console-control-strings
golang-github-muesli-smartcrop
node-url-loader
ruby-cucumber-wire
gnome-desktop-testing
ccbuild
elkcode
libdate-range-perl
r-cran-rjson
swedish
sphinxtesters
r-cran-modelr
chromimpute
ruby-pathname2
zope.publisher
bchunk
xserver-xorg-video-sisusb
ruby-slim
vim-scripts
python-multidict
m-buffer-el
xf86-input-xwiimote
r-cran-epir
gtk-im-libthai
libfile-finder-perl
shorewall-lite
r-cran-sourcetools
rnetclient
emacs-powerline
libclass-factory-perl
unscd
r-cran-sessioninfo
links2
libstruct-compare-perl
ruby-locale
libsyntax-keyword-gather-perl
minetest-mod-basic-materials
libdbm-deep-perl
libdist-zilla-util-configdumper-perl
libcatalyst-plugin-subrequest-perl
r-cran-futile.options
libjs-mousetrap
libaopalliance-java
cewl
libpg-perl
entropybroker
pd-mediasettings
im-config
libapp-cpants-lint-perl
php-horde-sesha
starvoyager
libxi
python-socksipychain
libtest-pod-perl
libtest-mockdbi-perl
libmoosex-multimethods-perl
node-compare-versions
libanyevent-fcgi-perl
ejabberd
mapsforge
libmoosex-followpbp-perl
libgraphics-colorobject-perl
jftp
moon-lander
node-coffeeify
python-logfury
legit
libforks-perl
libschedule-at-perl
libsort-fields-perl
dosage
pkg-config
python-qrcode
node-asn1
courier-unicode
golang-gopkg-jarcoal-httpmock.v1
s3curl
herelib
pacpl
django-sitetree
editmoin
paxctl
deepin-shortcut-viewer
node-lexical-scope
r-cran-pbapply
libaccessors-perl
libtickit
librole-tiny-perl
gasic
pentium-builder
tegaki-zinnia-japanese
tdbcodbc
libdist-zilla-plugin-config-git-perl
pynac
rust-futures-cpupool
globus-gram-job-manager-callout-error
kate4
gdmap
xmorph
ceferino
jameica-datasource
python-backports.csv
baycomepp
fox1.6
ruby-slop
mariadb-connector-java
freehep-util
easyconf
hfsutils
golang-github-hlandau-goutils
libvldocking-java
asused
haskell-dyre
scite
libnanomsg-raw-perl
schedule
tali
netkit-ntalk
haskell-cpu
opticalraytracer
qtspell
rust-try-lock
openarena-oacmp1
python-scciclient
qt5ct
node-util
haskell-transformers-compat
empire-hub
python-proliantutils
node-errno
vim-tabular
bytes-circle
python-requestbuilder
socnetv
scram
rsyntaxtextarea
libiri-perl
network-manager-openvpn
ruby-rblineprof
sra-sdk
python-sphinxcontrib.plantuml
fvwm-crystal
django-markupfield
colors.js
ruby-foreman
golang-github-docker-go-events
jsemver
ocaml-getopt
ganglia-modules-linux
jcsp
node-glob-stream
libapache2-mod-auth-openidc
python-furl
jblas
gman
r-cran-pracma
tang
libhook-wrapsub-perl
tryton-modules-account-payment-sepa
libiec61883
kmplayer
node-cookie-jar
freevial
photutils
xnec2c
libmath-mpfr-perl
fsprotect
ocaml-gavl
libtins
mail-expire
libpgp-sign-perl
cjet
newmail
webdeploy
rust-stdweb-internal-runtime
golang-gopkg-inf.v0
gnuchess-book
m2vrequantiser
qmail-run
nomacs
golang-github-nebulouslabs-merkletree
golang-speter-go-exp-math-dec-inf
astronomical-almanac
quantlib-refman-html
codetools
python-barbicanclient
ruby-snorlax
libtext-quoted-perl
sac
libwebservice-solr-perl
profanity
grcompiler
ruby-validate-url
libextutils-helpers-perl
golang-github-urfave-negroni
gimp-dcraw
libkf5kmahjongg
msktutil
jython
libnet-ldap-server-test-perl
ilmbase
python-django-celery-beat
rust-xi-unicode
libmail-dkim-perl
node-astw
libxs
faceup
liblog-fast-perl
sbd
libvi-quickfix-perl
libbtbb
arc-gui-clients
rust-md5
filters
gnome-shell-extension-caffeine
libdesktop-notify-perl
python-consul
kmidimon
haskell-chasingbottoms
haskell-multimap
node-resolve-from
tkgate
puppet-module-openstacklib
r-cran-shinydashboard
aptitude
node-knockout-transformations
compass-slickmap-plugin
a2jmidid
libcoy-perl
tart
scm
jack-tools
golang-github-azure-go-ansiterm
setcolortemperature
dnsproxy
chemtool
commons-pool
sdb
asciidoc
golang-github-blevesearch-segment
sdf
regexxer
invokebinder
itsol
r-omegahat-xmlrpc
haskell-monad-loops
r-cran-treespace
gregmisc
ganglia-web
r-cran-surveillance
sec
node-browserify-lite
pasystray
librdf-ns-perl
ruby-celluloid-extras
libcommons-validator-java
postorius
libauthen-captcha-perl
sen
golang-github-hashicorp-scada-client
libconvert-color-perl
php-doctrine-persistence
node-multimatch
ruby-naught
initz
python-rednose
chemeq
haskell-libmpd
pangzero
minetest-mod-unifieddyes
sffview
libxml-handler-composer-perl
django-auto-one-to-one
libclass-dbi-plugin-perl
poliastro
minidb
golang-github-docker-go-connections
parchive
libterm-ui-perl
libio-async-loop-glib-perl
php-elisp
stenc
rust-number-prefix
libstrophe
sga
pam-wrapper
fteproxy
rt-extension-calendar
globus-xio
randomsound
python-pyramid-zcml
openexr-viewers
spread-sheet-widget
navi2ch
publican-debian
nemo-python
ruby-turbolinks-source
libgearman-client-perl
trapperkeeper-clojure
ruby-acts-as-list
guymager
ibus-libthai
jsmath-fonts
aseqjoy
python-keepalive
spkproxy
shc
nose-el
rtags
astroid2
c3
django-redis
tuxfootball
libcgi-application-server-perl
php-markdown
markdown
praelector
ipcheck
agda-stdlib
libebook-tools-perl
budgie-indicator-applet
dssp
libkavorka-perl
golang-github-raintank-met
xylib
libmail-mboxparser-perl
deutex
genext2fs
sia
sic
nodau
cl-irc
d3
d-feet
libept
labrea
installation-birthday
libplack-middleware-test-stashwarnings-perl
python-setuptools-git
libmousex-types-perl
haskell-blaze-markup
gtkperf
libxml-xql-perl
globus-gsi-credential
libalgorithm-checkdigits-perl
omake
node-jade
libnet-dbus-perl
libnet-z3950-simpleserver-perl
keyman-keyboardprocessor
ktp-desktop-applets
sitemesh
lua-lemock
openvas-cli
libtie-cphash-perl
simgear
node-bufferjs
ayatana-indicator-application
libtime-tiny-perl
libmdsp
switchsh
xfonts-nexus
bkchem
libmoosex-types-perl-perl
discount
rolldice
mopidy-tunein
lhasa
gtkglextmm
golang-websocket
maven-enforcer
runc
muchsync
emu8051
gap-grape
node-url-join
librcs-perl
meliae
sks
haskell-numbers
libpoe-component-pcap-perl
libanyevent-termkey-perl
asterisk-opus
golang-github-azure-azure-pipeline-go
manaplus
libretro-beetle-pce-fast
libjazzy-java
hardening-runtime
libpam-ssh
easyprocess
ruby-proxifier
spooles
sagetex
r-cran-quantreg
pdfcube
font-manager
xoscope
libdist-zilla-role-pluginbundle-pluginremover-perl
sma
libloader
ruby-representable
ruby-device-detector
libmms
mcu8051ide
rust-cmake
ocaml-estring
r-cran-sjstats
webjars-locator
libwiki-toolkit-plugin-ping-perl
python-inflect
libplack-middleware-status-perl
python-pytest-asyncio
pytest-helpers-namespace
pygtk
athena-jot
node-range-parser
sng
xdrawchem
golang-github-gotk3-gotk3
twoftpd
pygame
ocurl
libb-hooks-op-ppaddr-perl
python-clamav
libmasonx-processdir-perl
golang-github-a8m-tree
ldap-haskell
protracker
brutespray
ruby-logify
libtest-expect-perl
vim-fugitive
gitlab-workhorse
python-monasca-statsd
port-for
archivemail
libnet-amazon-perl
rust-serde-test
cl-ixf
massif-visualizer
njplot
esys-particle
libcommons-fileupload-java
lincredits
lz4tools
libcatalyst-plugin-session-store-delegate-perl
php-xml-htmlsax3
spd
rust-atty
spe
rust-schannel
breeze-icons
yasnippet-snippets
spl-linux
libdbd-odbc-perl
rush
rust-euclid
apf-firewall
gmsl
qcustomplot
robustirc-bridge
ruby-colorize
exfat-utils
node-jake
haskell-prettyprinter
libmaxmind-db-reader-xs-perl
libavl
macs
transcriber
libvistaio
jasypt
opus-tools
tclcurl
selinux-dbus
pd-pmpd
haskell-userid
gmtp
r-cran-repr
gsmartcontrol
ruby-rash-alt
phpunit-environment
golang-github-bep-go-tocss
python-cobra
libreadonly-xs-perl
node-preact
pamtester
spandsp
tldextract
snapper-gui
dh-fortran-mod
python-oauthlib
ruby-secure-headers
python-aws-xray-sdk
libmail-srs-perl
libidna-punycode-perl
golang-gopkg-gorethink-gorethink.v3
rust-tokio-codec
golang-github-ngaut-deadline
xfce4-statusnotifier-plugin
munge
node-n3
ruby-stomp
fizmo-ncursesw
pdfposter
golang-gopkg-errgo.v1
datalad-container
hdbc-postgresql
tinyproxy
libcgi-application-plugin-anytemplate-perl
node-har-validator
node-argparse
cmdliner
examl
numix-gtk-theme
haskell-chart
jboss-bridger
rust-keccak
golang-github-hlandau-xlog
rust-iovec
gnarwl
node-fastcgi-stream
fonts-lohit-knda
sup
viewpdf.app
xdelta
python-crcelk
libtest-exit-perl
gross
midish
orthanc-postgresql
python-ruamel.ordereddict
librttopo
terminatorx
unicode-screensaver
maybe
debian-edu-config
r-cran-usethis
largetifftools
libunicode-map8-perl
haskell-mutable-containers
php-horde-gollem
libguard-perl
hellfire
wmcpuload
maim
guilt
libpod-weaver-section-generatesection-perl
ste-plugins
aiofiles
http-parser
javabeans-activation-framework
udo
libbusiness-onlinepayment-openecho-perl
btrfs-compsize
haskell-hashtables
libdata-validate-email-perl
ruby-select2-rails
ucimf-chewing
golang-google-appengine
ibuffer-projectile
kytos-sphinx-theme
libtest-deep-unorderedpairs-perl
haskell-resource-pool
libdata-munge-perl
lua-busted
libwiki-toolkit-plugin-categoriser-perl
cvsps
ukui-power-manager
libmodule-faker-perl
icmpush
supervisor
libdata-float-perl
ocaml-ladspa
pgfincore
node-rx
deepin-menu
libapache-authznetldap-perl
jsmath-fonts-sprite
libgdiplus
haskell-hakyll
ostree
golang-github-dop251-goja
jhighlight
utf8gen
help2man
rust-dtoa
libxml-tmx-perl
libdata-types-perl
libtime-y2038-perl
r-cran-rdflib
kalign
splitvt
fonts-smc-rachana
golang-github-masterzen-winrm
untex
oregano
php-net-nntp
librose-object-perl
libtemplate-plugin-latex-perl
dmidecode
node-has-binary
cdlabelgen
djvubind
xbattbar
php-raintpl
logbook
makedepf90
ruby-concurrent-ext
privacybadger
rust-crossbeam-channel
pcapfix
libshell-perl-perl
node-foreground-child
libnet-idn-nameprep-perl
treeline
php-horde-syncml
libdata-swap-perl
libstatistics-basic-perl
lmdbxx
mate-notification-daemon
libgit-repository-plugin-log-perl
libregexp-common-email-address-perl
salt-pepper
trac-subtickets
rust-utf8-ranges
ruby-fast-xs
python3-typed-ast
colordiff
dh-di
aevol
jshon
r-cran-waveslim
libmspack
sword-text-web
r-cran-readmzxmldata
node-mime-types
girara
ruby-adsf
fcitx-m17n
kinfocenter
ruby-http-accept-language
golang-github-intel-tfortools
picosat
mitmproxy
node-read-package-json
libemail-date-format-perl
latex2html
r-cran-rngtools
libgetopt-argparse-perl
claws-mail-themes
trac-subcomponents
ruby-test-construct
node-fill-range
sunxi-tools
pekwm
commons-httpclient
python-certbot-dns-ovh
ruby-colored
binutils-z80
ruby-certificate-authority
vitetris
gost-crypto
freehep-xml
pidgin-openpgp
libmath-random-oo-perl
openttd-openmsx
php-horde-notification
libdata-dumper-concise-perl
node-date-time
php-horde-imp
node-mbtiles
libtest-xml-simple-perl
elpa-rust-mode
golang-github-gucumber-gucumber
ssh-askpass
fonts-naver-d2coding
python-memoize
sluice
netty
gnat
tap-plugins-doc
pygments
libauthen-u2f-perl
mithril
mpdcon.app
ruby-open4
python-geoip2
node-is-equal-shallow
casacore-data
tkinfo
libmemory-usage-perl
sysv-rc-conf
rust-gobject-sys
haskell-tabular
mtail
phpqrcode
tap-plugins
creoleparser
mkalias
olpc-powerd
python-os-testr
ptex2tex
go-exploitdb
xmlrpc-light
jargon-text
lua-nginx-dns
node-require-inject
yubikey-val
debhelper
haskell-src-meta
mathpiper
tryton-modules-stock-supply-production
node-nodeunit
libdigest-sha-perl
libtemplate-provider-encoding-perl
r-cran-kedd
cbflib
libapache2-mod-watchcat
xfonts-kaname
properties-cpp
xdg-desktop-portal-kde
libtest-checkdeps-perl
intel-ipsec-mb
node-browserify-zlib
uchardet
cpanminus
pyhamcrest
idlastro
libtext-header-perl
xappy
libmoosex-xsaccessor-perl
haskell-monad-gen
libjpedal-jbig2-java
libreoffice-canzeley-client
whizzytex
libauthen-passphrase-perl
string-template-maven-plugin
cl-py-configparser
pd-csound
get-flash-videos
cstocs
php-monolog
obsidian-icon-theme
tcc
all-knowing-dns
libextractor-java
wmdiskmon
smenu
rust-base-x
tcs
haskell-shelly
fonts-migmix
stdx-allocator
node-cookiejar
libregexp-wildcards-perl
tdc
golang-github-xi2-xz
libva-utils
node-css-loader
rust-foreign-types-shared
gngb
lua-event
libcatalyst-controller-formbuilder-perl
printing-metas
libdbd-csv-perl
tf5
minetest-mod-moreores
tea
libquota-perl
yorick-av
ruby-unicorn-worker-killer
kbruch
teg
signing-party
genparse
dssi
libpod-strip-perl
gajim-triggers
cgdb
jawn
compass-singularitygs-plugin
php-doctrine-common
nodm
resample
minetest-mod-quartz
spambayes
qmidiarp
jruby-maven-plugins
rtirq
libmodule-build-withxspp-perl
tdiary-contrib
imdbpy
python-debian
django-hijack
mira
librdf-trine-node-literal-xml-perl
python-openid-teams
haskell-vector-builder
nailgun
png++
checkstyle
capi4hylafax
xserver-xorg-video-intel
freefem
ruby-wirble
haskell-categories
libnet-ldap-perl
node-schema-utils
repeatmasker-recon
ruby-parallel
goplay
ipython-genutils
tryton-modules-stock-product-location
sdl-image1.2
ruby-yajl
qpsmtpd
efingerd
golang-github-showmax-go-fqdn
dtrx
bf-utf
python-django-gravatar2
golang-github-masterzen-xmlpath
cpptasks
libmoosex-oneargnew-perl
k4dirstat
node-es6-weak-map
libnet-dns-resolver-programmable-perl
lv2file
sparkline-php
ruby-web-console
bin-prot
libconfig-model-tester-perl
blockdiag
pbzip2
r-cran-rlang
golang-github-btcsuite-fastsha256
gnome-shell-extension-multi-monitors
tig
chezscheme
statserial
tin
gavl
ruby-bindata
tio
tk2
fonts-breip
tk5
cmocka
youtube-dl
golang-godebiancontrol-dev
ruby-rc4
pgl-ddl-deploy
ruby-ddmemoize
libappimage
icmptx
xstow
aylet
rebuildd
libparallel-prefork-perl
xft
xserver-xorg-video-tdfx
libcatalyst-plugin-session-store-dbic-perl
mcomix
yorick-gl
sgrep
ruby-em-hiredis
libhtml-tree-perl
golang-nzaat
trickle
wmitime
dleyna-server
cgit
emacs-lsp-haskell
yorick-gy
libstax2-api-java
libhttp-throwable-perl
python-positional
dv4l
openlp
libccd
mod-mime-xattr
svn2git
libfastahack
ruby-re2
kcheckers
hedgewars
ruby-rest-client
tla
antimony
python-xstatic-bootstrap-datepicker
tlf
appmenu-qt
r-cran-digest
pytest-httpbin
libterm-slang-perl
libnet-jabber-loudmouth-perl
gnome-shell-extension-no-annoyance
haskell-vector-algorithms
librdf-icalendar-perl
libnet-ip-xs-perl
python-click-log
libapache2-mod-form
libextutils-makemaker-cpanfile-perl
wraplinux
libdigest-sha3-perl
libmatroska
pd-windowing
gdnsd
libapache-asp-perl
libdatetime-format-iso8601-perl
haskell-th-desugar
ruby-ref
librouteros
libstring-trim-more-perl
haskell-criterion
hdf-eos5
gp2c
libmail-field-received-perl
dh-sysuser
fastdnaml
node-typescript
libthread-pool-perl
apt-listbugs
aewan
pyudev
fonts-arphic-gbsn00lp
mgrs
ruby-bsearch
libxml-libxslt-perl
r-cran-randomfieldsutils
node-sqlite3
python-networkmanager
php-horde-form
erlang-base64url
opl3-soundfont
libex-monkeypatched-perl
php-deepcopy
ruby-whitewash
libmoox-strictconstructor-perl
tor
hwdata
node-formatio
dune-functions
csladspa
r-cran-rinside
tox
ruby-aruba
blasr
tpb
etktab
mgen
notary
xarchiver
libsass
libplack-middleware-fixmissingbodyinredirect-perl
simbody
kaddressbook
tpp
haskell-wl-pprint-extras
fonts-smc-manjari
privoxy
libapr-memcache
telepathy-spec
zfs-fuse
liblingua-pt-stemmer-perl
x11vnc
obs-build
knutclient
javamail
haskell-th-orphans
libtk-histentry-perl
python-flickrapi
libmodem-vgetty-perl
apt-show-source
rmysql
libvdpau-va-gl
ocfs2-tools
golang-github-mitchellh-reflectwalk
ruby-active-model-serializers
libplack-handler-anyevent-fcgi-perl
wmifs
ruby-rjb
seqtools
dbview
libfile-read-perl
gap-ctbllib
libpod-webserver-perl
autojump
scalable-cyrfonts
rust-rustc-std-workspace-core
httpry
fair
node-asynckit
mutatormath
r-cran-jsonlite
debos
pd-vbap
libexporter-lite-perl
libstring-print-perl
scap-workbench
haskell-hxt-regex-xmlschema
libio-socket-ip-perl
brightnessctl
python-xstatic-angular-cookies
gdata
python-nose-random
runcircos-gui
libmoosex-app-perl
continuity
php-ast
ruby-rsync
tth
util-vserver
python-mechanize
gajim-pgp
pytest-mpl
libmoox-file-configdir-perl
poppass-cgi
spyder-memory-profiler
sublib
stormbaancoureur
libphp-swiftmailer
fasttree
haskell-simple-sendfile
python-toscawidgets
golang-github-skratchdot-open-golang
fake
liblocale-currency-format-perl
libtime-moment-perl
tua
libdevel-autoflush-perl
libcgi-application-plugin-authentication-perl
ispell-lt
tcpick
py-moneyed
r-bioc-go.db
gap-alnuth
lightdm-gtk-greeter-settings
tup
note
maven-plugin-tools
python-quamash
io-stringy
node-combined-stream
tumgreyspf
apertium-rus
tvc
meritous
r-cran-rlumshiny
libcarp-always-perl
tcptrace
scim-pinyin
haskell-byteable
libxml-opml-simplegen-perl
ratfor
tcptrack
python-certbot-apache
pptpd
mailman-api
xjig
carton
flask-principal
libkscreen
grail
libpoe-component-rssaggregator-perl
node-has-to-string-tag-x
libbtm-java
node-private
ruby-sprockets-rails
twm
fonts-quattrocento
rust-cargo-lichking
libclass-dbi-loader-relationship-perl
librdf-acl-perl
node-callback-stream
liblibrary-callnumber-lc-perl
epr-api
cgvg
commons-daemon
ruby-roo
gkrellm-xkb
vera++
lgogdownloader
golang-github-hashicorp-go-rootcerts
libemail-simple-perl
libimport-into-perl
golang-github-go-macaron-binding
python-adodb
golang-github-go-macaron-toolbox
soundtouch
ruby-bacon
golang-github-cznic-sortutil
golang-github-influxdata-toml
atomix
tkhtml1
mimelib1
rust-take
libtest-www-mechanize-psgi-perl
php-propro
xserver-xorg-input-evdev
vala-mode-el
libamazon-sqs-simple-perl
duck
tidy-html5
dh-golang
libgeo-proj4-perl
goattracker
filepp
fapg
libterm-visual-perl
tzc
stealth
ruby-netrc
libpod-index-perl
lskat
uima-as
libspreadsheet-writeexcel-perl
display-dhammapada
libopenhmd
libsndifsdl2
itk4
golang-gopkg-go-playground-assert.v1
libdata-streamdeserializer-perl
d3-format
tktray
libjs-chosen
libmemcached-libmemcached-perl
ruby-snmp
php-console-table
scribus-template
libio-captureoutput-perl
libipc-sharelite-perl
wmcdplay
debian-installer
ragel
chocolate-doom
doschk
r-cran-deal
binpac
libphp-jabber
haskell-lambdabot-trusted
batik
berusky2
dymo-cups-drivers
libnumber-phone-perl
duff
libsejda-io-java
r-cran-readr
node-color-convert
golang-github-blang-semver
python-pallets-sphinx-themes
libcgi-application-plugin-session-perl
dzen2
libtie-handle-offset-perl
tkcon
ruby-rabl
r-cran-prediction
node-crypto-random-string
praat
fasd
cstream
libnet-whois-ip-perl
r-bioc-hilbertvis
libtest-script-perl
racket
zutils
libpqtypes
sfarkxtc
e2tools
libtest-cmd-perl
ruby-rack
libvirt-dbus
beads
morsmall
libcpan-mini-inject-perl
golang-github-spf13-nitro
node-cookie
mod-proxy-msrpc
mgdiff
libgeo-postcode-perl
haskell-servant
php-horde-activesync
libextutils-cppguess-perl
python-pyramid-multiauth
fatrace
rust-log
gob2
judy
nordlicht
node-hash-sum
astral
libcatalyst-view-mason-perl
ruby-oembed
fassets
fonts-sil-alkalami
mmake
deb-gview
haskell-haddock-library
crmsh
amazon-ecr-credential-helper
prads
libtextwrap
tnseq-transit
haskell-lrucache
globus-gsi-callback
libtree-multinode-perl
ruby-html-pipeline
m2ext
r-cran-segmented
libapache-dbi-perl
python-raccoon
knavalbattle
inotify-hookable
python-smoke-zephyr
golang-github-go-openapi-spec
qterm
dbench
libspi-java
libcatalyst-view-email-perl
goby
pflogsumm
makefs
ruby-zoom
ruby-validatable
benchmark
libfsapfs
tryton-modules-authentication-sms
rust-matches
changeo
rss-glx
libtext-string-hexconvert-perl
flent
sumaclust
hunchentoot
node-tough-cookie
node-imagemagick
php-radius
node-roadrunner
haskell-hspec-smallcheck
libtest-www-selenium-perl
tkinspect
libjspeex-java
ftgl
golang-github-dgrijalva-jwt-go-v3
python-redmine
node-spdx-expression-parse
munin-libvirt-plugins
dump
transcend
leatherman
tkcvs
qtractor
znc-backlog
r-cran-lpsolve
fracplanet
node-pretty-hrtime
modestmaps-py
haskell-yi-rope
libnet-mac-vendor-perl
awesome
doc-debian
ucf
qutebrowser
zope.testbrowser
node-globby
dphys-config
gevent-socketio
mockito
javacc
unhide.rb
r-cran-lavaan
ncurses-hexedit
mousetrap
yum-utils
libchi-memoize-perl
tipp10
dahdi-linux
libtext-wikicreole-perl
tcsh
ruby-json-schema
npd6
xcb-util-keysyms
goodvibes
rekall
haskell-simple-smt
libgraphics-gnuplotif-perl
sputnik
gnome-games-app
xringd
wmnd
haskell-polyparse
tryton-modules-analytic-purchase
clzip
listserialportsc
python-hdf4
ocaml-base64
rt-tests
golang-procfs
prometheus-blackbox-exporter
xfce4-battery-plugin
bart-view
dh-lua
editobj
erlang-p1-iconv
node-to-arraybuffer
super-save-el
ccid
liblatex-table-perl
charmap.app
osm2pgrouting
golang-github-juju-httpprof
canl-java
calendarserver
rust-env-proxy
chef
libitext1-java
gpsmanshp
webassets
r-bioc-s4vectors
euler
mmass
libcompress-raw-zlib-perl
libcatalyst-plugin-captcha-perl
libnetpacket-perl
libmodule-extractuse-perl
python-certbot-dns-sakuracloud
tcvt
proxsmtp
volti
apertium-af-nl
libnamespace-clean-perl
django-ranged-response
libvamsas-client-java
pbsim
ruby-bourne
libtest-databaserow-perl
golang-github-google-go-cmp
python-tcpwrap
libdist-inkt-role-git-perl
libdata-printer-perl
libdancer-logger-psgi-perl
gspiceui
irssi-plugin-xmpp
golang-github-cznic-bufs
libsys-utmp-perl
hachoir-parser
libdata-entropy-perl
prank
libcgi-xmlform-perl
xonix
charmtimetracker
python-zipstream
uif
entagged
puppet-module-congress
node-libravatar
tk707
mumble
tryton-modules-project
node-external-editor
liblinux-io-prio-perl
libjs-spin.js
smtube
libtemplate-provider-fromdata-perl
r-cran-flexmix
libtest-if-perl
libhttp-entity-parser-perl
arc-theme
php-horde-tree
ruby-omniauth-auth0
ruby-mail-gpg
libx500-dn-perl
ruby-parse-cron
libhac-java
ruby-hashie-forbidden-attributes
tvtime
python-functools32
makepp
pg-similarity
node-grunt-contrib-clean
auralquiz
haskell-async
theme-d-gnome
libident
golang-github-mitchellh-go-testing-interface
di-netboot-assistant
abego-treelayout
libglademm2.4
libdr-sundown-perl
enigmail
libfile-pushd-perl
mxt-app
libsidplay
rlinetd
xfonts-wqy
yubiserver
node-grunt-contrib-nodeunit
ppx-deriving
cryptcat
defcon
libdata-bitmask-perl
killbots
golang-github-jacobsa-crypto
uml-utilities
kdesu
haskell-argon2
gnukhata-core
catwalk
node-d3-collection
libhttp-server-simple-mason-perl
orville-write
openid4java
r-cran-desc
libinline-java-perl
xmlmarshaller
swaks
node-thenify-all
ruby-sdl
golang-gopkg-editorconfig-editorconfig-core-go.v1
jigl
ttyload
haskell-product-isomorphic
ruby-bson
boinc-app-seti
leap-archive-keyring
xfonts-baekmuk
ruby-test-unit-notify
r-bioc-biocinstaller
luasocket
python-peak.util
mffm-fftw
gssproxy
leaflet-geometryutil
git-annex-el
scim-kmfl-imengine
python-daiquiri
node-p-cancelable
golang-github-mvdan-xurls
cssmin
libfile-checktree-perl
bgw-replstatus
node-stream-combiner2
console-cyrillic
swaml
unp
node-requires-port
php-horde-ldap
node-html-comment-regex
dvblast
nheko
node-clone-stats
wikidiff2
libparse-fixedlength-perl
libmoosex-clone-perl
php-horde-support
gnome-tetravex
webhelpers
node-is-typedarray
fonts-gujr
tcpwatch-httpproxy
libpod-projectdocs-perl
yacas
gddrescue
libmkdoc-xml-perl
golang-github-jacobsa-ogletest
haskell-comonad
mapdamage
mupdf
fact++
libmoosex-undeftolerant-perl
gitinspector
ruby-logging
libfile-bom-perl
apparmor-profiles-extra
fastinfoset
apertium-spa
pydhcplib
adplay
kronometer
ruby-orm-adapter
python-aiohttp
sdpb
openslide-python
squaremap
pd-pool
libpgjava
alqalam
metastudent-data
gost
gosu
ruby-rails-assets-jquery-idletimer
plexus-resources
defusedxml
mccs
resolv-wrapper
python-gphoto2
fbautostart
ohcount
radiotray
lintian
postfix-policyd-spf-perl
libmailtools-perl
phybin
rdate
libplack-middleware-removeredundantbody-perl
libdatabase-dumptruck-perl
wala
pandorafms-agent
libemail-address-list-perl
fuzzyocr
ruby-six
libmail-imapclient-perl
matchbox-panel
php-doctrine-lexer
xonsh
djangorestframework
node-json3
node-json5
golang-github-coreos-pkg
dvcs-autosync
haskell-linear
lxrandr
bluez-tools
apertium-srd
libpod-wsdl-perl
node-ramda
soapdenovo2
ruby-faraday-middleware
node-babel-preset-flow-vue
python-elasticsearch
mailagent
ruby-cliver
libdevel-refactor-perl
libdevel-dumpvar-perl
swarm-cluster
swarp
swac-get
golang-gopkg-hlandau-configurable.v1
apertium-srd-ita
libcrypt-util-perl
libparams-coerce-perl
python-public
libparallel-runner-perl
super-csv
sendxmpp
libtest-fork-perl
libauthen-bitcard-perl
libserializer
httest
libflorist
r-cran-devtools
libphp-snoopy
elpa
dune-pdelab
libdatetimex-auto-perl
gravitywars
9menu
duktape
ruby-rack-openid
node-genfun
ldapscripts
libnet-httpserver-perl
openni-sensor-pointclouds
ros-pcl-msgs
ruby-emot
aiopg
libcatalyst-action-renderview-perl
r-cran-rcurl
sciteproj
trove-dashboard
pixmap
morris
uglify-js
beneath-a-steel-sky
golang-github-evanphx-json-patch
rust-either
libjs-backbone.stickit
ipgrab
liblingua-en-findnumber-perl
mrboom
lazygal
golang-github-modern-go-reflect2
goocanvasmm-2.0
fenix
python-libtrace
libjs-jquery-scrollto
haskell-unexceptionalio
irsim
hdapsd
puppet-module-antonlindstrom-powerdns
libmath-random-tt800-perl
libnet-openssh-compat-perl
slime
math-numeric-tower-clojure
fonts-guru
gweled
apertium-swe
libnet-frame-perl
eclipselink
liblog-any-adapter-dispatch-perl
node-gulp-util
ruby-delayed-job
libsyntax-perl
ruby-multi-json
haskell-bsb-http-chunked
libemail-mime-createhtml-perl
jaraco.itertools
libparse-netstat-perl
bundler
ripmime
xlassie
fbpager
sntop
qmenu
mailman-hyperkitty
python-congressclient
node-setimmediate
ruby-spy
golang-github-dimchansky-utfbom
gtkmm2.4
llmnrd
php-font-lib
fonts-sil-gentiumplus-compact
libnetfilter-log
haskell-hedis
libcrypt-twofish-perl
node-ripemd160
xlsx2csv
mirmon
ruby-sqlite3
bible-kjv
opusfile
ruby-rack-ssl
profitbricks-sdk-python
librsb
glyphslib
golang-github-google-go-github
mencal
safe-rm
pyspread
gnome-shell
ruby-faraday-cookie-jar
hoel
apertium-szl
darkice
libmediawiki
libaws
xmount
libbusiness-edi-perl
tkdnd
node-base62
dune-grid
verse
postbooks-schema
vim-command-t
libdevel-globaldestruction-perl
python-afl
eglexternalplatform
gyrus
r-cran-listenv
datatables.js
centreon-connectors
octave-optics
zenity
lua-basexx
serverspec-runner
libunicode-collate-perl
ruby-u2f
pkwalify
kollision
camp
seqan
arp-scan
offlineimap
zeroinstall-injector
vodovod
debootstrap
chkrootkit
cube2-data
node-response-time
node-retry
r-cran-vioplot
globus-gridmap-verify-myproxy-callout
haskell-http-client-tls
xblast-tnt
libcorona-perl
r-cran-spdata
funitroots
hinge
ruby-acts-as-api
alt-ergo
perl-openssl-defaults
zzz-to-char
librinci-perl
pygdchart2
librdf-ns-curated-perl
faustworks
golang-github-jedisct1-dlog
serpent
kwrited
qdwizard
node-ast-types
tcpxtract
wmanager
ibus-table
lprng
r-cran-rhandsontable
ruby-psych
libcatmandu-store-elasticsearch-perl
camlidl
node-bash-match
ruby-omniauth
trend
tintin++
r-cran-globals
ruby-swd
liblog-agent-perl
cl-quri
vokoscreen
libtest-command-perl
libio-event-perl
r-bioc-altcdfenvs
terminal.app
dnssec-trigger
libtest-reporter-perl
gpaw
minetest-mod-intllib
libmoosex-types-netaddr-ip-perl
amsynth
golang-github-mssola-user-agent
apertium-br-fr
mricron
haskell-mime-mail
meta-ocaml
lacme
toppred
ruby-logging-rails
goxel
golang-github-smira-go-xz
python-uflash
libhtml-table-perl
libclass-tiny-perl
libauth-yubikey-decrypter-perl
ros-message-runtime
cli-common
libtext-diff-perl
libdata-tablereader-perl
libmoosex-role-withoverloading-perl
haskell-hledger-web
p4est
batmon.app
libyaml-syck-perl
golang-github-jhoonb-archivex
golang-github-hashicorp-go-reap
intel-gmmlib
fatsort
node-har-schema
pilkit
orca-sops
python-heatclient
node-clone-buffer
node-d3-time-format
mate-themes
rust-cargo-vendor
libfunction-parameters-perl
node-static-eval
rust-utf8parse
libdatetime-format-dateparse-perl
libmoosex-object-pluggable-perl
espeakup
apertium-tat
python-csscompressor
php-cas
cryptgps
backports.ssl-match-hostname
libtest-portability-files-perl
haskell-genvalidity-property
termsaver
refind
shhopt
ftp.app
ruby-settingslogic
wininfo
pidgin-sipe
node-ansi-color-table
libbot-basicbot-perl
flask-peewee
libtemplate-plugin-javascript-perl
node-thenify
xbindkeys
golang-github-peterhellberg-link
fonts-mplus
libpalm-perl
liblinux-prctl-perl
gnome-screensaver-flags
context-modules
libtex-encode-perl
gadmin-openvpn-server
sphinxcontrib-httpdomain
libdata-guid-perl
smbmap
libaunit
knetwalk
tk-table
libtap-formatter-html-perl
ieee-data
parsnp
libtime-period-perl
libalien-gnuplot-perl
php-doctrine-cache-bundle
core-match-clojure
r-other-mott-happy
libdigest-jhash-perl
agedu
libextutils-config-perl
jquery-areyousure
printer-driver-indexbraille
libdigest-elf-perl
libtest-weaken-perl
libmodule-install-doapchangesets-perl
double-conversion
cl-log
syndication
siridb-connector
png23d
ldp-docbook-stylesheets
libcgi-application-plugin-viewcode-perl
node-array-from
libmason-plugin-htmlfilters-perl
vfu
node-caniuse-db
libchart-strip-perl
citation-style-language-styles
3depict
libredis-fast-perl
vdesk
sysrqd
cvs2svn
ftp-upload
golang-logrus
python-duckduckgo2
node-shebang-regex
tk8.6
nagzilla
maildirsync
haskell-focuslist
rust-fake-simd
node-ansi-align
librunning-commentary-perl
quicklisp
ruby-ruby-version
python-enthoughtbase
csstidy
dune-typetree
libdata-dpath-perl
haskell-random
libnet-dns-sec-perl
libbind-confparser-perl
golang-github-alecthomas-repr
node-subarg
ttfautohint
libsocket-perl
node-to-regex-range
ruby-jsonapi-renderer
node-d3-transition
ruby-fakeweb
aladin
haskell-trifecta
chronicle
helpman
libabw
node-npm-run-path
ruby-mixlib-versioning
r-cran-mcmcpack
golang-github-couchbase-moss
r-cran-zeligverse
libpam-afs-session
golang-github-kotakanbe-logrus-prefixed-formatter
paulstretch
modsecurity-apache
libcanary-stability-perl
cov-core
dvtm
vis
g2p-sk
vit
libdbix-abstract-perl
gkrellm-reminder
qwinff
rgain
undercover-el
lua-leg
node-bindings
libcache-perl
zzzeeksphinx
haskell-easy-file
kazam
libretro-beetle-vb
wmforecast
python-rudolf
z80asm
libmodule-depends-perl
pd-tclpd
python-avc
libanyevent-yubico-perl
tty-clock
libdate-holidays-de-perl
icewm
bzr-upload
restricted-ssh-commands
golang-github-google-uuid
libregexp-grammars-perl
python-dropbox
libdate-hijri-perl
libtext-patch-perl
ecaccess
mscgen
libnet-daemon-perl
powerlevel9k
python-azure-storage
python-icalendar
libpam-krb5
yanc
rust-hyphenation-commons
zope.testrunner
r-cran-rsdmx
dhcp-probe
node-cookie-parser
rust-cssparser-macros
libmojolicious-plugin-cgi-perl
adolc
libnet-smpp-perl
telegnome
fcitx-qimpanel
wavesurfer
libxfont
sisl
vmg
node-json-parse-better-errors
xnecview
vmm
ocaml-tools
python-ipaddr
ifscheme
xserver-xorg-video-vmware
r-cran-seroincidence
libfilesys-virtual-plain-perl
extremetuxracer
toposort
golang-github-streadway-amqp
r-cran-units
node-hook-std
ruby-macaddr
ocamlmod
golang-gogottrpc
r-cran-bradleyterry2
libgrss
android-framework-23
node-regenerator-transform
python-tunigo
ruby-jeweler
kcptun
twitter-bootstrap4
symeig
libreadonly-perl
virtualenvwrapper
superlu
libcatmandu-mab2-perl
keditbookmarks
python-xmlbuilder
rust-encoding-rs-io
hyperscan
libnet-async-fastcgi-perl
xlax
jnr-unixsocket
liblocale-maketext-fuzzy-perl
jiconfont
vor
adapta-kde
libconfig-methodproxy-perl
puppet-module-icann-quagga
libsoap-lite-perl
node-browserslist
haskell-hclip
libaudio-wav-perl
haskell-zlib
carrotsearch-randomizedtesting
node-process-nextick-args
netatalk
golang-github-evilsocket-ftrace
xtermcontrol
r-cran-lwgeom
liblog-dispatch-array-perl
purity-ng
flask-restful
ganeti-2.15
gosa-plugin-netgroups
python-bottle
python-pyqtgraph
mmdebstrap
libcatalyst-model-dbic-schema-perl
trac-wysiwyg
libtie-ixhash-perl
haskell-operational
mercator
pd-xsample
dde-calendar
velvetoptimiser
cantata
r-cran-ggeffects
node-loader-utils
eancheck
libtext-worddiff-perl
prawcore
distro-info-data
ruby-font-awesome-rails
node-eventsource
ros-kdl-parser
libbio-mage-perl
kmail
dpatch
haskell-network-protocol-xmpp
libtheora
pd-cxc
mirrormagic
heat-cfntools
r-cran-hypergeo
versiontools
libapache2-mod-encoding
fonts-ipamj-mincho
r-cran-spatstat.utils
node-get-value
libweb-scraper-perl
strucchange
sphinxcontrib-actdiag
doxypy
sparkleshare
fonts-smc-uroob
gkrellm
vc
django-oauth-toolkit
librose-db-perl
libdatetime-locale-perl
ocamlpam
libmoosex-traits-perl
braceexpand
gausssum
flashbench
prison-kf5
x2x
nov-el
php-net-url2
libmoosex-async-perl
plexus-ant-factory
librdf-doap-perl
python-decorator
libtext-levenshteinxs-perl
ufoai-music
node-mimic-fn
node-output-file-sync
mikmod
ruby-regexp-parser
typespeed
libmodule-starter-plugin-simplestore-perl
apertium-tur
libapp-cell-perl
xinetd
nuget
xcalib
libtest-www-declare-perl
katomic
libnews-scan-perl
haskell-word-trie
wxmaxima
reactivedata
golang-github-samuel-go-zookeeper
dns2tcp
kubetail
fonts-kaushanscript
fcrackzip
libwww-form-urlencoded-perl
tryton-modules-stock-package
tolua
alsoft-conf
r-cran-pscbs
rust-openssl
libpgobject-simple-perl
btrbk
mdk3
gap-smallgrp
golang-github-shopspring-decimal
coinor-cgl
pykdtree
acpica-unix
ruby-beaneater
guice
r-cran-satellite
golang-github-skarademir-naturalsort
libconstant-defer-perl
libdigest-md4-perl
caja-seahorse
timeshift
rust-num-traits
libexporter-tidy-perl
ponyprog
cinnamon-desktop-environment
zeparser.js
libbusiness-onlinepayment-perl
python3-precis-i18n
r-cran-spatstat
vcheck
libauthen-sasl-cyrus-perl
netkit-bootparamd
arch-install-scripts
ruby-standalone
opalmod
vym
robocut
shutdown-qapps
graywolf
python-skytools
ruby-coveralls
mspdebug
python-repoze.who
haskell-bitarray
node-parse-base64vlq-mappings
golang-gopkg-go-playground-validator.v8
kitchensink-clojure
python-grpc-tools
systray-mdstat
golang-github-jacobsa-oglemock
libjdom1-java
haskell-hgettext
libgoogle-gson-java
uruk
cl-md5
rotter
pente
ctdopts
libauthen-simple-cdbi-perl
gkdebconf
ruby-enum
ftpcopy
python-cmislib
haskell-spool
ruby-binding-of-caller
libipc-filter-perl
libextutils-typemap-perl
fabulous
sipgrep
p910nd
plexus-languages
kauth
mutt-alias-el
horizon
golang-github-tdewolff-parse
libxml-rss-feed-perl
prototypejs
haskell-th-lift-instances
subtle
ruby-unindent
cups-pdf
email-reminder
libfile-share-perl
wims-help
dietlibc
sweeper
oss-preserve
rust-libnghttp2-sys
kchmviewer
node-cookie-signature
libctapimkt
libchado-perl
spirv-tools
wmii-doc
ruby-responders
libtext-wrapi18n-perl
libcheck-isa-perl
node-path-is-inside
libalgorithm-permute-perl
libpam-mount
libdancer-plugin-auth-extensible-perl
libtest-mocktime-perl
libcrcutil
libpcl1
ruby-notify
libmoosex-aliases-perl
libtext-findindent-perl
golang-github-influxdata-wlog
zabbix-cli
leaktracer
lcmaps-plugins-jobrep
gtk-theme-switch
cynthiune.app
sadisplay
lua-cgi
x4d-icons
fonts-crosextra-caladea
asterisk-prompt-fr-proformatique
uanytun
phenny
libzeep
node-aws4
stiff
elpa-migemo
python-biggles
networking-ovn
catch
pcb-rnd
python-molotov
multistrap
ruby-hashery
php-horde-log
python-ibm-db-sa
libdivsufsort
spawn-fcgi
r-cran-rstudioapi
bdist-nsi
milkytracker
libmoosex-traits-pluggable-perl
debaux
unidecode
procmail-lib
ruby-omniauth-authentiq
clamfs
libdist-inkt-role-release-perl
haskell-token-bucket
scmxx
node-p-map
xom
dhcpy6d
tryton-modules-commission-waiting
cadubi
winregfs
ruby-mustermann
libmediawiki-dumpfile-perl
libflickr-upload-perl
valentina
freedink
wsdl4j
libperldoc-search-perl
keras
php-horde-service-facebook
ices2
bio-tradis
liboping
libapache2-authcookie-perl
libterm-title-perl
brandy
freedroidrpg
ruby-cocoon
libcrypt-urandom-perl
node-querystringify
wcc
wcd
ruby-blade-qunit-adapter
ulatencyd
libtest-taint-perl
python-bitbucket-api
libstring-random-perl
libbusiness-isbn-perl
chuck
php-horde-cache
camomile
jigdo
tritium
ulex0.8
r-cran-genetics
libktorrent
pcaudiolib
node-media-typer
fcitx-autoeng-ng
cl-launch
ido-ubiquitous
python-djangosaml2
golang-github-naoina-go-stringutil
rust-gtk-sys
libstring-toidentifier-en-perl
wdm
php-fig-link-util
glpk-java
felix-osgi-obr
yubico-pam
pop3browser
libcache-cache-perl
evtest
haskell-map-syntax
haskell-stringprep
ketchup
obsession
python-posix-ipc
golang-github-klauspost-cpuid
node-sprintf-js
haskell-quickcheck-simple
libmoosex-attributehelpers-perl
tm-align
pbalign
sbt-test-interface
epoptes
heat-dashboard
ruby-bogus
vmfs-tools
debian-cd
libyaml-libyaml-perl
vdradmin-am
stterm
node-d3-request
sawfish-themes
asciiart
spamoracle
hasktags
tendermint-go-clist
luacheck
node-knockout
debsecan
libparse-method-signatures-perl
evil-paredit-el
libio-dirent-perl
grilo-plugins
ea-utils
haskell-ghc-mtl
bidiui
disk-manager
perl-byacc
libperl6-say-perl
ccrypt
ruby-fog-xml
node-os-tmpdir
libobject-multitype-perl
orthanc-imagej
ipv6calc
ruby-rainbow
isoqlog
rust-pango-sys
libcrypt-openssl-rsa-perl
libgraph-readwrite-perl
libautovivification-perl
node-lazy-property
gnustep-icons
connectomeviewer
libzn-poly
kmetronome
libnet-sftp-foreign-perl
node-babylon
libdatetime-format-http-perl
ocaml-zarith
libtree-rb-perl
libio-async-loop-epoll-perl
vbetool
emacs-bind-map
libtest-identity-perl
libnet-dpap-client-perl
wig
darktable
php-horde-lz4
sat-templates
hawtbuf
speedometer
golang-github-dvsekhvalnov-jose2go
wit
ruby-validates-hostname
libpoe-filter-ssl-perl
flake8-polyfill
ladvd
xcite
adapterremoval
golang-github-mailru-easyjson
hmisc
libmath-int64-perl
libgetargs-long-perl
libcache-memcached-managed-perl
gmavenplus
facter
dumb-init
libtest-unit-perl
r-cran-stringi
jacal
libavg
libjson-types-perl
gkrellm-gkrellmpc
python-transliterate
xfonts-mplus
isakmpd
r-cran-stringr
golang-github-opencontainers-go-digest
mon-client
libcgi-uploader-perl
node-replace-ext
xplanet
libnet-amazon-s3-perl
imview
php-cache-lite
python-yubico
php-text-figlet
python-xstatic-qunit
libdevel-checkbin-perl
wm2
probcons
rust-phf-codegen
node-jison-lex
amideco
libdatetime-tiny-perl
apertium-ukr
jboss-logmanager
wlc
dillo
ruby-brass
libregexp-debugger-perl
hlins
pyserial
collectl
libjs-angularjs-smart-table
golang-gopkg-hlandau-easyconfig.v1
boolector
fwsnort
coccinelle
libdata-pond-perl
dwww
nss-wrapper
libbpp-phyl
gscanbus
streamtuner2
wmf
libbusiness-hours-perl
rust-xml-rs
wml
yadifa
stegsnow
mate-tweak
esnacc
python-misaka
pxsl-tools
barcode
xsensors
activemq-activeio
concavity
node-read-file
node-first-chunk-stream
node-es5-ext
libomxxvideo
libdata-validate-domain-perl
erlang-cowlib
libcache-lru-perl
lua5.1-policy
libnet-tclink-perl
prctl
libhash-flatten-perl
debmake-doc
php-horde-javascriptminify
ruby-simple-oauth
python-gbulb
binutils-m68hc1x
clamtk
mustang
libvisual
golang-github-alecthomas-units
haskell-tidal
py3c
scim-m17n
gorm.app
ruby-ace-rails-ap
r-cran-vegan
libtemplate-plugin-calendar-simple-perl
golang-github-vividcortex-godaemon
shatag
r-cran-g.data
jaxb-api
python-debianbts
bppphyview
libtypes-serialiser-perl
fonts-sawarabi-gothic
company-lsp
dircproxy
libmoose-autobox-perl
decopy
python-nose-exclude
rcconf
libxvmc
libprefork-perl
clipper
libcgi-application-plugin-forward-perl
fonts-sil-lateef
libmath-utils-perl
libjaudiotagger-java
tdbcsqlite3
p8-platform
pyoptical
horizon-eda
libsql-translator-perl
libgetopt-euclid-perl
libobject-insideout-perl
ruby-rouge
trivial-gray-streams
haskell-incremental-parser
pass-git-helper
rust-pkg-config
memlockd
r-cran-fitcoach
dbix-easy-perl
r-cran-haplo.stats
golang-github-twstrike-gotk3adapter
libdata-section-simple-perl
libterm-readline-zoid-perl
virt-viewer
node-trim-newlines
neutron-vpnaas-dashboard
ktnef
python-dicttoxml
ucimf-openvanilla
fonts-b612
golang-github-golang-snappy
tendermint-go-rpc
bindechexascii
ruby-pluggaloid
yum-metadata-parser
apertium-urd
php-horde-template
qflow
php-horde-hashtable
fonts-kristi
puppet-beaker
node-postcss-filter-plugins
xmlunit
haskell-github
wsl
fonts-nakula
neovim
libclasslojure-clojure
rcs-blame
sidplay-base
libnet-traceroute-perl
node-knockout-sortable
libconvert-basen-perl
ring-anti-forgery-clojure
haskell-bindings-sane
java-gnome
zsync
shared-mime-info
librivescript-perl
libimage-exiftool-perl
fonts-gfs-olga
jackd-defaults
haskell-lens-aeson
emacs-python-environment
libhtml-prettyprinter-perl
libhttp-headers-fast-perl
renderdoc
r-cran-biasedurn
aoflagger
libcrypt-unixcrypt-perl
sizzle
libnet-ipaddress-perl
libperl-metrics-simple-perl
node-punycode
yecht
libkf5mailimporter
dizzy
uncrustify
python-scales
ruby-equalizer
libtest-data-perl
jsdebugger
hyphen-show
jgraph
nlohmann-json3
libhttp-tiny-multipart-perl
ruby-unf
ruby-shoulda-matchers
nautilus-image-manipulator
gnome-split
php-dflydev-fig-cookies
libmodule-install-xsutil-perl
libvuser-google-api-perl
pygpiv
libtut
libnanoxml2-java
ibus-pinyin
raul
emelfm2-svg-icons
system-packages-el
libcatalyst-plugin-unicode-perl
xmix
wwl
mopidy-dleyna
mbpfan
perlbal
haskell-data-default-class
impress.js
ruby-narray
fonts-lohit-beng-bengali
scsitools
gummi
haskell-xml-hamlet
pecomato
python-extras
xml2
nicotine
deets
cthumb
harminv
node-mute-stream
libsimpleini
trapperkeeper-status-clojure
ruby-upr
ikiwiki
usb.ids
stringtemplate
expect
w3m-el-snapshot
ruby-hike
libsdl1.2
libcompress-raw-lzma-perl
golang-github-json-iterator-go
python-cdd
liblatex-driver-perl
rust-svgtypes
libbde
pytest-multihost
meld
libtrio
tightvnc
xgammon
madness
haskell98-report
libclass-insideout-perl
haskell-language-haskell-extract
prometheus-bind-exporter
kpartsplugin
ruby-retriable
libclass-dbi-pg-perl
libhttp-cookiejar-perl
build-helper-maven-plugin
golang-github-mrunalp-fileutils
bplay
urwid-satext
ruby-mixlib-shellout
lib3mf
node-lolex
xsystem35
menu-cache
relaxngcc
ros-vcstools
pm-utils
python-castellan
ros-catkin-lint
lombok-ast
lua-geoip
lua-torch-sys
python-datrie
auto-07p
ruby-temple
libauthen-simple-perl
python-django-formtools
gopacket
liblog-dispatch-perl-perl
menu
ap-utils
libtemplate-plugin-posix-perl
ruby-rails-assets-corejs-typeahead
pulseview
libfile-searchpath-perl
classycle
pcsc-cyberjack
golang-github-templexxx-xor
vamps
phing
aspcud
wrapsrv
libgeometry-primitive-perl
jdupes
kblog
libmessage-passing-filter-regexp-perl
perl6-readline
commons-exec
libhttp-response-encoding-perl
libsdl-perl
supple
forked-daapd
libfile-find-object-perl
wmpinboard
guile-json
retroarch-assets
autoconf-dickey
fitscut
tt-rss-notifier-chrome
ruby-data-migrate
tryton-modules-product-attribute
libpod-abstract-perl
wpa
libcrypt-openssl-bignum-perl
python-testing.postgresql
mochikit
libocxl
rawtran
libextutils-typemaps-default-perl
fetchyahoo
libdata-miscellany-perl
php-horde-whups
relational
libcutl
grap
libhttp-oai-perl
r-cran-r.utils
haskell-bytestring-handle
libspreadsheet-parseexcel-simple-perl
libmoosex-traitfor-meta-class-betteranonclassnames-perl
libtest-refcount-perl
geronimo-concurrent-1.0-spec
golang-github-xtaci-kcp
xcompmgr
manuel
python-sunlight
music123
jiconfont-font-awesome
sdo-api-java
cubemap
r-cran-wikipedir
gozer
gtk-nodoka-engine
php-horde-text-filter
kidentitymanagement
haskell-cryptonite
python-fcgi
flatlatex
libdancer2-plugin-database-perl
libclass-dbi-plugin-retrieveall-perl
ruby-rails-assets-jquery.are-you-sure
nload
perf-tools-unstable
libclass-date-perl
mkvtoolnix
goobox
gputils
r-cran-rtsne
libnews-nntpclient-perl
hyperlink
gtk2-engines-aurora
libcrypt-cast5-perl
haskell-text-icu
golang-github-14rcole-gopopulate
u-boot-menu
octave-missing-functions
ebook2cw
jack-midi-clock
diffmon
asymptote
gscan2pdf
pyecm
pianobooster
libjs-backbone-deep-model
libcatalystx-component-traits-perl
django-sortedm2m
golang-github-cznic-b
clamav-unofficial-sigs
ruby-rails-assets-jakobmattsson-jquery-elastic
dimbl
feed2imap
emacs-uuid
ruby-faraday-middleware-multi-json
teseq
kde-spectacle
discover-my-major
how-can-i-help
stardicter
libtext-reform-perl
librelaxng-datatype-java
node-glob-parent
usbrelay
dh-python
xbs
html2text
ibuffer-vc
libcatalyst-plugin-cache-perl
xfe
node-methods
libxml-xslt-perl
erfa
rust-nitrokey-sys
octave-ga
xca
xcb
libtemplate-perl
libatombus-perl
ruby-fog-rackspace
ruby-launchy-shim
apertium-mlt-ara
plasma-integration
liboro-java
ruby-case-transform
freecdb
ansiweather
zc.buildout
argparse-manpage
mpfit
golang-github-armon-circbuf
gjacktransport
haskell-abstract-par
cxref
ruby-minitest-stub-const
geophar
node-iferr
oneliner-el
golden-ratio-el
ocaml-rope
xdm
xdo
pgadmin3
xdu
mfcuk
cinnamon-settings-daemon
xdx
node-ip-regex
libjson-pointer-perl
weechat-el
golang-github-jmespath-go-jmespath
pcb2gcode
sugarplum
markdown-toc-el
netty-reactive-streams
apertium-isl-eng
octave-io
libtest-mojibake-perl
ripperx
haskell-djinn-ghc
haskell-system-posix-redirect
node-bufferlist
libtypes-xsd-perl
apcupsd
libhtml-formattext-withlinks-perl
storm
estscan
rust-gtk-rs-lgpl-docs
libbloom-filter-perl
libhtml-encoding-perl
videotrans
unicode-cldr-core
python-pykmip
haskell-pointedlist
grig
php-geoip
node-map-visit
grepmail
zthreads
rzip
grim
ruby-ethon
libnet-stomp-perl
grip
swfmill
ruby-dbus
googler
pithos
libmodule-signature-perl
sqlmap
rust-fragile
dh-make-elpa
uhubctl
python-csa
libdata-table-perl
python-django-rest-hooks
vectoroids
vgrabbj
golang-collectd
golang-github-audriusbutkevicius-kcp-go
python-trollius
r-cran-combinat
git-repair
pysodium
libapache2-mod-authz-unixgroup
libmaa
php-proxy-manager
django-taggit
xia
libobject-container-perl
libdbicx-testdatabase-perl
haskell-wai-logger
libcache-simple-timedexpiry-perl
python-keepkey
ruby-rack-test
bottlerocket
vagrant-lxc
ocaml-pulseaudio
gnome-nettool
pygalmesh
libpam-ufpidentity
ruby-yell
libtest-leaktrace-perl
w2do
cmatrix
scanlogd
ruby-climate-control
catdoc
golang-github-pborman-uuid
hicolor-icon-theme
usb-modeswitch-data
minitube
node-base64-js
libbytelist-java
libcgi-application-plugin-dbh-perl
libtest-harness-perl
nat-rtsp
csmash-demosong
node-generic-pool
piggyphoto
libglib-perl
r-cran-recipes
libowl-directsemantics-perl
eweouz
ruby-rails-assets-markdown-it-diaspora-mention
python-markdown2
paxtest
ruby-power-assert
ruby-docker-api
golang-github-inconshreveable-mousetrap
xz-java
jlex
uptimed
libmoosex-params-validate-perl
node-normalize-path
libnumber-fraction-perl
nifticlib
qhttpengine
verilator
ruby-vcr
xracer
golang-github-xorpaul-uiprogress
xli
shellcheck
libtext-soundex-perl
librg-blast-parser-perl
libconvert-uulib-perl
bwbasic
lcdproc
shogun
galleta
golang-gopkg-square-go-jose.v1
libsys-mmap-perl
node-glob
dirty.js
gron
node-slash
libtest-nowarnings-perl
node-pathval
libbusiness-br-ids-perl
keepass2-plugin-keepasshttp
numlockx
openscap-daemon
scim-canna
gdb-avr
xmp
sugar-pippy-activity
sqlite3-pcre
scid-spell-data
grpn
golang-github-jacobsa-reqtrace
libautobox-core-perl
python-configglue
luola-nostalgy
sphde
libpsm2
neutron-fwaas-dashboard
tryton-modules-stock-package-shipping-dpd
weechat-scripts
helpviewer.app
jhead
deepin-calculator
ruby-state-machines-activerecord
frogdata
freecol
grml-rescueboot
boxshade
hodie
rust-seccomp-sys
node-uniq
libx11-guitest-perl
libconfigreader-perl
extra-xdg-menus
macchanger
haskell-yesod-test
tryton-modules-stock-split
libgeo-osm-tiles-perl
bless
libalzabo-perl
kdiamond
missidentify
libfont-afm-perl
libgettext-commons-java
zapping
seqmagick
flexc++
haskell-iso8601-time
xpp
liblog-dispatch-perl
imgsizer
ckon
screenkey
fonts-orya-extra
libcatmandu-xml-perl
cmospwd
node-builtins
python-tackerclient
cider
ruby-rails-assets-jquery-fullscreen-plugin
codecgraph
cyrus-imspd
libhttp-cookies-perl
xqf
libnoise
catdvi
libbs2b
xbubble
libcatalyst-authentication-store-dbix-class-perl
libsphinx-search-perl
trac-codecomments
daa2iso
rawtherapee
libdevice-serialport-perl
libwx-perl-datawalker-perl
vncsnapshot
libnet-opensrs-perl
r-cran-prabclus
node-array-differ
node-babel-preset-airbnb
minica
libclass-container-perl
projectl
vclt-tools
libconvert-units-perl
icecast2
parsedatetime
mupen64plus-audio-sdl
jnettop
mcstrans
grun
php-horde-nag
fonts-allerta
tcputils
mypaint-brushes
tsung
golang-github-bsm-pool
libparse-cpan-packages-perl
pegdown
libstring-crc32-perl
mlocate
golang-github-influxdata-influxql
ruby-text-table
libdontdie
python-cachecontrol
libsvn-hooks-perl
libtest-needs-perl
libxml-feedpp-mediarss-perl
libimage-metadata-jpeg-perl
orthanc-mysql
rust-opener
rust-dogged
golang-github-bgentry-go-netrc
libdatapager-perl
node-three-orbit-controls
rust-fs2
python-guess-language
ruby-escape-utils
libtemplate-plugin-datetime-perl
rust-rustfix
prometheus-node-exporter
libtie-persistent-perl
xtv
cd-hit
utop
node-parse-asn1
libdisorder
utox
libauthen-pam-perl
python-linux-procfs
liblingua-sentence-perl
haskell-repa
r-cran-whatif
fonts-ipafont
golang-github-tdewolff-minify
mapnik-reference
libpam-encfs
libparse-yapp-perl
idle3-tools
python-fixtures
xfdesktop4
purple-discord
python-ucltip
pycalendar
libxfixes
php-horde-queue
gkremldk
rust-miow
kdnssd-kf5
sbbi-upnplib
ssl-utils-clojure
jackson-module-jaxb-annotations
ukui-window-switch
galileo
golang-github-hashicorp-golang-lru
hovercraft
haskell-lifted-async
pydap
libjopendocument-java
dlmodelbox
libbpp-popgen
node-is-buffer
imposm-parser
scons
xssproxy
golint
psrip
php-horde-imsp
globus-gram-audit
lightdm-remote-session-freerdp2
librg-exception-perl
globus-xio-pipe-driver
nbtscan
nomarch
libio-pipely-perl
libtext-simpletable-perl
singledispatch
amiga-fdisk
mbuffer
rust-simd
ruby-rbtrace
pyftpd
node-tweetnacl
gauche-gtk
libmoox-locale-passthrough-perl
node-unc-path-regex
pkcs11-dump
python-trustme
torsocks
libturpial
tryton-modules-product
python-webunit
ktikz
ibus-skk
mp3rename
python-secretstorage
libparse-pmfile-perl
node-timers-browserify
gdata-sharp
node-grunt-contrib-concat
visual-regexp-el
libstring-crc-cksum-perl
axis
python-pyngus
php-mdb2-driver-pgsql
gadfly
tgif
libtest-mockobject-perl
gnustep-performance
wmmon
herisvm
gst-plugins-rtp
git-crecord
ruby-peek-gc
node-jquery-ujs
tripleo-image-elements
pd-iemlib
cccolutils
reflex
senlin-dashboard
dictem
libcompizconfig
ferm
tdfsb
puppet-module-puppetlabs-apt
maven-antrun-extended-plugin
toulbar2
zope.security
wabt
simpleeval
ink-generator
gtk2-engines-oxygen
mfoc
zope.browser
mh-e
prometheus-xmpp-alerts
vinagre
node-run-queue
python-cluster
libfile-util-perl
libfile-spec-native-perl
libpar-perl
gadmin-openvpn-client
libnet-rendezvous-publish-perl
rawdns
class.js
ruby-serialport
es-module-loader-0.17.js
python-dhm
amora-server
librdf-trine-serializer-rdfa-perl
xgalaga
wadc
proj-ps-doc
php-horde-nls
rust-tokio-timer
rawdog
html2ps
libmoox-types-mooselike-numeric-perl
golang-gopkg-freddierice-go-losetup.v1
libcgi-application-perl
bitstream
fcitx-sayura
pglogical
haskell-glib
libogg-vorbis-header-pureperl-perl
tdbcpostgres
ruby-subexec
mussh
boa-constructor
science.js
simple-image-reducer
r-bioc-interactivedisplaybase
pytest-pylint
treeview
rust-xattr
freehep-graphicsio-svg
rust-termcolor
libclass-prototyped-perl
msv
xschem
camlidl-doc
rust-rand-chacha
dmucs
libhtml-clean-perl
libgit-objectstore-perl
libaudio-mixer-perl
cdrdao
stopmotion
scolasync
ruby-hashie
osmo-ggsn
libpoe-component-schedule-perl
ktimer
uronode
haskell-asn1-encoding
gnome-shell-extension-appindicator
btchip-python
libxml-namespacesupport-perl
libscalar-properties-perl
docx2txt
libproc-waitstat-perl
liburi-find-perl
libdebug
ruby-thread-order
ruby-metriks
python-mbed-ls
xserver-xorg-video-ast
asciinema
libb-lint-perl
ros-rosinstall-generator
sfront
dlib
libtemplate-timer-perl
libxml-libxml-simple-perl
lua-soap
python-ironic-inspector-client
golang-gopkg-olivere-elastic.v2
xserver-xorg-video-ati
sqitch
php-net-url
cunit
wmweather
python-dlt
yad
node-tape
libcatalyst-plugin-session-store-file-perl
socket-wrapper
node-globule
transaction
libvirt-sandbox
ccdproc
node-lazy-debug-legacy
golang-github-hashicorp-go-checkpoint
ghostess
belenios
zope.i18n
rust-typenum
tryton-modules-project-plan
node-ordered-read-streams
python-pysqlite2
dicteval
openmsx-catapult
r-cran-zeligchoice
libterm-twiddle-perl
python-xstatic-jasmine
python-poster
libinih
profile-sync-daemon
xtermset
eject
msva-perl
fadecut
libio-string-perl
python-dns
golang-github-nats-io-jwt
libopenoffice-oodoc-perl
node-is-arrayish
ruby-peek-pg
thunar-vcs-plugin
libmail-bulkmail-perl
ditrack
kball
pd-hexloader
vim-pathogen
ruby-netcdf
itstool
pycollada
node-to-fast-properties
python-pyperclip
xtrace
libdata-binary-perl
gtans
libmath-geometry-voronoi-perl
ndiswrapper
ruby-faker
r-cran-praise
golang-github-influxdb-enterprise-client
libgeo-ipfree-perl
postgresql-prioritize
acpitail
node-ast-util
scorched3d
minizinc
nautilus-sendto
speg
freshen
libspectrum
sweed
aether-ant-tasks
fntsample
dianara
gav-themes
libbio-coordinate-perl
flexbar
emacsen-common
sweep
libdbix-class-inflatecolumn-ip-perl
golang-github-gtank-cryptopasta
hachu
rerun
python-backports.os
libio-pty-perl
cleo
pipebang
aroarfw
clex
dh-php
libdatetime-timezone-systemv-perl
pycallgraph
fontchooser
node-js-yaml
node-daemon
r-cran-roxygen2
libxml-parser-lite-tree-perl
node-constantinople
libdevel-stacktrace-perl
websocket-api
haskell-pwstore-fast
golang-github-cockroachdb-apd
tryton-modules-sale-stock-quantity
libcommon-sense-perl
libmng
quantlib-swig
rust-crc32fast
gff2ps
spyder-kernels
libestr
libcurses-ui-perl
ruby-vmstat
plymouth-theme-hamara
python-uritools
haskell-monads-tf
ruby-io-like
rust-sha2-asm
g3data
python-k8sclient
tools-trace-clojure
ocamlmakefile
khronos-opencl-man
haskell-dynamic-state
gsmc
puppet-module-manila
libsnowball-swedish-perl
comet-ms
fonts-dejima-mincho
libobject-remote-perl
node-regexpu-core
vlc-plugin-bittorrent
clif
libclutter-perl
flamethrower
r-cran-evaluate
cherrypy3
libx12-parser-perl
systemfixtures
golang-github-nebulouslabs-entropy-mnemonics
libhtml-template-expr-perl
geronimo-jta-1.1-spec
neopi
uftrace
haskell-uglymemo
vsearch
streamripper
libapache2-mod-intercept-form-submit
libgetopt-mixed-perl
itcl3
graphlan
php-horde-ingo
python-venusian
icecream-sundae
node-compression
metastudent-data-2
spullara-cli-parser
apt-show-versions
libcapi20-3
txt2pdbdoc
ruby-concurrent
bitstormlite
python-pattern
beets
slinkwatch
libauthen-u2f-tester-perl
r-cran-zelig
libhttp-exception-perl
python-xmpp
libdata-phrasebook-loader-yaml-perl
libgdsii
libwww-csrf-perl
spotlighter
typedload
ruby-jekyll-sass-converter
rust-yaml
universal-ctags
rtpg
pitivi
fonts-mlym
libemail-filter-perl
ndpmon
python-cloudfiles
osmalchemy
rust-failure-derive
libtranscript
user-mode-linux
tmexpand
golang-github-docker-go-metrics
weevely
i3lock
libconvert-binary-c-perl
git-secret
apt-config-auto-update
simplepie
dh-virtualenv
portalocker
python-envs
jellyfish1
sqlitebrowser
libcss-perl
mokutil
libexception-class-dbi-perl
rust-core-foundation-sys
libcddb-perl
ruby-descendants-tracker
inoticoming
fuse-posixovl
libsysstat
libregexp-reggrp-perl
libgssapi-perl
libmock-quick-perl
arpon
libfile-homedir-perl
rlog
node-jison
cloc
clog
maven-source-plugin
sweethome3d-textures-editor
textdraw
grunt
matchbox-themes-extra
golang-github-mxk-go-flowrate
libxml-atom-simplefeed-perl
golang-github-blevesearch-bleve
ibsim
tahoe-lafs
wmnet
sml-mode
pybigwig
ruby-metaclass
libgeo-coordinates-itm-perl
haskell-flexible-defaults
libclass-std-utils-perl
pipebench
golang-github-influxdb-usage-client
node-delve
libclass-factory-util-perl
jnr-ffi
checkit-tiff
lightdm-remote-session-x2go
python-colorama
plasma-applet-redshift-control
golang-github-hashicorp-errwrap
haskell-hdbc-session
golang-github-kyokomi-emoji
debroster
node-ap
golang-github-coreos-bbolt
golang-github-mitchellh-hashstructure
ipband
ruby-kakasi-ffi
golang-github-cznic-fileutil
scrollz
nanoblogger-extra
node-gulp-load-plugins
php-text-wiki
leaflet-image
golang-github-nebulouslabs-go-upnp
ruby-sequel
python-pyqrcode
libconfig-model-itself-perl
gbutils
amavisd-milter
cl-split-sequence
node-bl
indelible
emacs-which-key
ii-esu
libfile-copy-recursive-perl
chessx
r-cran-cairo
chalow
node-d3-path
liblscp
golang-github-svent-go-flags
node-fastcgi
libparse-mediawikidump-perl
doctorj
node-co
libxmlezout
libdefhash-perl
libnet-idn-encode-perl
ruby-seamless-database-pool
terminator
liblog-message-simple-perl
libfile-tail-perl
midori
libtest-synopsis-perl
golang-github-mitchellh-colorstring
apt-listdifferences
fdm-materials
bzrtools
oneisenough
r-cran-learnbayes
yum
golang-github-nebulouslabs-bolt
kconfig-frontends
xtitle
libwant-perl
php-psr-log
task
minpack
hydra
node-hashish
fonts-lohit-taml
libpcre++
ruby-numerizer
libtheschwartz-perl
logging-tree
libtext-glob-perl
manderlbot
lagan
ethstatus
members
liblog-any-adapter-tap-perl
libapache-mod-removeip
libjs-img.srcset
node-source-map
rust-sleef-sys
xscavenger
ruby-mercenary
ruby-byebug
fuse-exfat
libterm-shellui-perl
vpnc-scripts
mikutter
mockobjects
libxml-libxml-perl
lx-gdb
nilfs-tools
argus
swift-bench
golang-github-azure-azure-storage-blob-go
turing
libcrypt-pbkdf2-perl
sword-dict-strongs-greek
pd-cyclone
librdf-prefixes-perl
hexxagon
mate-user-guide
golang-gopkg-alecthomas-kingpin.v2
fonts-arabeyes
node-axios
node-he
liblingua-translit-perl
libclass-errorhandler-perl
scim-unikey
9base
golang-github-azure-go-pkcs12
debian-xcontrol
metainit
rust-python27-sys
tk-fsdialog
partimage-doc
ruby-dataobjects-mysql
cairomm
prodigal
pads
xymon
kiriki
node-ip
libreswan
urjtag
prettify.js
libical-parser-perl
thin
soupsieve
libconfig-find-perl
haskell-graphscc
python-axiom
haskell-pipes-zlib
placnet
antiword
brickos
ruby-avl-tree
hilive
python-whitenoise
rust-want
maven-script-interpreter
drf-haystack
libyaml-appconfig-perl
dleyna-core
libio-stream-perl
yydebug
node-detect-indent
shoogle
z80dasm
picocli
libhash-asobject-perl
libfilesys-diskspace-perl
libmath-fibonacci-perl
r-bioc-variantannotation
fake-hwclock
libchart-clicker-perl
prosody-modules
libtext-flow-perl
r-cran-futile.logger
pandoc-citeproc-preamble
vdetelweb
python-oslo.service
shotdetect
libtest-deep-type-perl
node-on-headers
libpadwalker-perl
node-fs-exists-sync
nautilus-filename-repairer
bcache-tools
flask-oldsessions
unzip
libmodule-package-rdf-perl
clearcut
debdry
dj-database-url
node-ms
maven-repository-builder
late
libcloudflare-client-perl
rust-rand-hc
pyfeed
ukui-biometric-auth
node-mz
libnet-whois-raw-perl
libmixin-linewise-perl
node-json-loader
princeprocessor
pd-lyonpotpourri
dmg2img
xfce4-clipman-plugin
r-cran-taxize
node-policyfile
rust-libssh2-sys
ruby-extendmatrix
xorp
smartmontools
libtest-fake-httpd-perl
gnome-shell-extension-pixelsaver
geronimo-annotation-1.3-spec
libtoml-parser-perl
tmux-plugin-manager
libmath-calculus-differentiate-perl
ruby-debug-inspector
emacs-openwith
monopd
vitables
noblenote
stdsyslog
libindirect-perl
python-pysnmp4-mibs
puppet-module-richardc-datacat
golang-github-markbates-inflect
libsisimai-perl
haskell-configfile
healpix-java
wmnut
node-postgres
gnome-shell-pomodoro
libconfig-inifiles-perl
libcgi-ssi-parser-perl
gstreamer-vaapi
node-applause
liblog-dispatch-config-perl
xl2tpd
vagrant-mutate
ruby-buff-ruby-engine
plasmidomics
node-hash-test-vectors
palo
palp
php-gmagick
rust-crossbeam-deque
tinycon.js
libodb-boost
gajim-antispam
node-qs
fnotifystat
libfile-data-perl
tilecache
node-qw
python-utmp
libcommons-modeler-java
haskell-sbv
flobopuyo
node-rc
wims-moodle
mondrian
haskell-tasty-hedgehog
libapache2-mod-perl2
keepass2
libdata-amf-perl
rdp-alignment
fonts-beng
node-accepts
ocaml-result
node-rw
libmoose-perl
r-cran-registry
binfmt-support
camlmix
r-cran-ranger
json-js
r-cran-bdsmatrix
rust-approx
flask-mail
pd-gil
onscripter
lua-md5
trinityrnaseq
ruby-openstack
wmbubble
libcrypt-des-perl
tendermint-log15
robustbase
golang-github-k-sone-critbitgo
php-xml-svg
zec
golang-github-pointlander-compress
triggerhappy
sbc
libapp-control-perl
saods9
r-cran-memoise
par2cmdline
pydoubles
r-cran-leaps
pikepdf
ruby-flexmock
r-cran-batchtools
libsodium
node-recast
discus
librpcsecgss
libsql-statement-perl
golang-go-patricia
pgbackrest
pkgconf
prometheus-nginx-exporter
node-global-prefix
xpaint
r-cran-bayesm
libmpdclient
node-ws
openhft-affinity
libmath-vector-real-kdtree-perl
gmanedit
libmath-basecalc-perl
node-faye-websocket
libtime-parsedate-perl
haskell-retry
potool
lxqt-runner
remotetea
fcitx-ui-light
password-store
wbox
libje-perl
mod-mono
node-bootstrap-sass
node-d3-time
datovka
drkonqi
caja-admin
fonts-rit-sundar
ghc-testsuite
spell
zim
erlang-redis-client
zip
autodock-vina
haskell-decimal
node-yn
rbootd
php-fxsl
topal
proftpd-mod-vroot
proxmoxer
dpmb
aragorn
diamond-aligner
gtml
ruby-request-store
gmbal
ksysguard
python-rtmidi
btscanner
libio-tiecombine-perl
pg-partman
simulavr
ruby-fastimage
gtk-doc
mypager
gnujump
ocaml-taglib
opensmtpd
libdbd-excel-perl
sword-comm-mhcc
sendfile
python-oslo.context
freehep-swing
golang-github-xiaq-persistent
libjs-jsxc
qconf
pam-mysql
jxplorer
cheshire-clojure
ruby-xdg
anarchism
prefixfree
libgraph-d3-perl
shorewall6-lite
sgt-puzzles
ruby-rails-assets-diaspora-jsxc
fonts-dosis
check-manifest
libclass-dbi-pager-perl
argus-clients
feedparser
sphinx-autorun
golang-github-facebookgo-clock
i2pd
apertium-is-sv
r-cran-rmarkdown
libtie-encryptedhash-perl
ruby-contracts
ruby-omniauth-multipassword
liburi-find-simple-perl
golang-github-btcsuite-btcd-btcec
ruby-securecompare
php-patchwork-utf8
console-log
node-cson-parser
pakcs
libnet-sftp-sftpserver-perl
node-npmlog
puredata-import
libtest-prereq-perl
python-openstacksdk
xpad
sosreport
ardentryst
ruby-rspec-pending-for
libtemplate-plugin-textile2-perl
shim-signed
s-el
ofono
pvrg-jpeg
mailsync
backports.functools-lru-cache
mhap
viennacl
ruby-sys-filesystem
libmodule-install-automanifest-perl
node-merge-stream
golang-github-karrick-goswarm
zpspell
libencode-base58-perl
networking-sfc
libproc-reliable-perl
testpath
libimage-math-constrain-perl
libnet-ip-minimal-perl
ballerburg
jquery-typeahead.js
pldebugger
ruby-semantic-puppet
soundgrain
sni-qt
bzr-builddeb
hp-search-mac
fmtools
arduino
node-finalhandler
libomxmad
ocaml-libvirt
mdocml
cramfsswap
libnet-ident-perl
ufolib2
golang-github-okzk-sdnotify
libcss-dom-perl
hipspy
perl6
esptool
r-cran-base64enc
libtest-time-perl
r-cran-vcdextra
mopidy-podcast
xpdf
mathjax-docs
xmountains
libjs-angular-schema-form
libsvn-look-perl
scgi
visual-fill-column
golang-github-howeyc-gopass
node-nopt
libparse-errorstring-perl-perl
cl-cxml
tryton-modules-stock-lot-sled
awscli
haskell-dns
php-horde-spellchecker
node-string-width
node-pinkyswear
r-cran-flashclust
libdansguardian-perl
haskell-css-text
tryton-modules-account-stock-landed-cost-weight
falkon
liquidprompt
ert-async-el
libdatetime-format-db2-perl
ruby-doorkeeper
haskell-typed-process
openresolv
graxxia
redsocks
fonts-meera-taml
mblaze
libconfig-jfdi-perl
gnome-initial-setup
polari
libsdsl
maven-dependency-analyzer
granule-manual
espctag
python-maxminddb
libtk-filedialog-perl
haskell-classy-prelude-conduit
gmlive
python-xstatic-js-yaml
golang-github-git-lfs-go-netrc
libhttp-headers-actionpack-perl
node-es6-error
libcpanplus-perl
ros-eigen-stl-containers
golang-github-geertjohan-go.incremental
loadwatch
zita-rev1
golang-github-nfnt-resize
hdf-compass
move-text-el
compress-lzf
libproc-fastspawn-perl
cmst
libcds-moc-java
cproto
hinawa-utils
libgraph-writer-graphviz-perl
cm-super
chipmunk
libtest-simple-perl
haskell-cairo
golang-github-tinylib-msgp
php-horde-pdf
bbswitch
cmtk
initsplit-el
alglib
sensors-applet
autofs
pd-syslog
node-deep-equal
libfile-next-perl
node-loose-envify
digitemp
gpstrans
dlint
golang-github-mitchellh-prefixedio
grepcidr
ruby-configurate
menulibre
rust-scopeguard
libcode-tidyall-plugin-uniquelines-perl
memtool
mkl-dnn
diffpdf
python-pgmagick
libxpp3-java
warmux
ko.tex-extra-hlfont
haskell-intervals
windows-el
palapeli
jinja2-mode
ruby-atomic
libhtml-widgets-navmenu-perl
ruby-roxml
pd-iemnet
qonk
safeeyes
libjs-autonumeric
golang-github-quobyte-api
gkrellm-volume
debian-edu-install
zonemaster-cli
pathogen
gnomediaicons
libexporter-declare-perl
librdf-generator-http-perl
ibus-input-pad
gnome-shell-extensions
expand-region-el
setuptools-scm
libhttp-parser-perl
munge-maven-plugin
liblog-handler-perl
gsfonts
haskell-numeric-extras
libsymbol-global-name-perl
hello-traditional
boats
choosewm
libvalidate-yubikey-perl
golang-github-hashicorp-raft
ruby-spoon
jboss-threads
libgooglepinyin
chaksem
pcre-ocaml
jp2a
lierolibre
ftphs
libapache-mod-auth-radius
ruby-pry-byebug
libmoosex-method-signatures-perl
treeviewx
libnet-dhcpv6-duid-parser-perl
statsvn
agenda.app
node-path-dirname
lure-of-the-temptress
shorewall6
libiberty
fonts-sil-awami-nastaliq
rust-nix
libmousex-foreign-perl
gnote
almanah
iedit
node-xmlhttprequest-ssl
golang-github-shibukawa-configdir
kerberos-configs
rust-encoding
golang-github-alicebob-miniredis
vizigrep
golang-github-jacobsa-gcloud
libcatalyst-authentication-store-htpasswd-perl
bambam
actor-framework
carmetal
node-esrecurse
node-parseurl
libcatalyst-plugin-fillinform-perl
fast-zip-clojure
node-is-module
reqwest
minetest-mod-maidroid
globus-xio-gridftp-multicast
libmodule-build-pluggable-ppport-perl
txt2man
tcpreplay
myrepos
filezilla
gnome-screensaver
automx
dnaclust
node-oauth-sign
libole-storage-lite-perl
telepathy-haze
ruby-messagebus-api
geronimo-osgi-support
darknet
dask-sphinx-theme
flexloader
neuron
ruby-svg-graph
autoradio
python-ntlm
ruby-rollout
utfout
golang-github-mattn-go-runewidth
darkmint-gtk-theme
tuareg-mode
miniasm
psutils
dm-writeboost
libclass-accessor-classy-perl
node-ignore-by-default
fonts-yrsa-rasa
persepolis
libsys-cpu-perl
r-cran-expm
e-wrapper
bzr-fastimport
notify-osd
node-content-disposition
libnet-nbname-perl
geomview
time
gaffitter
strophejs
r-cran-rcppprogress
tiles-request
pd-hcs
cl-plus-ssl
r-cran-deoptimr
icc-profiles-free
ruby-jekyll-coffeescript
node-unicode-property-aliases-ecmascript
python-orderedattrdict
xpra
puppet-module-sahara
ruby-rgen
libtext-vcard-perl
tina
libimage-seek-perl
r-cran-tensor
ruby-http-cookie
golang-github-kurin-blazer
tinc
mpack
tini
perl-depends
libarray-iterator-perl
golang-github-hashicorp-go-getter
libapp-cli-perl
binkd
gnome-keysign
node-absolute-path
usbutils
ruby-rgfa
tint
ytree
node-cross-spawn-async
optipng
golang-golang-x-sync
ocaml-gen
python-pandocfilters
ruby-open-graph-reader
libdevel-checkcompiler-perl
lingot
libfile-find-rule-vcs-perl
siege
libcatmandu-template-perl
exiftags
kaccessible
helpful-el
libtemplate-plugin-html-strip-perl
kmscube
devtodo
mdetect
ruby-acts-as-taggable-on
recommonmark
dvbtune
rbdoom3bfg
ocaml-usb
sphinx-automodapi
camera.app
protoaculous
tclodbc
nwsclient
gprename
desktop-base
meson-mode
autotrash
docker-pycreds
rng-tools
ocamlviz
roodi
tiptop
libjswingreader-java
ruby-stud
alsa-plugins
lxqt-about
x11-xserver-utils
libpdl-linearalgebra-perl
autounit
trac-diavisview
libalt-perl
rubygems-integration
tclgeoip
openbox-menu
mailman3
fetchmail
plexus-build-api
python-backports-shutil-get-terminal-size
radcli
golang-github-cloudfoundry-gosigar
fonts-hanazono
libxml-feedpp-perl
python-ironic-lib
libmetacpan-client-perl
libxs-object-magic-perl
ibus-keyman
libcatalyst-actionrole-requiressl-perl
rust-os-pipe
rsakeyfind
pd-hid
lsmbox
libio-interface-perl
libmatch-simple-perl
bluewho
node-caller
ruby-turbolinks
gui-ufw
ruby-raindrops
emacs-pod-mode
tamil-gtk2im
libcss-squish-perl
mercurial
rust-libdbus-sys
check-pgactivity
redis-py-cluster
ggobi
aoetools
fastjar
openwince-jtag
rust-byte-tools
libxml-treebuilder-perl
arandr
python-smbpasswd
birthday
libnet-tftp-perl
jexcelapi
libfilezilla
haml-elisp
nevow
haskell-ncurses
bridge-method-injector
webcolors
libio-file-withpath-perl
hello
wmcalc
sloccount
csoundqt
libstatistics-normality-perl
gbrainy
libxmlbird
libjs-jquery-isonscreen
libbytesize
lockdown
ratpoints
trac-mastertickets
golang-github-hashicorp-go-memdb
golang-github-tideland-golib
libreligion-islam-prayertimes-perl
node-libnpx
haskell-reform
libio-compress-lzma-perl
cadaver
makeself
php-text-languagedetect
starjava-datanode
python-morph
php-yaml
ruby-rack-flash3
libgraph-writer-dsm-perl
r-bioc-cummerbund
r-cran-seqinr
ido-vertical-mode
r-cran-bigmemory.sri
rust-winapi-util
libfte
node-multipipe
libnet-oauth-perl
pyqwt3d
libhtml-autopagerize-perl
eureka
facedetect
francine
liblocale-msgfmt-perl
python-graphviz
fonts-atarismall
libhttp-server-simple-psgi-perl
libexport-attrs-perl
ruby-mecab
google-cloud-print-connector
puppet-module-gnocchi
lua-torch-sundown
key-mon
node-gulp
catfish
node-for-own
php-redis
haskell-pandoc-types
construct
junit4
jconvolver
libdevel-bt-perl
pidgin-mra
seq-el
golang-github-canonicalltd-raft-membership
chaosread
libsharyanto-utils-perl
wmauda
haskell-texmath
ruby-metaid
themole
dot-forward
golang-github-coreos-gexpect
mp3cd
node-run-sequence
node-is-negated-glob
rust-version-check
r-bioc-dnacopy
libconvert-pem-perl
python-pyramid-tm
golang-github-cockroachdb-cmux
libmath-prime-util-perl
go-dep
puppet-module-puppetlabs-rabbitmq
libdist-zilla-plugin-test-kwalitee-perl
python-xstatic-bootswatch
zaqar-ui
emoslib
libcgi-formalware-perl
blackbird-gtk-theme
libdatetime-event-sunrise-perl
aeskulap
libcrypt-smime-perl
golang-github-fatih-color
node-coffee-loader
node-file-loader
dupload
pgn2web
rust-argparse
libhtml-template-perl
libnet-async-irc-perl
node-array-union
libwebservice-musicbrainz-perl
physamp
php-timer
pymtp
scottfree
haskell-hsh
libscope-guard-perl
omins
python-fftw
ruby-maven-libs
rust-language-tags
libmojo-jwt-perl
odt2txt
gnome-phone-manager
ruby-markdown-it-html5-embed
libidw-java
etoile
zope.sqlalchemy
aeskeyfind
libgps-point-perl
john
golang-github-apparentlymart-go-openvpn-mgmt
kturtle
r-cran-commonmark
glue
jmxetric
jabref
node-stringstream
rust-net2
osgi-foundation-ee
docbook2x
libtest-hasversion-perl
geiser
mp3fs
watchdog
libsejda-eventstudio-java
pysolfc
smp-utils
postgresql-q3c
filler
cksfv
bzr-search
ruby-hmac
haskell-yi-frontend-pango
golang-github-ctdk-chefcrypto
haserl
python-airr
tendermint-go-event-meter
python-pytest-benchmark
c-icap
systemd-bootchart
lua-lpty
haskell-configurator
gmidimonitor
seqsero
ogmtools
node-object-path
procenv
node-type-is
dewalls
dustrac
golang-github-hashicorp-raft-boltdb
jquery-i18n.js
rust-fd-find
taopm
ibus-chewing
xc3sprog
batctl
rmpi
prometheus-squid-exporter
libmodule-optional-perl
libnetxap-perl
libdist-inkt-perl
golang-github-araddon-gou
libdatetime-format-ical-perl
gnome-characters
flare-engine
libmath-base-convert-perl
libarchive-extract-perl
gtk-vector-screenshot
crossfire-client
pythonpy
cl-unicode
libonemind-commons-invoke-java
r-cran-batchjobs
abootimg
libsnowball-norwegian-perl
mqtt-client
node-get-func-name
libmath-bezier-perl
r-cran-bbmisc
php-net-publicsuffix
appmenu-registrar
ltrace
libkf5kexiv2
ruby-github-api
dtfabric
yubikey-server-c
perforate
fonts-nanum-coding
shadowsocks
libtest-lwp-useragent-perl
oidentd
r-cran-circlize
tryton-modules-analytic-sale
node-fbjs
physlock
saytime
jackrabbit
haskell-base-orphans
libmodule-install-perl
golang-github-puerkitobio-purell
fonts-lato
astropy-helpers
cfourcc
r-cran-irlba
igraph
libapache-poi-java
r-other-curvefdp
rkflashtool
libcatalyst-plugin-authorization-acl-perl
ruby-dataobjects-sqlite3
qmidiroute
golang-github-nwidger-jsoncolor
nvtv
sa-exim
ocaml-lo
haskell-mmap
turbojson
magicrescue
ruby-faraday
node-postcss-colormin
switcheroo-control
node-graceful-readlink
libdist-zilla-plugin-test-eol-perl
golang-github-denisenkom-go-mssqldb
ocaml-ogg
pcal
python-park
milksnake
python-recaptcha
local-apt-repository
tnetstring
dodgy
libtest-differences-perl
mkgmap
fonts-dzongkha
games-thumbnails
lablgl
festival-ca
radeontop
python-whiteboard
liblist-compare-perl
lxmusic
dvd-slideshow
forgetsql
haskell-iconv
lua-curses
pong2
pdfchain
python-panwid
memcached
cfortran
giftrans
pymarkups
libbusiness-onlinepayment-payconnect-perl
fades
node-iconv
libgtk2-perl
scrot
ruby-recursive-open-struct
ruby-mustache
libcourriel-perl
libconfig-auto-perl
golang-go.uber-multierr
matlab2tikz
libpod-wordlist-hanekomu-perl
pnm2ppa
herbstluftwm
crm114
hitch
scim-skk
node-mapnik
aranym
sbt-launcher-interface
libxray-absorption-perl
pantomime
libpackage-deprecationmanager-perl
tryton-modules-stock
node-abstract-leveldown
octave-image
libxml-nodefilter-perl
libplack-middleware-file-sass-perl
libfile-dropbox-perl
jutils
libopengl-xscreensaver-perl
webfs
libfile-mmagic-xs-perl
vagalume
aqemu
libemail-address-xs-perl
taurus
pynag
libvorbisspi-java
node-stringmap
backup2swift
r-cran-phangorn
pompem
iptables-netflow
loadmeter
trabucco
ruby-delayer
songwrite
smstools
r-cran-rprotobuf
jove
apertium-lex-tools
libjpfcodegen-java
exiv2
gnome-shell-extension-remove-dropdown-arrows
golang-github-unknwon-goconfig
octave-signal
node-jsonminify
libanyevent-connection-perl
r-bioc-iranges
libxdamage
r-cran-ucminf
node-is-accessor-descriptor
rainbow.js
fontmath
libdevel-declare-parser-perl
ruby-commonmarker
libtest-distribution-perl
libcrypt-u2f-server-perl
nutcracker
web-mode
fonts-nafees
info2www
ruby-chromedriver-helper
libticket-simple-perl
mipe
python-macaron
xfce4-genmon-plugin
r-cran-modelmetrics
minlog
htsengine
rake-compiler
flask-babelex
scrub
libcrypt-jwt-perl
netxx
roguenarok
libsocket6-perl
liblingua-en-sentence-perl
r-cran-tibble
git-annex
fonts-jura
pip-requirements-el
pdfgrep
haskell-stack
scummvm
nadoka
r-cran-lmertest
ruby-kgio
golang-github-eknkc-amber
galpy
ruby-fog-google
node-split
nacl
docbook-utils
libbusiness-us-usps-webtools-perl
node-spdx-correct
bluebird-gtk-theme
lxqt-config
libpgobject-util-dbchange-perl
libnet-inet6glue-perl
kxl
node-stylus
libapp-rad-perl
libgraph-perl
r-bioc-phyloseq
xfonts-cyrillic
openjdk-11-jre-dcevm
ruby-ffi-rzmq-core
libodb-mysql
bombardier
libdbix-xml-rdb-perl
apt-file
autopkgtest
squareness
rust-atk-sys
pd-iemutils
ibod
fonts-fork-awesome
haskell-parser-combinators
ruby-dalli
dcfldd
python-ldappool
xwrited
node-security
libnet-ldap-sid-perl
ethflux
swtcalendar
crack-attack
fillets-ng
invada-studio-plugins-lv2
golang-github-containerd-cgroups
debfoster
ruby-omniauth-oauth2
ninja-build
docbook-defguide
pd-chaos
libgd-graph3d-perl
dvgrab
libcrypt-x509-perl
ruby-oauth2
bats
pxe-kexec
node-difflet
h5utils
starjava-util
tuptime
bloboats
pglistener
r-cran-squarem
python-os-traits
ruby-get-process-mem
monafont-ttf
libvendorlib-perl
rapidxml
python-webflash
libpdf-table-perl
dwarves-dfsg
haskell-servant-client
explorercanvas
python-chameleon
libweb-simple-perl
libany-template-processdir-perl
umoci
libsort-naturally-perl
qperf
r-cran-highr
pysynphot
asedriveiiie
libperinci-sub-normalize-perl
oxref
dirvish
laptop-mode-tools
libcatalyst-authentication-credential-authen-simple-perl
puppet-module-puppet-archive
miwm
php-htmlawed
zfsnap
node-repeat-string
lua-moses
libterm-table-perl
emacs-lsp-ui
libmoosex-types-email-perl
file-roller
bcrypt
node-sigmund
r-cran-rncl
golang-github-valyala-bytebufferpool
s51dude
libstring-bufferstack-perl
node-events
puppet-module-ovn
geshi
python-setupdocs
dumbster
mootools
libcrypt-rijndael-perl
mtink
i3status
r-cran-tidyselect
fritzing-parts
ucspi-unix
libb-keywords-perl
git-notifier
pykickstart
libautobox-list-util-perl
krusader
r-cran-maptools
openpgp-applet
pdftk
ruby-mixlib-archive
libtest-indistdir-perl
ruby-gemojione
libstring-trim-perl
liblayout-manager-perl
ruby-uber
libplack-builder-conditionals-perl
ssh-audit
libpath-iterator-rule-perl
ksudoku
vramsteg
libjs-emojify
golang-github-jwilder-encoding
fonts-sil-scheherazade
libconfig-json-perl
py-ubjson
t-prot
python-cotyledon
libstring-format-perl
node-posix-getopt
libjava-jdbc-clojure
commit-patch
libxml-sax-expat-incremental-perl
golang-gopkg-xmlpath.v2
libmirisdr
libdevel-stacktrace-withlexicals-perl
rungetty
node-tilejson
blockout2
node-obj-util
ruby-ice-nine
thermald
python-marshmallow
w3m-el
resolvconf-admin
node-exports-loader
golang-github-erikstmartin-go-testdb
pygts
haskell-iospec
ruby-xml-simple
node-gulp-plumber
optcomplete
doc-central
node-command-join
ruby-memoizable
libhtml-mason-psgihandler-perl
libmoosex-meta-typeconstraint-mooish-perl
libpod-pseudopod-perl
divxcomp
node-merge-descriptors
kwave
pipenv
libstring-diff-perl
zathura-djvu
haskell-test-framework-th
cl-rss
itcl4
gst-libav1.0
ruby-url-safe-base64
w3c-linkchecker
qviaggiatreno
tools-nrepl-clojure
ocaml-ao
votca-tools
tex-gyre
cabextract
node-toidentifier
libxml-autowriter-perl
dask.distributed
libmonitoring-plugin-perl
r-cran-diptest
ruby-rack-proxy
mailavenger
node-express
locket
postgresql-autodoc
php-smbclient
libio-all-lwp-perl
libdevel-simpletrace-perl
websploit
libxxx-perl
libdata-format-html-perl
libtickit-widget-scroller-perl
libtest-image-gd-perl
r-cran-energy
libsignatures-perl
tetradraw
viking
r-cran-snakecase
golang-github-xeipuuv-gojsonschema
ooolib-python
libnss-gw-name
geolinks
lsb
mb2md
imgvtopgm
libdata-dump-streamer-perl
gvpe
python-ajpy
libcatalyst-plugin-redirect-perl
ruby-asciidoctor-plantuml
libpostfix-parse-mailq-perl
libdb-file-lock-perl
libclass-returnvalue-perl
liburi-escape-xs-perl
python-aiomeasures
ruby-fog-aliyun
r-cran-webmockr
r-cran-callr
arno-iptables-firewall
node-fresh
libtemplate-stash-autoescaping-perl
haskell-pipes
r-cran-rlist
gsetroot
node-leven
libtimedate-perl
terraintool
libpoe-component-client-mpd-perl
usbmuxd
libdbd-mysql-perl
pyvo
compass-color-schemer-plugin
xfce4-verve-plugin
libdate-pcalc-perl
zope.fixers
libbusiness-onlinepayment-viaklix-perl
gnome-nibbles
cakephp
node-d3-random
syndie
apertium-swe-nor
libdata-hexdumper-perl
reactphp-stream
archipel-agent-virtualmachine-vnc
mandrill
ledgersmb
node-extsprintf
golang-github-jacobsa-oglematchers
petit
libnet-ph-perl
libapp-cache-perl
libnet-duo-perl
ocaml-sqlexpr
vocproc
r-cran-stars
fitsverify
sphinx-patchqueue
whichwayisup
dnstracer
cl-asdf-system-connections
kmouth
colorhug-client
python-pqueue
libgeo-gpx-perl
libaudio-musepack-perl
libpoe-component-resolver-perl
libdata-showtable-perl
farbfeld
r-cran-diagnosismed
rna-star
nfacct
cmor-tables
node-object.omit
intel-media-driver
r-cran-gridbase
ruby-zip
xinput-calibrator
cutycapt
bbdb
xrdp
libcatmandu-xls-perl
kreversi
qjackctl
libschedule-ratelimiter-perl
libbusiness-isin-perl
pdns-recursor
rox
lua-cliargs
node-d3-brush
gdome2
golang-github-go-xorm-builder
r-cran-jsonld
moblin-cursor-theme
haskell-unix-compat
biomaj3-download
stalonetray
node-stream-http
megatools
libanyevent-serialize-perl
libcatmandu-wikidata-perl
golang-github-grpc-ecosystem-go-grpc-prometheus
haskell-text-zipper
ruby-warden
libstring-tokenizer-perl
ruby-gpgme
starjava-registry
liblexical-failure-perl
genometester
libmoosex-poe-perl
libplack-middleware-deflater-perl
jesred
libterm-filter-perl
pngtools
globus-simple-ca
php-horde-mnemo
pamix
grub-efi-amd64-signed
python-bottle-beaker
php-illuminate-container
dis51
kcharselect
libhtml-widgets-selectlayers-perl
iwatch
fonts-smc-dyuthi
tegaki-python
libperl-prereqscanner-perl
welcome2l
oinkmaster
nyancat
libmail-milter-perl
libcatalyst-plugin-smarturi-perl
node-strict-uri-encode
php-horde-rdo
bloscpack
node-get-caller-file
fstransform
xstrp4
golang-github-shiena-ansicolor
dhis-dns-engine
browse-kill-ring-el
libdist-zilla-plugin-makemaker-awesome-perl
arpalert
horgand
rdp-readseq
libmaxminddb
libmath-libm-perl
haskell-lifted-base
lxqt-policykit
plptools
deepin-notifications
php-solr
dasher
sieve-connect
hl-todo-el
fossil
r-cran-brobdingnag
libcgi-application-plugin-captcha-perl
vim-ultisnips
fbpanel
python-xstatic-jquery.quicksearch
libsimple-validation-java
golang-github-stacktic-dropbox
xcolorsel
dhcpd-pools
libdigest-hmac-perl
minetest-mod-infinite-chest
convertall
puppet-module-aodh
libnet-address-ip-local-perl
lua-xmlrpc
analog
ultracopier
minicom
golang-github-sahilm-fuzzy
bs1770gain
node-simple-swizzle
aggressive-indent-mode
rust-byteorder
ruby-rmagick
conservation-code
ibus-unikey
varna
codequery
ruby-clean-test
nmapsi4
libavc1394
haskell-network-multicast
genetic
golang-github-natefinch-lumberjack
ssldump
haskell-terminal-size
psurface
silkaj
bppsuite
pyvenv-el
libxml-dt-perl
filtergen
libphp-serialization-perl
opencfu
node-coveralls
wal2json
ruby-amqp
hashrat
libgdamm5.0
r-cran-threejs
freehep-export
choqok
node-fs-extra
libopenshot-audio
libpoe-component-irc-perl
inkscape-open-symbols
page-crunch
flatpak-xdg-utils
nrepl-clojure
node-estraverse
puppet-module-barbican
camltemplate
ropemode
setuptools-scm-git-archive
libpolyclipping
no-littering-el
r-cran-pkgbuild
ldap2dns
clamsmtp
node-encodeurl
ruby-http-connection
golang-github-xyproto-pinterface
golang-github-opencontainers-runtime-tools
haskell-monadlib
libnet-libdnet-perl
r-cran-dbplyr
ruby-dataobjects-postgres
logrotate
libextutils-libbuilder-perl
kgeography
libdatetime-format-oracle-perl
tcptraceroute
pyode
squishyball
icli
libvirt-php
safecat
php-db-dataobject
mod-wsgi
ruby-hikidoc
reclass
libwww-shorten-simple-perl
ucspi-tcp
swissknife
libfile-chdir-perl
libxml-filter-reindent-perl
libtemplate-plugin-xml-perl
ruby-twitter
nescc
rsh-redone
rust-shell-escape
testresources
node-temp
libnet-finger-perl
weex
libstring-rewriteprefix-perl
ruby-factory-girl
emacs-window-layout
comparelib
golang-github-dustin-go-humanize
sirikali
libdata-alias-perl
skanlite
jeepyb
mpd-sima
circlator
r-cran-rglwidget
inspectrum
mueller
libwiki-toolkit-plugin-diff-perl
cbootimage
photo-uploader
nitrokey-app
ruby-rubyvis
fonts-woowa-bm
libdata-formvalidator-perl
rust-wasm-bindgen-shared
ruby-rbnacl
libthread-serialize-perl
libdata-sah-normalize-perl
icom
libfortune-perl
smarty-validate
ruby-fog-core
py-libmpdclient
hdmi2usb-fx2-firmware
haskell-word-wrap
numix-icon-theme-circle
php-horde-rpc
iroffer
packer
voctomix-outcasts
libtypes-uuid-perl
halibut
libinline-c-perl
xul-ext-exteditor
libpod-coverage-perl
node-postcss-modules-extract-imports
astlib
maven-bundle-plugin
bdfresize
qpid-python
r-cran-rappdirs
libparse-debcontrol-perl
golang-github-wsxiaoys-terminal
libmath-random-isaac-xs-perl
libnet-domain-tld-perl
haskell-csv
ethtool
node-ansi-font
golang-github-steveyen-gtreap
sigil
xstr
djtools
fonts-sil-mondulkiri-extra
dkg-handwriting
node-es6-shim
less-elements.js
node-file-sync-cmp
adv-17v35x
r-cran-mlbench
gradle-debian-helper
haskell-graphviz
pytagsfs
haskell-multipart
libtest-http-localserver-perl
xfonts-base
euca2ools
node-signal-exit
libfile-fnmatch-perl
lokalize
postgresql-numeral
rust-rayon
libgedcom-perl
golang-github-tidwall-gjson
node-jsprim
haskell-semigroups
golang-github-linuxkit-virtsock
tetzle
sngrep
python-couchdb
slack
node-test
packit
libgeo-inverse-perl
barclay
r-cran-rocr
ruby-netaddr
python-django-etcd-settings
node-original
node-csv-spectrum
rodbc
libmath-int128-perl
golang-github-magiconair-properties
flmsg
memchan
jenkins-trilead-ssh2
garmin-forerunner-tools
jquery-reflection
libcgi-formbuilder-perl
haskell-pipes-group
libhtml-copy-perl
gmusicbrowser
golang-strk.kbt-projects-go-libravatar
r-cran-qvcalc
rust-colored-json
scheme9
node-estree-walker
ruby-aggregate
directvnc
libiscsi
quickcal
stockfish
ocaml-reins
node-graceful-fs
gtkpool
libgitlab-api-v4-perl
pt-websocket
aglfn
msgpack-c
sip-tester
sucrack
golang-github-jmhodges-clock
tdiary-theme
smtpprox-loopprevent
golang-barcode
fonts-tiresias
sugar-log-activity
libjavascript-packer-perl
pdsh
catimg
pcf2bdf
slcurl
jabber-muc
tryton-modules-party-relationship
cedar-backup3
libio-compress-perl
libclass-forward-perl
similarity-tester
artha
ruby-riot
qttranslations-opensource-src
liblist-rotation-cycle-perl
xserver-xorg-input-mutouch
abacas
node-caseless
natbraille
libinstpatch
stops
golang-github-jinzhu-now
icheck
jsmpp
python-demgengeo
libtitanium-perl
libcss-lessp-perl
lxinput
cl-babel
r-cran-httr
icoutils
lambda-align2
libmath-random-secure-perl
rust-openssl-probe
libhttp-request-params-perl
django-ldapdb
php-horde-cssminify
cen64-qt
prips
dvi2dvi
golang-github-datadog-zstd
paje.app
php-zeta-base
golang-github-go-debos-fakemachine
apertium-es-gl
libnativecall-perl
openyahtzee
node-parse-filepath
r-cran-prettyunits
z8530-utils2
libpdl-io-hdf5-perl
libhtml-simpleparse-perl
libpod-2-docbook-perl
mm
ruby-net-dns
libnfsidmap
libhbalinux
vagrant-cachier
nyquist
python-osd
anomaly
haskell-th-reify-many
gpredict
wiggle
libzerg
unattended-upgrades
fractalnow
libnet-scp-expect-perl
libuniversal-exports-perl
fbset
xfce4-cpufreq-plugin
libfailures-perl
kstart
xpenguins
pidgin-otr
node-jsonselect
libexcel-template-perl
fonts-sil-doulos
pytest-django
akonadi-notes
nfs4-acl-tools
r-cran-pkgload
debpaste-el
libdir-self-perl
ruby-molinillo
libencoding-fixlatin-perl
golang-github-smira-commander
percona-toolkit
libpostscriptbarcode
node-core-util-is
gnuplot-iostream
golang-github-gorhill-cronexpr
wacomtablet
ruby-redis-actionpack
libtest-signature-perl
virtualjaguar
effects
mopidy-internetarchive
bcal
libsmali-java
libdbix-class-optimisticlocking-perl
golang-github-mitchellh-iochan
libsoftware-release-perl
cloudcompare
node-function-bind
libtest-command-simple-perl
qutemol
zope.sendmail
ruby-msgpack
r-cran-reticulate
libmarc-parser-raw-perl
ruby-factory-bot
ruby-fog-libvirt
python-pypowervm
packup
clippoly
lightbeam
repsnapper
python-structlog
libsys-gamin-perl
xfce4-weather-plugin
ddclient
node-slice-ansi
pymissile
rdist
gesftpserver
r-cran-mlmrev
libsoftware-license-perl
haskell-xml-html-qq
cppo
tdbc
calcurse
tryton-modules-account-fr-chorus
libconfig-mvp-perl
trac-datefield
xsel
libmenlo-perl
xblast-tnt-models
golang-github-google-certificate-transparency
wxglade
latex-cjk-japanese-wadalab
libjdo-api-java
spinner-el
golang-github-mitchellh-go-vnc
python-cobe
mysecureshell
gnome-mpv
maven-repo-helper
idba
preprocess
compreffor
node-big.js
libarray-diff-perl
golang-github-exponent-io-jsonpath
haskell-wl-pprint-annotated
saaj-ri
apertium-es-pt
golang-github-spf13-pflag
synfigstudio
libosm-gary68-perl
libpoe-component-client-ident-perl
gadmin-rsync
libnet-akamai-perl
python-fido2
libtest-log-dispatch-perl
ruby-oily-png
debtags
troffcvt
svn-all-fast-export
libbio-asn1-entrezgene-perl
libcapture-tiny-perl
fonts-lohit-telu
libhtml-tokeparser-simple-perl
haskell-haxr
libuniversal-ref-perl
ruby-coffee-script-source
r-cran-hwriter
libtemplate-plugin-stash-perl
r-cran-rotl
codeville
phpseclib
congruity
freehep-graphicsio-pdf
netlib-java
tklib
lakai
git-remote-bzr
apertium-es-ro
ufoai-data
node-d3-queue
tools-analyzer-clojure
fusion-icon
libmime-explode-perl
libtry-tiny-byclass-perl
golang-pault-go-archive
gnomad2
gcc-h8300-hms
dav4tbsync
view3dscene
joda-convert
libsearch-elasticsearch-perl
dh-exec
sipsak
telepathy-gabble
node-jsonfile
httpcomponents-core
python-django-ordered-model
golang-github-biogo-hts
libdata-flow-perl
crunch
vagrant-hostmanager
python-backports-abc
oidua
python-id3
golang-github-viki-org-dnscache
naspro-bridge-it
golang-github-cznic-strutil
libcatalyst-plugin-log-dispatch-perl
r-cran-mfilter
golang-gomemcache
node-gulp-coffee
ruby-rack-cors
r-cran-lambda.r
haskell-threads
golang-github-imdario-mergo
epiphany-browser
peco
blackbox-themes
node-object-copy
r-cran-seriation
libpdf-api2-perl
r-cran-backports
php-fdomdocument
ghemical
libdbix-class-resultset-recursiveupdate-perl
dascrubber
qemuctl
pyinsane
jquery-simpletreemenu
libreverseproxy-formfiller-perl
inosync
libmoosex-configuration-perl
focuswriter
r-cran-rvest
libemail-foldertype-perl
slof
ruby-powerpack
peek
gimplensfun
theano
rust-serde-derive
colortail
kanyremote
octave-statistics
libdevel-overloadinfo-perl
xcape
coturn
wmbattery
r-bioc-affyio
ocaml-mm
foremancli
idjc
cl-reversi
apache-mime4j
rust-scroll-derive
buildapp
node-promise-inflight
libclass-ehierarchy-perl
mh-book
fonts-kacst
doclifter
golang-github-gosuri-uitable
golang-dbus
vkeybd
node-pseudomap
ocaml-dbus
xsok
libpdl-graphics-gnuplot-perl
xsol
libcpan-reporter-perl
mini-dinstall
tryton-modules-stock-shipment-measurements
libclass-data-inheritable-perl
node-chrome-trace-event
ruby-ansi
r-cran-future
python-junit-xml
libnet-mac-perl
buzztrax
node-meow
libcpan-meta-check-perl
rtorrent
php-pclzip
libwibble
mpdas
gastables
python-httpretty
bcpp
fitsh
apertium-urd-hin
djagios
syncache
kio-gopher
koules
rggobi
sylpheed-doc
libcgi-github-webhook-perl
xfonts-a12k12
apertium-pt-ca
python-schema-salad
golang-github-pkg-sftp
gnome-clocks
complete-clojure
snakefood
pykaraoke
lavapdu
libauthen-krb5-simple-perl
boomaga
python-zunclient
libmath-base85-perl
libcairo-gobject-perl
prometheus-snmp-exporter
golang-github-fhs-go-netrc
recoverjpeg
libkeyword-simple-perl
golang-github-labstack-gommon
libdbix-connector-perl
gtklick
hexchat-otr
gozerbot
golang-github-digitalocean-godo
libtie-simple-perl
liblog-dispatch-filewriterotate-perl
node-bn.js
libtoolkit-perl
intercal
libconfig-grammar-perl
postgresql-mysql-fdw
ca-certificates
uim-chewing
signify-openbsd-keys
xserver-xorg-video-neomagic
libhtml-entities-numbered-perl
php-phpdocumentor-reflection-common
ruby-fuubar
mksh
libiptables-chainmgr-perl
myspell
chasquid
libpath-iter-perl
starjava-cdf
libxml-handler-printevents-perl
node-mess
samblaster
node-utils-merge
librpc-xml-perl
libfreecontact-perl
rust-bzip2-sys
mm3d
golang-github-pmezard-go-difflib
libmime-lite-tt-perl
libmouse-perl
libshell-posix-select-perl
checkpw
apertium-pt-gl
cupp
libstring-parity-perl
qwbfsmanager
pgzero
r-cran-openssl
tomcatjss
rust-gdk-pixbuf-sys
libemail-date-perl
python-naturalsort
golang-github-bep-debounce
isatapd
iptables-persistent
php-date
lua-augeas
node-tildify
libmonkey-patch-perl
el-api
libnss-pgsql
memtest86
fityk
gosa-plugin-mailaddress
xorg-sgml-doctools
libbenchmark-apps-perl
php-memcached
ldcofonts
cavezofphear
r-bioc-delayedarray
libouch-perl
modglue
php-horde-smtp
libdatetime-timezone-tzfile-perl
jzlib
libdbix-class-perl
haskell-sdl-ttf
glpeces
node-write-file-promise
mumudvb
ruby-beaker-hostgenerator
golang-github-pkg-term
delay
php-horde-db
reactphp-dns
tardy
python-pymummer
libretro-desmume
grfcodec
puppet-module-duritong-sysctl
node-cli-cursor
pytest-sugar
ruby-haml-contrib
hashid
golang-github-stathat-go
libtest-modern-perl
haskell-crypto-api
python-pdal
python-shelltoolbox
ruby-useragent
haskell-libxml-sax
xavante
libmail-thread-perl
node-ansi-regex
pyglet
kraptor
libunicode-map-perl
poedit
node-parse-glob
acfax
diploma
pglogical-ticker
voluptuous-serialize
zatacka
perm
rsync
genht
libterm-extendedcolor-perl
libjsyntaxpane-java
file-kanji
netcat
golang-github-couchbase-ghistogram
ruby-cucumber-expressions
libspecio-library-path-tiny-perl
python-pbcommand
fw4spl
libapache2-mod-authn-yubikey
dgedit
noweb
python-changelog
lombok-patcher
liblarch
golang-blitiri-go-spf
gxkb
twatch
curtain
mimetex
tnftp
golang-gopkg-dancannon-gorethink.v1
node-array-flatten
pnmixer
libregexp-stringify-perl
haskell-cereal-conduit
minetest-mod-mobs-redo
assertj-core
lv2
casacore-data-tai-utc
libclass-data-accessor-perl
node-mutate-fs
ruby-systemu
kopano-webapp-plugin-files
php-horde-openxchange
octave-queueing
davmail
clj-tuple-clojure
pgagent
golang-github-hashicorp-hil
xauth
libgeo-functions-perl
libpod-pom-view-restructured-perl
libmath-round-perl
ruby-github-linguist
gmtkbabel
phonon-backend-vlc
libpod-coverage-trustpod-perl
esekeyd
bowtie2
golang-github-bmizerany-pat
python-libpcap
golang-github-twstrike-otr3
golang-github-docker-leadership
quadrapassel
pychromecast
ocaml-config-file
maven-debian-helper
libai-decisiontree-perl
drawxtl
ascii2binary
node-uri-path
r-cran-ecodist
libbuffy
btrfsmaintenance
libcode-tidyall-plugin-yamlfrontmatter-perl
adonthell
libcgi-xml-perl
casacore-data-igrf
cu2qu
tarlz
node-sshpk
zsh-antigen
netrw
pytracer
g3dviewer
libnss-ldap
python-versuchung
slashtime
muttprofile
libenv-path-perl
urlview
rkhunter
python-project-generator
ruby-zip-zip
processing-core
jackson-annotations
grub2-splashimages
ruby-connection-pool
libtext-typography-perl
keysync
libdist-inkt-role-test-perl
libconfig-yaml-perl
phpab
node-escape-html
bmap-tools
pyptlib
minetest-mod-torches
git-crypt
tideways
libmodplug
pam-shield
libdist-zilla-util-test-kentnl-perl
delly
dvi2ps
libtemplate-plugin-json-escape-perl
libkiwix
fonts-gujr-extra
ramond
libimager-qrcode-perl
edbrowse
python-gnocchiclient
trac-translatedpages
r-cran-sdmtools
lua-scrypt
libbsd-resource-perl
daligner
node-yargs-parser
python-bloomfilter
wmsystemtray
fluid-soundfont
libsearch-elasticsearch-client-1-0-perl
golang-github-smira-flag
ruby-chronic
wmcliphist
box2d
geronimo-ejb-3.0-spec
ruby-rails-assets-perfect-scrollbar
haskell-tasty-kat
ruby-jar-dependencies
ssh-agent-filter
r-cran-eipack
haskell-reducers
scoary
liblwp-authen-oauth2-perl
r-cran-mclust
xtel
node-utml
command-not-found
gnome-taquin
haskell-gi-xlib
ruby-errbase
golang-github-issue9-identicon
node-retape
libcpan-mini-perl
python-halberd
meta-torch-core-free
tendermint-go-process
cube2font
dns-root-data
casacore-data-lines
libparsington-java
rust-regex-syntax
libio-socket-portstate-perl
osmcoastline
libtk-fontdialog-perl
bibclean
python-requestsexceptions
ros-wstool
debmake
ssh-import-id
libhtml-calendarmonthsimple-perl
libfile-policy-perl
jester
mah-jong
wav2cdr
kjots
libskinlf-java
libfinance-quotehist-perl
libsignal-mask-perl
libtest-database-perl
libdevel-caller-ignorenamespaces-perl
node-grunt-cli
buici-clock
aespipe
r-cran-interp
lltag
golang-github-gogo-googleapis
node-safe-buffer
node-osenv
phpunit-object-reflector
elisp-bug-hunter
haskell-conduit-extra
jss
reactphp-socket
libthread-pool-simple-perl
wrapperfactory.app
freedombox-setup
lwn4chrome
gkrellm-tz
r-cran-knitr
libnet-netmask-perl
libarray-unique-perl
ruby-nokogiri
apt-listchanges
bdii
daisy-player
googlefontdirectory-tools
nss-pem
tcpser
connman-gtk
libgraph-easy-perl
trace-summary
keylaunch
driftnet
delta
liblucene-queryparser-perl
libnet-interface-perl
libstdc++-arm-none-eabi
haskell-cereal-vector
kontact
tmfs
pyracerz
bumblebee
php-fabiang-sasl
tools-cli-clojure
uaputl
gmt-dcw
git-remote-hg
ruby-whenever
nickle
recon-ng
fonts-seto
colormake
libatasmart
draai
libxpp2-java
ruby-file-tail
netcdf
tryton-modules-country
libdevel-backtrace-perl
node-wide-align
pyicloud
antigrav
sunpy
haskell-primitive
libcatalyst-plugin-static-simple-perl
libauthen-smb-perl
skycat
ruby-after-commit-queue
ocl-icd
libunicode-maputf8-perl
r-cran-scatterplot3d
mopidy-podcast-itunes
vinetto
api-sanity-checker
r-cran-udunits2
libjson-java
hardinfo
iodine
pg-comparator
libstring-scanf-perl
cpu-checker
ckeditor
ruby-task-list
libxray-scattering-perl
phpmd
libwww-google-calculator-perl
libconfigreader-simple-perl
switchconf
cubicsdr
golang-github-throttled-throttled
kbackup
golang-github-containerd-console
openarena-players
libdigest-md2-perl
nagstamon
libppi-perl
incron
haskell-djinn-lib
kpcli
cl-chunga
libhtml-formfu-perl
pacman
scute
libpod-weaver-perl
mocker-el
libcookie-baker-xs-perl
eterm
gnome-user-share
debirf
netrek-client-cow
librt-client-rest-perl
libtest-bits-perl
ruby-omniauth-shibboleth
minetest-mod-homedecor
haskell-split
libb-compiling-perl
ledmon
lua-inspect
uuidm
sphinxcontrib-autoprogram
golang-github-hashicorp-logutils
libparse-dmidecode-perl
madplay
golang-github-segmentio-kafka-go
libdist-zilla-plugin-metaprovides-package-perl
fonts-play
zope.cachedescriptors
libdevel-repl-perl
wget
libdist-zilla-plugin-bootstrap-lib-perl
midge
breeze-plymouth
golang-gopkg-hlandau-service.v2
gap-gapdoc
criticalmass
gnome-books
ruby-jekyll-watch
libcli-framework-perl
python-orderedmultidict
puppet-module-puppetlabs-tftp
norsnet
spice-vdagent
post-el
fcitx-punc-ng
plsense
wmsun
termdebug
php-excimer
libmr-tarantool-perl
hotspot
wpan-tools
ditaa
node-sinon
libapp-nopaste-perl
libdata-hal-perl
gl-117
tasksh
multcomp
roundcube-plugins-extra
libomxvorbis
ccextractor
php-oauth
tcpspy
sugar-jukebox-activity
libmrss
lua-sec
userv
ruby-akismet
sagenb
libtk-dirselect-perl
libnss-extrausers
tcpreen
crac
mozjs52
haskell-crypto-random
four-in-a-row
python-iso8583
ruby-maruku
golang-github-socketplane-libovsdb
haskell-yesod-core
node-monocle
gwhois
kasumi
python-paho-mqtt
secpanel
golang-github-siddontang-goredis
ambdec
rust-crossbeam-0.3
cl-trivial-garbage
ruby-rails-html-sanitizer
libapache2-mod-xsendfile
x2goclient
haskell-store
fregression
rust-dtoa-short
ros-catkin
battery-stats
glibmm2.4
mimefilter
libtemplate-plugin-digest-md5-perl
fdupes
python-line-profiler
fonts-aksharyogini2
libpam-mklocaluser
kscreen
gnomekiss
octavia-dashboard
cmdreader
libwarnings-illegalproto-perl
r-cran-rcmdrmisc
golang-github-karlseguin-ccache
crda
fwlogwatch
bpm-tools
libtext-unaccent-perl
blepvco
calibre
ruby-websocket-extensions
golang-github-spf13-viper
liblwp-useragent-chicaching-perl
netkit-telnet
subuser
php-psr-container
lua-inotify
tmux
node-loud-rejection
r-cran-domc
icmpinfo
pgcli
php-doctrine-instantiator
fonts-tomsontalks
uid-wrapper
node-is-reference
trac-tags
python-pdftools
gconf-editor
r-cran-sjlabelled
libfcgi-client-perl
ruby-diva
rust-commoncrypto-sys
r-cran-pbkrtest
vtprint
node-d3-interpolate
culmus
cyclades-serial-client
r-cran-nortest
php-sabre-vobject
zanshin
ruby-integration
libstatistics-online-perl
python-xstatic-angular-gettext
opengrm-ngram
flask-cache
isomaster
puppet-module-oslo
gogglesmm
haskell-bloomfilter
paisley
libanyevent-httpd-perl
golang-github-namsral-flag
rust-nodrop-union
libconfig-record-perl
golang-github-lpabon-godbc
rosegarden
pd-log
node-to-absolute-glob
libswish-api-common-perl
pcapy
node-is-glob
quotatool
golang-github-juju-utils
lightyears
golang-github-weppos-dnsimple-go
maven-war-plugin
libfile-ncopy-perl
svn-buildpackage
brp-pacu
php-http-webdav-server
gtimelog
node-shebang-command
pslist
node-fetch
crip
python-daphne
magicmaze
gwama
cl-abnf
whalebuilder
libnet-openid-consumer-perl
plymouth-kcm
libgeo-coder-googlev3-perl
lcas-lcmaps-gt4-interface
cfingerd
libpgobject-type-json-perl
taskd
haskell-numtype-dk
ruby-rails-deprecated-sanitizer
fextremes
libhttp-parser-xs-perl
liblingua-en-fathom-perl
libcrypt-openssl-pkcs12-perl
libcatalyst-controller-html-formfu-perl
nautilus-hide
fonts-freefont
libtelephony-asterisk-ami-perl
gnome-mines
astropy-healpix
dd2
minimap
golang-github-go-redis-redis
pgsphere
fastx-toolkit
libxml-handler-trees-perl
pam-ssh-agent-auth
mrrescue
graphmonkey
libwx-scintilla-perl
usbprog
libcommons-el-java
libunicode-escape-perl
php-horde-itip
tryton-modules-purchase-invoice-line-standalone
nanoc
ixo-usb-jtag
libaws-signature4-perl
vdr-plugin-weather
fonts-sil-gentium
liburi-smarturi-perl
gnome-shell-extension-tilix-shortcut
wmdrawer
quadrule
libemail-find-perl
puppet-module-voxpupuli-ssh-keygen
node-package-preamble
libaudio-flac-header-perl
xmldiff
karchive
libdbix-profile-perl
beav
pd-lua
haskell-monad-journal
raphael
crypt++el
node-dashdash
libnet-dbus-glib-perl
calculix-ccx
libcatalystx-injectcomponent-perl
node-filesize
node-emojis-list
mupen64plus-ui-console
kanboard-cli
node-random-bytes
haskell-qrencode
node-to-object-path
auto-apt-proxy
libhtml-scrubber-perl
golang-github-kotakanbe-go-pingscanner
golang-github-juju-loggo
rgbpaint
cron
memtester
allure
moin
polkit-kde-agent-1
libfile-keepass-perl
tagcloud
libdevel-strictmode-perl
blosxom
d-shlibs
libxml-parser-perl
libschedule-cron-perl
libmysql-diff-perl
dd-plist
phylip
libpod-weaver-section-support-perl
golang-github-mendersoftware-log
libtangence-perl
ofxstatement-plugins
php-horde-oauth
mochiweb
node-deprecated
signon-ui
fonts-cmu
libsejda-injector-java
colplot
node-fragment-cache
fssync
kfind
gitless
beef
libtest-nobreakpoints-perl
flim
ruby-contest
linuxptp
flip
mender-client
libjson-validator-perl
beep
r-cran-foreach
r-cran-popepi
smokeping
php-pinba
ruby-jbuilder
byacc
libattean-perl
ros-roslisp
pangomm
id3ren
minissdpd
rst2pdf
fwupdate-amd64-signed
tv-fonts
ganglia-nagios-bridge
rust-cargo-metadata
ruby-omniauth-remote-user
sweethome3d-furniture
node-utilities
python-utils
anope
node-module-deps
mothur
apertium-streamparser
ruby-pdf-inspector
ruby-gitlab-flowdock-git-hook
cl-anaphora
php-lua
shelldap
libdbd-sqlite3-perl
flask-api
ruby-sshkey
pthreading
greylistd
libanyevent-cachedns-perl
golang-github-knqyf263-go-rpm-version
python-django-jsonfield
golang-github-googleapis-gax-go
libxml-checker-perl
dujour-version-check-clojure
node-md5.js
websocket-client
vim-addon-manager
gparted
tnef
libtie-array-sorted-perl
gnuhtml2latex
golang-github-dnephin-cobra
libparse-binary-perl
libpam-chroot
fonts-manchufont
python-feedvalidator
libpdl-ccs-perl
libalias-perl
jerry
vorbisgain
musescore-sftools
python-mecab
libmoosex-types-portnumber-perl
ansible
xjdic
triod-postnaja
cellwriter
gitolite3
dicom3tools
liblocale-subcountry-perl
tkabber-plugins
flog
qtop
qtox
node-browserify-cipher
ruby-sshkit
ruby-beautify
libics
python-httptools
node-vue-style-loader
ruby-minitest-around
golang-github-yohcop-openid-go
fluidsynth-dssi
ifhp
open-infrastructure-compute-tools
ddrutility
python-concurrent.futures
usb-modeswitch
utfcpp
haskell-persistent-postgresql
libfinance-bank-ie-permanenttsb-perl
wmtop
node-normalize-git-url
x11-utils
libfile-rsyncp-perl
rust-x11
fonts-evertype-conakry
python-flask-sockets
lightspeed
libhtml-highlight-perl
libsvn-svnlook-perl
docbook-ebnf
golang-github-gosuri-uilive
w9wm
kajongg
libapache-session-ldap-perl
libproc-wait3-perl
ruby-vagrant-cloud
gnustep-examples
granule
inifile
puppet-module-voxpupuli-corosync
r-bioc-graph
pgdbf
libencode-detect-perl
php-nrk-predis
tkdesk
prewikka
inform6-library
golang-github-jlaffaye-ftp
libexpect-perl
haskell-tasty-quickcheck
libmoosex-types-structured-perl
pngcrush
node-memory-fs
kid
node-slide
libtickit-widget-tabbed-perl
jline2
libcatalyst-plugin-session-store-fastmmap-perl
commons-pool2
rust-time
ufraw
akregator
php-horde-view
rust-foreign-types
sleepyhead
golang-github-appc-goaci
cbmplugs
liblinux-inotify2-perl
i18nspector
node-pseudorandombytes
when
cl-iterate
creduce
uucpsend
golang-github-mgutz-ansi
libbareword-filehandles-perl
node-syntax-error
ruby-gollum-rugged-adapter
gnome-shell-extension-system-monitor
xjadeo
octave-lssa
ruby-xpath
xmahjongg
flask-ldapconn
ruby-bcrypt
node-stringprep
node-static
libdata-visitor-perl
sgabios
sshcommand
libxml-sax-expat-perl
flwm
ruby-extlib
sacc
devilspie2
pgpgpg
ruby-fugit
pyxplot
node-pako
openarena-data
python-httpsig
libfile-inplace-perl
osmctools
libunicode-japanese-perl
xrootconsole
libinfluxdb-lineprotocol-perl
sdrangelove
rust-socket2
libmodule-info-perl
libv-perl
screenie
ws-butler
ratpoison
ruby-fog-json
node-jsonparse
mupen64plus-video-z64
node-icss-replace-symbols
ruby-brandur-json-schema
engine-mode
hachoir-wx
haskell-regex-tdfa
libmail-imaptalk-perl
smarty-lexer
relatorio
tatan
nss-passwords
php-horde-translation
crystalcursors
golang-github-kjk-lzma
xfce4-session
xmlstarlet
pipexec
golang-github-tv42-zbase32
citus
node-filename-regex
mummer
libdist-inkt-role-test-kwalitee-perl
php-horde-url
golang-gopkg-guregu-null.v2
php-horde-autoloader
cricket
libdata-sorting-perl
libemail-outlook-message-perl
golang-github-gorilla-handlers
node-json2module
cl-interpol
gauche-gl
ruby-rails-assets-jquery-ui
node-require-all
libdatetime-format-natural-perl
randtype
python-sshoot
ocamlweb
node-htmlparser2
libtime-duration-perl
libjs-qunit
pytest-doctestplus
openbsd-inetd
birdfont
libmoosex-mungehas-perl
fcitx-imlist
node-orchestrator
ounit
ruby-introspection
jwchat
librouter-simple-perl
ledger-wallets-udev
php-mf2
compizconfig-python
foremost
golang-gopkg-cheggaaa-pb.v2
libjira-client-perl
diffuse
ostinato
duplicity
libgit-sub-perl
node-websocket-driver
rarpd
node-core-js
openpref
jed-extra
r-cran-rspectra
mupen64plus-input-sdl
libxmlenc-java
flight-of-the-amazon-queen
libcrypt-openssl-ec-perl
golang-gopkg-robfig-cron.v2
dia2code
uvloop
dh-ada-library
rexical
libatteanx-store-ldf-perl
tuxcmd
libencode-jis2k-perl
gabedit
node-reinterval
ruby-websocket-driver
fonts-sil-padauk
rotix
browserpass
multitail
ctdconverter
libmakefile-dom-perl
maven-clean-plugin
libhash-case-perl
flvstreamer
spyder-reports
libproc-guard-perl
fonts-smc-anjalioldlipi
postgresql-hll
feedreader
fonts-lg-aboriginal
php-illuminate-support
node-mocha-lcov-reporter
python-aioxmpp
mtj
libnet-dns-resolver-mock-perl
qmath3d
ruby-state-machines
dh-make-golang
jformatstring
ccd2iso
pppconfig
libiptables-parse-perl
swe-standard-data
germinate
python3-proselint
httpie
pantomime-clojure
libeval-closure-perl
zope-debhelper
fhist
cmdtest
node-wildemitter
tools-reader-clojure
libhtml-fromtext-perl
rust-grep-regex
hardlink
node-isarray
libnet-jabber-bot-perl
python-statistics
pyrrd
python-paver
fonts-umeplus-cl
libgeoip2-perl
golang-github-mattn-go-zglob
sane-frontends
loook
libmarc-file-marcmaker-perl
holes
unknown-horizons
liburi-db-perl
pexec
libalgorithm-svm-perl
boswars
partitionmanager
fcoe-utils
libmodule-pluggable-perl
libtk-objscanner-perl
ruby-nenv
gnome-pie
dune-common
olive-editor
tryton-modules-account-statement
libdbd-mock-perl
libapache2-mod-auth-mellon
gpart
libchi-perl
golang-github-weaveworks-mesh
fortunes-bofh-excuses
cbp2make
missfits
libtext-bidi-perl
python-stompy
tryton-modules-edocument-uncefact
f-el
libtest-file-perl
php-json-schema
libmbassador-java
node-is-valid-glob
emacs-smeargle
r-cran-polycub
node-uid-safe
libdbix-fulltextsearch-perl
gnugo
libclass-dbi-fromform-perl
ruby-stringex
r-cran-rentrez
polymaps
libtablelayout-java
libjson-any-perl
hfsprogs
fonts-dustin
pcaputils
sphinx-celery
node-mimic-response
ruby-exif
libnet-sieve-perl
gsm0710muxd
node-jszip
libjs-requirejs-text
motion
lua-lxc
libdatetime-incomplete-perl
cloud-sptheme
jmodeltest
fcheck
libsub-exporter-progressive-perl
scim-thai
safelease
ruby-wikicloth
qsampler
lilyterm
gzrt
puppet-strings
json-smart
libconfig-crontab-perl
ansi
gnuit
eshell-up
s3fs-fuse
libb-hooks-op-check-entersubforcv-perl
kernel-wedge
fonts-aoyagi-kouzan-t
nautilus-image-converter
php-horde-lock
sash
libdist-zilla-plugin-twitter-perl
globus-gass-copy
sasm
npm2deb
trimmomatic
python-pyface
logtool
visidata
berkeley-abc
jeromq
libtext-micromason-perl
libmp3-tag-perl
ruby-em-synchrony
trilead-ssh2
php-horde-wicked
lbdb
octave-doctest
libwww-mechanize-shell-perl
php-ssh2
libmoosex-simpleconfig-perl
golang-github-peterbourgon-diskv
jabberbot
x52pro
paperkey
libpgobject-util-dbadmin-perl
r-cran-remotes
r-bioc-annotate
node-jquery.waitforimages
mcrl2
node-validate-npm-package-license
cryfs
libmojolicious-plugin-assetpack-perl
r-cran-aer
fnonlinear
r-cran-cardata
golang-github-dgryski-go-bits
liblog-any-adapter-screen-perl
node-readable-stream
mojo-executor
prometheus-pushgateway
tcpstat
golang-github-andreyvit-diff
savi
html5-parser
ruby-rails-assets-highlightjs
libgtk3-perl
rust-encoding-index-simpchinese
golang-github-shopify-logrus-bugsnag
node-set-blocking
libmime-lite-html-perl
klines
libparse-edid-perl
libmango-perl
libnews-article-perl
abicheck
knockd
hivelytracker
libshell-config-generate-perl
erlang-erlware-commons
php-horde-controller
puppet-module-saz-memcached
ruby-activemodel-serializers-xml
pd-arraysize
fonts-ddc-uchen
cssc
usepackage
ruby-devise-token-authenticatable
libmoosex-types-common-perl
node-d3-scale
libfile-find-rule-perl
spi-tools
libgetopt-lucid-perl
m17n-docs
tidy-proxy
golang-github-juju-ratelimit
mstch
licenseutils
core-memoize-clojure
xymonq
golang-github-proglottis-gpgme
node-progress
netanim
gnome3-emblems
libglib-object-introspection-perl
golang-github-sjoerdsimons-ostree-go
miscfiles
nproc
scala-parser-combinators
wl-beta
python-pymetar
tryton-modules-account-credit-limit
shellex
voxbo
node-pre-gyp
xgalaga++
liborlite-mirror-perl
ocamlbuild
rust-rdrand
libxml-xupdate-libxml-perl
moreutils
mcron
node-pinkie
r-cran-dichromat
olpc-xo1
libgdal-grass
libtext-roman-perl
ruby-net-ssh-multi
ruby-rails-assets-jquery-colorbox
cl-rfc2388
node-regjsparser
python-bottle-sqlite
reactphp-promise-timer
nethogs
php-horde-vfs
xlunzip
liboobs
node-load-grunt-tasks
rblcheck
ruby-rails-assets-jquery-fullscreen
fcitx-sunpinyin
golang-github-rogpeppe-fastuuid
ruby-test-unit
librdp-taxonomy-tree-java
xyscan
heapdict
golang-github-influxdata-go-syslog
node-beeper
node-stream-array
libclass-inner-perl
lttnganalyses
amap-align
fcopulae
libtext-table-perl
gnome-shell-extension-tilix-dropdown
minetest-mod-worldedit
golang-github-montanaflynn-stats
ristretto
ruby-lumberjack
r-cran-webshot
idm-console-framework
shellia
qmidinet
libtext-rewriterules-perl
maven-antrun-plugin
ukui-session-manager
gtick
mhonarc
umbrello
ruby-ncurses
restorecond
sweethome3d
greekocr4gamera
python-murmurhash
jsunit
libmodule-install-extratests-perl
libtime-hr-perl
libmodule-starter-pbp-perl
giada
toil
m2l-pyqt
ruby-kitchen-salt
golang-github-ogier-pflag
gkermit
hobbit-plugins
libextutils-depends-perl
xxgdb
avce00
fcitx-anthy
libio-digest-perl
biomaj3
libnumber-range-perl
python-xstatic-jsencrypt
londiste
zsh-syntax-highlighting
festvox-czech-krb
golang-github-influxdata-tdigest
python-musicpd
golang-github-neelance-astrewrite
tryton-modules-party
laby
fonts-sawarabi-mincho
equalx
dired-rsync
flann
golang-github-shopify-sarama
pycangjie
r-cran-ritis
haskell-microlens-th
golang-github-stvp-go-udp-testing
pngphoon
node-jsonify
libclass-dbi-loader-perl
node-leaflet-formbuilder
node-imports-loader
r-cran-ape
rdesktop
jctools
maven-invoker
python-pygerrit2
subdownloader
trapperkeeper-scheduler-clojure
libmonitoring-livestatus-class-perl
node-d3-timer
protobuf-java-format
golang-blitiri-go-systemd
libdevel-confess-perl
openvas-scanner
libtest-postgresql-perl
xmhtml
pdfcrack
tomb
starjava-vo
keynav
apngasm
distorm64
golang-github-oklog-ulid
rust-crossbeam-utils-0.5
pcmanfm
splat
splay
sniffit
r-cran-arm
quvi
node-gulp-flatten
libfile-modified-perl
prometheus-mongodb-exporter
vsdump
python-cjson
cl-who
libref-util-xs-perl
wakeonlan
python-kyotocabinet
icon
louie
r-cran-getopt
birdtray
xsddiagram
gkrellm-mailwatch
libanyevent-xmpp-perl
shibboleth-resolver
golang-github-smartystreets-assertions
libdata-paginator-perl
guncat
unibetacode
toot
golang-github-bitly-go-simplejson
r-cran-earth
gespeaker
ruby-roadie
igor
luarocks
xblast-tnt-levels
modernizr
ktp-filetransfer-handler
rust-timerfd
fonts-komatuna
libdbix-class-introspectablem2m-perl
sockjs-client
node-config-chain
prelude-manager
f-irc
node-xtend
libproc-simple-perl
libgraphics-colornames-perl
libhttp-cookiemonster-perl
ruby-rb-inotify
ruby-clamp
ruby-shellany
intltool
golang-github-nebulouslabs-fastrand
arpwatch
live-tools
chrony
ksnakeduel
ddcci-driver-linux
node-timeago.js
mimepull
mp4h
biomaj3-zipkin
maven-filtering
r-cran-mitools
libjamon-java
libtest-http-server-simple-stashwarnings-perl
multimail
ddate
fonts-sil-andikanewbasic
gradle-completion
libxml-dom-perl
galois
libclass-dbi-plugin-type-perl
libcsv
jugglinglab
golang-gopkg-retry.v1
libstat-lsmode-perl
python-translitcodec
libcolor-library-perl
mrtg
libapache2-sitecontrol-perl
monkeysphere
mbed-test-wrapper
golang-raven-go
rust-thin-slice
fonts-misaki
libtime-mock-perl
vulkan-validationlayers
libauthen-simple-radius-perl
libcatalyst-modules-perl
ifile
camlp4
camlp5
ruby-gelf
node-debug-fabulous
libjs-lrdragndrop
golang-github-odeke-em-command
wily
normalize-audio
debpartial-mirror
r-cran-stabledist
r-cran-epitools
r-cran-xfun
sphinxcontrib-docbookrestapi
libwww-nicovideo-download-perl
libtext-metaphone-perl
libclass-multimethods-perl
golang-github-willfaught-gockle
ogdi-dfsg
mydumper
libend-perl
mysqltuner
golang-github-daviddengcn-go-colortext
node-through
jruby-openssl
golang-github-go-openapi-jsonpointer
chiark-tcl
pomegranate-clojure
jube
crossfire-maps
libtest-eol-perl
libhtml-formfu-model-dbic-perl
golang-github-cznic-lldb
bzr-git
vim-tlib
urdfdom-headers
magnum-ui
golang-github-nytimes-gziphandler
latexmk
latexml
php-horde-data
pd-ableton-link
php-horde-date
libcdk-perl
libreoffice-texmaths
ruby-jquery-datatables-rails
lua-copas
node-create-ecdh
runawk
pysph
wipe
node-esprima-fb
libnet-bonjour-perl
rust-yaml-rust
r-cran-miniui
netcat-openbsd
slowaes
haskell-diagrams-lib
tryton-modules-google-maps
kwordquiz
python-pywebview
uwsgi-plugin-php
crypto-random-clojure
magithub
pd-extendedview
golang-github-yosssi-ace
libwww-bugzilla-perl
autoconf2.13
apt-src
gettext-ant-tasks
libdancer-plugin-email-perl
r-bioc-ebseq
ruby-mimemagic
rasdaemon
muparserx
libconfig-model-perl
python-aiosmtpd
vrrpd
intel-cmt-cat
hothasktags
haskell-data-default-instances-containers
golang-github-jacobsa-util
libtest-unixsock-perl
yorick-imutil
puppet-module-puppetlabs-mongodb
fmultivar
jfugue
xdaliclock
pulsemixer
ltrsift
mpdris2
python-django-timezone-field
maven-reporting-api
python-lxc
libapache2-mod-auth-gssapi
sablecc
libnetdot-client-rest-perl
r-bioc-genomicalignments
gimagereader
fonts-lohit-beng-assamese
latd
node-millstone
libapache-mod-evasive
ruby-net-http-digest-auth
golang-github-hanwen-usb
node-falafel
autoproject
apt-move
haskell-wizards
php-getid3
stunnel4
flup
golang-glide
minisapserver
supercat
phyx
xbuilder
ruby-buftok
nanook
r-bioc-deseq2
libnet-fastcgi-perl
moap
libcrypt-mysql-perl
node-babel-plugin-transform-decorators-legacy
xwax
tseries
libperlmenu-perl
ruby-arel
synaptic
golang-github-cespare-xxhash
libxml-descent-perl
ruby-expression-parser
xslthl
node-string.prototype.codepointat
autoconf2.64
pidgin-encryption
mpgtx
apertium-bel-rus
blockattack
certspotter
haskell-data-binary-ieee754
fonts-ecolier-lignes-court
libtest-exception-perl
node-time-stamp
libmodule-used-perl
ctop
mock
r-cran-pbivnorm
tpm2-tools
intel-vaapi-driver
liblocale-maketext-lexicon-perl
ruby-terminal-table
hamexam
sass-elisp
libxml-atom-fromowl-perl
libcereal
e2ps
telepathy-python
r-cran-matchit
ebib
haskell-hashable
nlme
diskscan
jamin
murrine-themes
puppet-module-saz-rsyslog
libmath-vecstat-perl
node-d3-ease
cowsay
libtext-wagnerfischer-perl
ruby-ruby2ruby
gnome-documents
lloconv
libjettison-java
plzip
golang-github-syncthing-notify
schema2ldif
planetfilter
ruby-puppet-forge
rust-redox-termios
libtie-hash-regex-perl
sbws
kookbook
paredit-everywhere
gnome-weather
xfonts-encodings
cinnamon-translations
libtest-classapi-perl
golang-github-graph-gophers-graphql-go
libnet-patricia-perl
disruptor
chron
libmoosex-types-json-perl
ruby-peek-performance-bar
sugar-imageviewer-activity
tiledarray
gflags
openarena-players-mature
tdiary-style-gfm
purelibc
netdiag
levee
hibernate
mpg321
python2-pythondialog
vim-khuno
cl-curry-compose-reader-macros
funcoeszz
maxflow
golang-github-keltia-archive
medley-clojure
node-md5-o-matic
saaj
unarr
r-cran-bit
node-leveldown
libwww-mechanize-autopager-perl
libthread-conveyor-monitored-perl
darkplaces
xwit
libpod2-base-perl
sshuttle
golang-github-go-openapi-validate
miniupnpd
libhook-lexwrap-perl
xinput
node-async-stacktrace
sphinxcontrib-pecanwsme
python-pathtools
libemail-mime-encodings-perl
ctwm
e2wm
octave-octclip
gnome-shell-extension-log-out-button
python-wsproto
libclass-perl
sylph-searcher
pick
trac-includemacro
pygobject-2
cl-base64
simulide
golang-github-valyala-fasthttp
alsa-oss
liblingua-en-numbers-ordinate-perl
python-xstatic-jquery.bootstrap.wizard
ruby-redcarpet
foolscap
libapache2-mod-lisp
golang-github-hashicorp-go-plugin
gtkcookie
tegaki-train
libcgi-session-perl
rust-no-panic
fcgiwrap
r-cran-optparse
fonts-mph-2b-damase
sleekxmpp
haskell-pointed
norsp
r-cran-bms
gnome-shell-extension-trash
node-mime
wsgiproxy2
libxml-writer-string-perl
tkpng
silan
rmagic
libfile-sharedir-install-perl
lockfile-progs
netconsole
libnet-openid-common-perl
ruby-asana
r-bioc-shortread
mona
golang-metrics
dh-dist-zilla
gnome-hwp-support
apertium-arg-cat
ruby-redis-namespace
flrig
python-xstatic-jquery
libauthen-simple-net-perl
plantuml
lua-torch-optim
libfile-write-rotate-perl
guetzli
libmenlo-legacy-perl
flightgear-phi
kubectx
lbcd
fmcs
slic3r
pigz
xwpe
caja-eiciel
rust-strsim
libecap
gnome-system-log
r-cran-plumber
pd-pdstring
libbest-perl
maven-site-plugin
netselect
golang-github-gocarina-gocsv
liblinux-distribution-packages-perl
exuberant-ctags
libsereal-decoder-perl
geomet
oroborus
pidgin-awayonlock
ruby-innertube
thefuck
r-cran-numderiv
lua-compat53
libposix-strftime-compiler-perl
libclass-std-perl
robin-map
php-psr-cache
libwww-mediawiki-client-perl
fprint-demo
golang-gopkg-sourcemap.v1
ruby-omniauth-tumblr
r-cran-epicalc
fonts-lohit-gujr
xbitmaps
node-invert-kv
libmojomojo-perl
unirest-java
asterisk-flite
libencode-zapcp1252-perl
openoffice.org-thesaurus-pl
libhtml-lint-perl
libcgi-application-plugin-config-simple-perl
mosh
efax-gtk
libperl6-form-perl
python-watcherclient
most
node-base
rust-dbus
golang-github-jeromer-syslogparser
libtest-name-fromline-perl
python-omemo-backend-signal
simple-ccsm
bzr-explorer
r-cran-pkgmaker
multiverse-core
ruby-omniauth-jwt
libtext-iconv-perl
lattice
libsharyanto-file-util-perl
libpgobject-type-bytestring-perl
wfuzz
vxi
httpcomponents-asyncclient
mouseemu
txt2regex
libhttp-server-simple-recorder-perl
r-cran-sendmailr
libtk-objeditor-perl
libnet-tftpd-perl
bagel
phipack
sonata
ukui-biometric-manager
pimd
python-gcm-client
libppi-xs-perl
libparse-syslog-perl
libtime-human-perl
nuttcp
libstatistics-distributions-perl
python-mne
emacs-noflet
golang-github-hashicorp-net-rpc-msgpackrpc
rover
wmppp.app
libboolean-perl
ruby-webrobots
pstreams
obdgpslogger
printer-driver-oki
fonts-lohit-deva-marathi
xfonts-scalable
libwww-youtube-download-perl
libparse-dia-sql-perl
radio-beam
php-amqplib
jarjar-maven-plugin
libpod-tree-perl
pd-fftease
ocamlodbc
xtail
libarray-compare-perl
curlftpfs
golang-github-jedisct1-go-minisign
python-mox
libnet-frame-device-perl
libmath-vector-real-xs-perl
libstring-copyright-perl
libcgi-application-plugin-configauto-perl
midisnoop
puppetlabs-i18n-clojure
colortest
freedom-maker
metaphlan2
ruby-indentation
cl-salza2
lua-lpeg-patterns
libjs-i18next
kylin-video
gbase
dvbcut
r-cran-gower
ptouch-driver
storebackup
golang-gopkg-warnings.v0
libtest-pod-coverage-perl
python-pipx
boot-info-script
libterm-termkey-perl
node-code
mopidy-mpris
libhtml-rewriteattributes-perl
libtext-tabulardisplay-perl
libipc-run-perl
xboard
libdata-show-perl
libjlayer-java
fonts-lohit-guru
xtalk
piccolo
mozo
golang-code.gitea-git
chm2pdf
r-cran-caret
sprox
tofu
python-xstatic-hogan
kdenetwork-filesharing
ruby-jsonify
node-colormin
haskell-microlens-ghc
ruby-debian
node-follow-redirects
rust-atlatl
libtest-checkmanifest-perl
pisg
r-cran-rematch
node-object-assign
smart
mergelog
freedroid
libxml-node-perl
nomnom
rust-crc
circos-tools
node-modify-babel-preset
dyndns
xfaces
ttf-summersby
golang-github-facebookgo-atomicfile
libaudio-scan-perl
libhttp-body-perl
rust-term-size
freedoom
octave-bsltl
thin-provisioning-tools
haskell-th-data-compat
dvidvi
rust-siphasher
php-invoker
ssh-tools
verdigris
cvs-buildpackage
animals
poldi
node-webpack
libpam-script
pius
impressive
ng-utils
nanopolish
swatch
libicon-famfamfam-silk-perl
dbskkd-cdb
axmail
traceroute
node-detect-newline
node-googlediff
libtypes-path-tiny-perl
pdftk-java
photoflare
mime-construct
ruby-grit-ext
rust-http
i3pystatus
snowdrop
golang-gopkg-lxc-go-lxc.v2
gnome-shell-extension-easyscreencast
golang-github-jedisct1-go-clocksmith
ruby-jekyll-test-plugin-malicious
linguider
r-cran-urltools
dtc-xen
libxml-perl
python-cytoolz
pngnq
jsmath
androguard
checksecurity
libcatalyst-perl
core-specs-alpha-clojure
gcc-3.3
pixz
docbook
libxml-filter-xslt-perl
highlight-numbers-el
rust-smallvec
gniall
node-require-directory
pasco
dmitry
webdruid
car
delaboratory
ruby-net-irc
node-body-parser
access-modifier-checker
libfeed-find-perl
golang-go.opencensus
scrm
compiz-plugins-main
libdbix-oo-perl
acorn
libplack-middleware-reverseproxy-perl
sesman
qtpass
libmodule-inspector-perl
node-jschardet
libstring-koremutake-perl
node-define-property
libchi-driver-memcached-perl
cups-x2go
wxastrocapture
golang-github-audriusbutkevicius-pfilter
rust-fixedbitset
scrounge-ntfs
liblist-utilsby-xs-perl
python-agate
loqui
cvs-fast-export
libuuid-tiny-perl
libmojolicious-plugin-i18n-perl
seascope
polipo
libuser-perl
ruby-hamster
raynes-fs-clojure
libnet-irr-perl
fbxkb
golang-github-coreos-ioprogress
libtenjin-perl
libfile-readbackwards-perl
libtie-dbi-perl
jsonrpclib-pelix
libboulder-perl
dtd-parser
libmce-perl
yacpi
aspell-hsb
r-cran-rcppannoy
golang-github-matryer-is
libdate-simple-perl
node-vinyl-fs
jsonb-api
cura
libirc-utils-perl
3dchess
lightsquid
libarray-utils-perl
rust-tokio-fs
livetribe-jsr223
jargon
libclass-dbi-perl
healpy
preggy
r-cran-glmmtmb
paxctld
python-u2flib-server
qthid-fcd-controller
ibus-array
apertium-fra-cat
golang-github-facebookgo-grace
node-cors
mate-indicator-applet
raintpl
ocp
maildrop
libdata-buffer-perl
ruby-rack-oauth2
usbview
libcddb-file-perl
ruby-tzinfo
python-monascaclient
qt4reactor
sugar-browse-activity
compass-fancy-buttons-plugin
rust-arc-swap
libtext-wikiformat-perl
libchild-perl
compiz-bcop
cpmtools
haskell-gi-glib
cdargs
gmpc-plugins
ruby-timecop
libdirectory-scratch-perl
ruby-insist
r-cran-glue
ztree
libcatmandu-sru-perl
libtest-html-w3c-perl
pari-galpol
fomp
libhttp-thin-perl
libmath-randomorg-perl
libweb-query-perl
node-isomorphic-fetch
fastqtl
iperf
bspwm
cpqarrayd
golang-github-masterminds-semver-dev
node-matrix-js-sdk
lv2proc
mswatch
golang-github-knqyf263-go-deb-version
jlapack
dynalang
rust-tokio-io
python-xstatic-objectpath
php-horde-xml-element
pasmo
libmoosex-types-path-class-perl
ruby-classifier
xxkb
ruby-buff-extensions
node-negotiator
d-itg
pubtal
ruby-fog-openstack
libaudio-flac-decoder-perl
libjavascript-minifier-xs-perl
golang-github-btcsuite-btcd-chaincfg-chainhash
nrg2iso
harden-doc
ruby-rails-assets-markdown-it-sanitizer
libfcgi-procmanager-perl
pavumeter
mkdocs-nature
node-buble
libany-uri-escape-perl
python-preshed
libtest-regression-perl
node-character-parser
r-cran-cli
libtest-fatal-perl
muscle
getstream
node-concat-stream
sword-text-sparv
fabric
mopidy-soundcloud
windowlab
kuttypy
libplack-middleware-csrfblock-perl
phasex
libxss
libtest-base-perl
ktp-approver
libsub-prototype-perl
lcab
python-expiringdict
hal-flash
libjs-jquery-tmpl
libjs-jquery-flot-axislabels
golang-github-tonistiigi-fifo
u-boot
libpod-markdown-perl
golang-github-sevlyar-go-daemon
forg
libmoosex-setonce-perl
form
golang-github-andybalholm-cascadia
libdbd-xbase-perl
golang-github-ymomoi-goval-parser
libdbix-dr-perl
r-bioc-summarizedexperiment
prometheus-postgres-exporter
rebound
cntlm
golang-toml
pd-pan
libaxiom-java
designate-dashboard
gcovr
reproject
instaparse-clojure
mpop
jcdf
libxml-filter-buffertext-perl
golang-github-nlopes-slack
pymetrics
libtemplate-plugin-dbi-perl
nvchecker
libcatalystx-simplelogin-perl
haskell-snap-templates
tryton-modules-timesheet-cost
archmage
mate-dock-applet
libmixin-extrafields-param-perl
alsaequal
king-probe
libtemplate-autofilter-perl
libspnav
golang-pault-go-debian
libarray-refelem-perl
node-music-library-index
bonnie++
desktop-file-utils
liburi-fromhash-perl
proda
pychess
gifsicle
xfonts-mona
libimap-admin-perl
rust-percent-encoding
reconf-inetd
medusa
fonts-vollkorn
mpich
baycomusb
sjaakii
tinyscheme
node-es6-module-transpiler
spotweb
stormlib
powerstat
libsql-tokenizer-perl
pekwm-themes
prefix
lyskom-elisp-client
node-p-limit
flintqs
r-bioc-dirichletmultinomial
node-js-tokens
ir.lv2
libxml-tokeparser-perl
python-screed
libtext-unicode-equivalents-perl
ifplugd
jsdoc-toolkit
golang-github-atotto-clipboard
spec-alpha-clojure
sdcv
python-mode
python-flask-cors
poppler-data
node-require-dir
mptp
reactphp-cache
libfreezethaw-perl
scratch
mktorrent
localizer
osdsh
ruby-fast-stemmer
ruby-http
fonts-liberation
libterm-editoredit-perl
r-cran-prettycode
golang-github-pquerna-cachecontrol
node-escope
node-cli-truncate
ruby-rspec-instafail
sparql-wrapper-python
haskell-cipher-camellia
kleopatra
quadprog
brutefir
autotalent
gtklp
pg-cloudconfig
zeal
usbauth-notifier
kmymoney
ruby-rails-assets-bootstrap
ruby-aws-sdk
conque
libanyevent-dbd-pg-perl
pd-iemmatrix
mpgrafic
libxml-compile-cache-perl
python-weberror
ansible-lint
r-bioc-cner
libapache2-authcassimple-perl
libdevel-cycle-perl
jquery-coolfieldset
tevent
sugar-calculate-activity
datefudge
sourcecodegen
corkscrew
vdr-plugin-satip
zenburn-emacs
mongo-java-driver
libdata-stream-bulk-perl
django-xmlrpc
xml-maven-plugin
msrtool
libconfig-scoped-perl
fonts-cabin
golang-gopkg-flosch-pongo2.v3
libmodule-extract-use-perl
eshell-prompt-extras
awstats
cgilib
rust-fnv
libtest-api-perl
reprotest
minetest-mod-protector
soundconverter
jiconfont-swing
xdesktopwaves
blktrace
dctrl-tools
shadowsocks-qt5
gtkmm-documentation
svgpp
golang-github-mitchellh-panicwrap
libxml-libxml-lazybuilder-perl
rpcbind
rest2web
jruby-joni
fbasics
php-xajax
libclass-autouse-perl
python-project-generator-definitions
ruby-amq-protocol
dispmua
libtk-splashscreen-perl
minetest-mod-lucky-block
noggit
libtest-block-perl
lcov
octave-financial
libclass-dbi-fromcgi-perl
deepin-picker
ruby-schash
stlcmd
keepassxc
django-background-tasks
git-cola
libcurry-perl
r-cran-viridis
pkg-components
libfile-localizenewlines-perl
proot
fdroidserver
dwdiff
tools-analyzer-jvm-clojure
r-bioc-biocgenerics
haskell-readargs
nautilus-python
fonts-sil-doulos-compact
php-psr-simple-cache
libterm-ttyrec-plus-perl
golang-github-patrickmn-go-cache
cookietool
librest-application-perl
makepatch
cl-puri
libio-lockedfile-perl
r-cran-nnet
ruby-jnunemaker-matchy
wmbutton
s3backer
airport-utils
libclass-accessor-perl
r-cran-semtools
golang-github-pierrec-xxhash
biboumi
childsplay
sshfp
sshfs-fuse
node-base64id
pass-tomb-basic
tuxpaint-stamps
mriconvert
libhtml-wikiconverter-dokuwiki-perl
ruby-barby
libdivide
orcania
openssh-ssh1
rust-nitrokey
libtest-assertions-perl
ruby-rails-i18n
patat
sdop
node-randombytes
node-xoauth2
jboss-logging-tools
php-mailparse
libjs-microplugin.js
nwsserver
patman
ruby-inline
r-cran-qqman
ocaml-xmlplaylist
node-fast-deep-equal
djangorestframework-filters
ruby-jekyll-paginate
kylin-nm
libcrypt-passwdmd5-perl
src2tex
ruby-rotp
golang-github-jmoiron-sqlx
libnumber-recordlocator-perl
python-mk-livestatus
r-cran-minpack.lm
rust-crypto-hash
golang-github-mitchellh-multistep
rust-pledge
dxtool
pyppd
lprng-doc
edict-el
bison++
golang-github-hashicorp-serf
libdigest-ssdeep-perl
golang-gopkg-fatih-pool.v2
fped
libhtml-parser-perl
filter
r-cran-rcppgsl
ruby-rubytorrent
golang-github-hashicorp-go-uuid
ruby-cssmin
dbi
libweb-api-perl
cl-nibbles
rust-new-debug-unreachable
tendermint-ed25519
r-bioc-biovizbase
fbonds
rust-redox-syscall
apparix
rust-termios
libmonkey-patch-action-perl
php-horde-listheaders
kicad-templates
golang-github-rubyist-tracerx
wmcoincoin
libproxool-java
esorex
tryton-modules-purchase-shipment-cost
xfce4-places-plugin
node-cli-boxes
ros-pcl-conversions
libio-pager-perl
cothreads
libmoosex-types-stringlike-perl
libsvn-dump-perl
mpdscribble
zope.copy
python-cymem
libtap-simpleoutput-perl
ruby-packetfu
erlang-p1-pgsql
golang-github-git-lfs-gitobj
gnome-shell-extension-show-ip
r-cran-nnls
linpac
golang-github-d2g-dhcp4
python-chartkick
fbterm
libtest-manifest-perl
node-yallist
keepassx
gemdropx
trac
node-d3-color
centreon-clib
tran
fswebcam
nodeenv
matanza
configure-debian
tryton-modules-bank
kmousetool
node-schlock
biff
uligo
spectrwm
pandora-build
rust-humantime
nethack-spoilers
cvsd
rust-walkdir
c2050
lua-torch-nngraph
libcatalyst-model-cdbi-crud-perl
latex-mk
speakup-tools
node-console-browserify
golang-pault-go-gecos
clamassassin
apngdis
golang-github-dcso-fluxline
rust-ctrlc
libtest-object-perl
libcatalyst-plugin-scheduler-perl
python-passfd
r-cran-wavethresh
vblade
jack-keyboard
libtest-tabs-perl
libmason-plugin-routersimple-perl
php-imagick
liblog-dispatch-message-passing-perl
tree
tweeny
r-cran-goftest
krb5-strength
swauth
libstatistics-welford-perl
libplack-perl
xdg-user-dirs-gtk
vmmlib
libauthen-dechpwd-perl
libcgi-struct-xs-perl
liblexical-sealrequirehints-perl
rust-pocket-resources
node-which
charactermanaj
libdbd-sqlite2-perl
r-cran-plogr
librdf-generator-void-perl
ruby-citrus
ifupdown-extra
golang-github-knqyf263-go-cpe
libhtml-wikiconverter-moinmoin-perl
wmtemp
ruby-rethtool
libmixin-extrafields-perl
golang-gopkg-gomail.v2
viewnior
golang-github-xiang90-probing
php-amqp
golang-github-armon-go-metrics
libunix-mknod-perl
plasma-workspace-wallpapers
ext4magic
libpetal-utils-perl
haskell-blaze-svg
tendermint-go-crypto
jquery-lazyload
kcachegrind
fill-column-indicator
node-rollup-plugin-babel
python-rebulk
libalgorithm-diff-xs-perl
libmonitoring-livestatus-perl
fonts-fantasque-sans
tinyeartrainer
squeak-vm
bzr-stats
stress-ng
suckless-tools
rust-filetime
fonts-taml-tamu
matchbox-panel-manager
pgbadger
libparams-validationcompiler-perl
libtest-requires-perl
pyramid-beaker
liblinux-epoll-perl
bdbvu
pkg-php-tools
haskell-groups
node-js-beautify
xserver-xorg-input-mouse
libserver-starter-perl
libgeo-ellipsoids-perl
bing
libbson-perl
bino
golang-github-tsenart-tb
node-cjson
coccinella
libjgoodies-animation-java
naturaldocs
retweet
r-cran-matrixmodels
golang-gopkg-gcfg.v1
node-stream-browserify
node-keese
gnuchess
dired-quick-sort
node-log-driver
php-horde-groupware
node-bluebird
since
liblingua-en-inflect-number-perl
fonts-sil-galatia
libemail-mime-perl
python-rdflib-jsonld
enumerate
lunzip
pytest-expect
fastforward
libsyntax-highlight-engine-kate-perl
node-lex-parser
liburi-perl
libhash-util-fieldhash-compat-perl
libxml-mini-perl
logtop
node-isexe
golang-github-nats-io-nuid
ruby-specinfra
fizsh
cfget
bwidget
sumatra
bulletml
rust-string
x-face-el
php-http-request
r-cran-igraph
libdist-zilla-plugin-mojibaketests-perl
pysolfc-cardsets
erlang-p1-cache-tab
xininfo
dpkg-awk
libtext-unidecode-perl
fonts-century-catalogue
libfile-rsync-perl
libroman-perl
le-dico-de-rene-cougnenc
r-cran-drr
fatattr
fondu
qmapshack
php-phar-io-version
node-source-list-map
python-astropy-affiliated
sinfo
libmoosex-types-perl
hashalot
dogecoin
libcache-ref-perl
blockfinder
libclass-adapter-perl
zxcvbn-c
liblatex-decode-perl
yersinia
prometheus-bird-exporter
translate
xletters
ruby-samuel
geda-xgsch2pcb
bist
cl-zip
rust-idna
node-locate-path
libconfig-inihash-perl
svnmailer
archipel-agent-vmcasting
tea4cups
libppix-quotelike-perl
monster-masher
r-cran-isocodes
r-cran-maps
r-cran-dplyr
libpgobject-type-bigfloat-perl
microbegps
slowmovideo
libcache-mmap-perl
ruby-diaspora-prosody-config
libfilesys-statvfs-perl
python-xstatic-mdi
changeme
seer
rust-nitrocli
libclass-c3-perl
postsrsd
elycharts.js
dbtoepub
node-tty-browserify
libsemver-perl
node-pend
golang-github-jtolds-gls
linpsk
proftpd-mod-fsync
db2twitter
r-bioc-gviz
jshash
omega-rpg
libcache-historical-perl
xfce4-diskperf-plugin
deepin-deb-installer
libplack-middleware-header-perl
volumecontrol.app
airlift-airline
festvox-czech-ph
r-cran-mass
wmxmms2
libscrappy-perl
python-bibtex
libtk-tablematrix-perl
daemonlogger
fonts-ukij-uyghur
golang-github-nbutton23-zxcvbn-go
stylebook
scons-doc
lwipv6
snapcast
fonts-uralic
octave-vrml
archmbox
fonts-sil-mondulkiri
golang-github-aead-chacha20
node-mkdirp
libjson-maybexs-perl
ruby-selenium-webdriver
python-contract
publican
ruby-notiffany
rabbitmq-server
tryton-modules-stock-lot
erlang-jiffy
obantoo
libparser++
libwww-curl-perl
libcookie-baker-perl
ruby-rails-assets-jeresig-jquery.hotkeys
typesafe-config-clojure
libparams-callbackrequest-perl
golang-gosqlite-dev
libsgml-parser-opensp-perl
node-watchpack
libpgobject-util-pseudocsv-perl
rust-process-viewer
libdoxygen-filter-perl
python-decouple
cl-zs3
jdeb
node-babel-eslint
ukui-screensaver
php-guzzlehttp-psr7
pyconfigure
node-escape-string-regexp
libnet-google-safebrowsing2-perl
libhibernate-validator-java
wireless-regdb
rdiff-backup
openhft-lang
r-cran-xopen
node-emoji
libmath-random-mt-perl
skales
libredis-perl
systraq
tryton-modules-dashboard
libnet-frame-layer-ipv6-perl
fmtlib
semi
libhtml-tiny-perl
lpc21isp
libfile-extattr-perl
node-log4js
php-net-whois
apertium-eo-ca
golang-github-mitchellh-cli
libhtml-toc-perl
r-cran-dotcall64
libxml-dtdparser-perl
clonezilla
os-autoinst
node-is-dotfile
sent
liblwp-protocol-socks-perl
scala-asm
schedtool
photopc
arch-test
python-mpop
gperf
rust-gio-sys
ibus-braille
node-temporary
node-v8flags
libcatalyst-actionrole-checktrailingslash-perl
ruby-session
golang-github-rjeczalik-notify
libjs-jquery-stupidtable
debian-installer-launcher
r-cran-rcmdcheck
profisis
pyvtk
apertium-eo-en
liblocale-po-perl
libbio-chado-schema-perl
dstat
apertium-eo-es
rust-same-file
spigot
golang-github-pkg-xattr
python-wither
libstatistics-contingency-perl
asio
libnet-proxy-perl
node-currently-unhandled
node-d3-selection
golang-github-klauspost-compress
kmldonkey
go-mtpfs
maildir-utils
libsys-hostname-long-perl
diaspora-installer
cpuset
apertium-eo-fr
r-cran-eaf
idl-font-lock-el
libgeo-constants-perl
tryton-modules-company-work-time
twclock
rust-unicode-normalization
python-thinc
javapoet
puppet-module-puppetlabs-concat
lucene4.10
ruby-regexp-property-values
gap-autpgrp
golang-github-roaringbitmap-roaring
libclass-meta-perl
mate-backgrounds
bitseq
achilles
libjhlabs-filters-java
shunit2
php-cache-tag-interop
node-mocks-http
golang-github-machinebox-graphql
valabind
fsviewer-icons
mrd6
libhtml-template-pluggable-perl
shake
imaprowl
pyavm
php-horde-memcache
macopix
libdbix-class-htmlwidget-perl
golang-gopkg-alexcesaro-statsd.v1
r-cran-eco
xfce4-fsguard-plugin
nbd
node-object-assign-sorted
libtest-yaml-valid-perl
giella-core
tendermint-go-common
libformat-human-bytes-perl
libnet-ssh2-perl
pyqso
plastimatch
lynis
xfonts-jisx0213
keras-preprocessing
libmoosex-app-cmd-perl
libmail-box-pop3-perl
fonts-liberation2
rust-cpp-demangle
php-horde-scribe
likwid
libjs-dropzone
libcatalyst-plugin-setenv-perl
gextractwinicons
qtchooser
lbzip2
curry-tools
libtext-context-eitherside-perl
ruby-celluloid
libbluray
liblog-any-adapter-log4perl-perl
khangman
gkrellm-radio
spout
vim-bitbake
clc-intercal
testng
playmidi
cloudsql-proxy
pyxnat
predictprotein
libfile-monitor-perl
r-cran-lazyeval
tegaki-zinnia-simplified-chinese
rust-simplecss
calligraplan
python-colormath
dirdiff
golang-pault-go-technicolor
php-horde-constraint
node-databank
ktp-contact-runner
nasty
perspective-el
bgoffice-computer-terms
liblog-dispatch-dir-perl
libbasicplayer-java
etl
pd-markex
xserver-xorg-video-mga
gnome-robots
lua-nginx-kafka
lua-cosmo
golang-github-nebulouslabs-demotemutex
libpgobject-perl
cciss-vol-status
gpg-remailer
xzgv
libparse-keyword-perl
freetuxtv
antpm
libio-sessiondata-perl
diffview-el
ruby-in-parallel
rust-serde-ignored
2vcard
fig2ps
shiro
depqbf
libnetx-java
node-http-errors
pcmciautils
ministat
ifmetric
smarty3
haskell-servant-client-core
python-pam
r-cran-catools
ruby-asset-sync
gramophone2
php-horde-group
xzip
hamradio-maintguide
r-cran-fail
fitspng
libtcl-perl
libsocket-msghdr-perl
libdata-parsebinary-perl
let-alist
libbiblio-isis-perl
r-cran-multcompview
hdmi2usb-mode-switch
larch
libnet-amqp-perl
libpoe-component-jobqueue-perl
tweeper
libcircle-be-perl
node-rollup-pluginutils
autorandr
freedict-tools
libemail-folder-perl
check-postgres
ufo2ft
python-pcs
libb-hooks-parser-perl
ruby-net-ssh-krb
node-dequeue
splash
mediathekview
sweethome3d-furniture-editor
libanyevent-rabbitmq-perl
libnet-openssh-perl
golang-github-neelance-sourcemap
libmarkdown-php
node-micromatch
dovecot-antispam
jarjar
rfdump
python-gffutils
ntlmaps
sextractor
libsys-virt-perl
capistrano
node-sinon-chai
libclone-pp-perl
clj-stacktrace-clojure
dochelp
witalian
apertium-mk-bg
garlic-doc
libmocked-perl
ruby-kpeg
glm
prelude-notify
libimage-imlib2-perl
rust-svgdom
libsub-recursive-perl
golang-github-gogits-cron
uclibc
rust-heapsize
libnet-ip-perl
php-phar-io-manifest
secure-delete
earlyoom
tmpreaper
ruby-google-api-client
libmoox-role-cloneset-perl
golang-github-kelseyhightower-envconfig-dev
pd-jmmmp
python-apns-client
liblog-tracemessages-perl
myrescue
rust-unicode-width
gemmlowp
esniper
golang-github-smartystreets-gunit
sqlsmith
r-cran-epi
key-chord-el
pd-ekext
sniproxy
docbook-simple
camljava
webcheck
parcellite
r-cran-randomfields
apertium-mk-en
libtest-www-mechanize-catalyst-perl
libmarc-record-perl
composer
procmail
cabal-debian
aafigure
libtest-dir-perl
ruby-open-uri-redirections
fdsend
msp430mcu
cpan-listchanges
krename
php-parser
libmoosex-attributetags-perl
ruby-spider
lifeograph
dablin
smb2www
kio-gdrive
plip
kannel-sqlbox
liblinux-kernelsort-perl
r-cran-erm
matrix-synapse-ldap3
hevea
libcrypt-random-seed-perl
librdf-linkeddata-perl
liblingua-preferred-perl
python-py-zipkin
libattribute-storage-perl
php-mail-mime
ruby-rdiscount
libcgi-application-extra-plugin-bundle-perl
libstring-dirify-perl
ipkungfu
pkg-haskell-tools
pybel
golang-github-go-macaron-session
leds-alix
libaudio-mpd-perl
scanssh
pypi2deb
fonts-open-sans
php-mongodb
xfishtank
greybird-gtk-theme
password-gorilla
libweb-id-perl
ampr-ripd
r-cran-etm
vdr-plugin-skinenigmang
scala-mode-el
hsetroot
edfbrowser
node-p-locate
r-cran-randomforest
libgd-text-perl
fonts-gfs-neohellenic
gbsplay
ethereal-chess
libfile-cache-perl
node-postcss-value-parser
metro-policy
r-cran-rnexml
libsvg-graph-perl
python-ntlm-auth
lektor
libcatalyst-view-tt-perl
freedv
docbook-dsssl-doc
libmoosex-classattribute-perl
wmii
libmodule-starter-plugin-cgiapp-perl
r-cran-evd
node-detective
libmoosex-insideout-perl
wmix
libthrowable-perl
libxml-easy-perl
dhis-mx-sendmail-engine
tasque
treepy-el
golang-gopkg-natefinch-lumberjack.v2
debian-edu-artwork-legacy
lua-messagepack
survival
libaudio-moosic-perl
mate-calc
migrationtools
libclone-choose-perl
libsereal-perl
cl-pg
fonts-eurofurence
libppix-editortools-perl
libsvg-perl
tolua++
initramfs-tools
libexporter-autoclean-perl
node-json-parse-helpfulerror
slice
ruby-flowdock
sensible-utils
globus-gram-job-manager-slurm
sapphire
gnome-getting-started-docs
libdata-transformer-perl
libcgi-application-plugin-ratelimit-perl
node-de-indent
cvsgraph
r-cran-raschsampler
node-grunt-legacy-util
golang-github-tidwall-match
libapache-htpasswd-perl
libwww-form-urlencoded-xs-perl
libkomparediff2
libproc-processtable-perl
midicsv
fonts-karmilla
java-wrappers
rust-macro-attr
cl-daemon
seccure
libsub-uplevel-perl
sphinxcontrib-blockdiag
rust-grep-pcre2
xosview
cl-rt
zgen
flask-paranoid
libpkgconfig-perl
macutils
golang-github-k0kubun-pp
x2godesktopsharing
lava-tool
idlestat
xjokes
pdlzip
devede
libio-lcdproc-perl
xfce4-mpc-plugin
pyrit
tayga
volatildap
php-nesbot-carbon
devscripts
nipype
wvdial
node-jsbn
winpdb
cultivation
libscalar-does-perl
r-bioc-genomeinfodbdata
erlang-p1-xmpp
vim-ledger
cdcover
myghtyutils
golang-github-jasonish-go-idsrules
libanyevent-memcached-perl
libcgi-untaint-perl
sshpass
mercurial-crecord
gnome-backgrounds
pd-readanysf
libctl
libcatmandu-atom-perl
9mount
node-kind-of
librdf-rdfa-generator-perl
libspreadsheet-read-perl
libtie-cycle-perl
plum
apachedex
ruby-sprockets
doublecmd-help
sanitizer
xen-tools
socat
petris
node-imurmurhash
aiohttp-mako
genisovh
golang-github-k0kubun-colorstring
ruby-solve
libtest-sharedfork-perl
golang-github-rwcarlsen-goexif
libtext-sprintfn-perl
jnoisemeter
m16c-flash
libsocketcan
fairymax
tryton-modules-project-invoice
golang-github-go-macaron-bindata
audiotools
fonts-kouzan-mouhitsu
libscalar-util-numeric-perl
libapache-session-memcached-perl
less
nautic
ruby-syslog-logger
asterisk-espeak
ruby-build
rsnapshot
libaudio-ecasound-perl
golang-protobuf-extensions
libmath-polygon-perl
libmodule-compile-perl
ruby-fog-local
libdevel-dprof-perl
openscad-mcad
trueprint
rust-regex
libstring-camelcase-perl
libhtml-wikiconverter-usemod-perl
node-concat-map
node-cookies
pyx
xphoon
cgoban
proxycheck
node-grunt-contrib-uglify
octave-image-acquisition
golang-github-rfjakob-eme
libmodule-cpanfile-perl
rust-rustc-workspace-hack
ruby-memfs
uima-addons
haskell-regex-applicative
dh-buildinfo
rust-tokio-current-thread
sudoku
libclass-objecttemplate-perl
shntool
resource-agents-paf
i3lock-fancy
bpftrace
cldump
ruby-i18n-inflector-rails
casacore-data-sources
node-is-unc-path
libdevel-pragma-perl
golang-github-seandolphin-bqschema
libconfig-simple-perl
emacs-git-messenger
r-cran-iterators
libhtml-formhandler-perl
makey
caffeine-cache
golang-github-tent-canonical-json-go
liblogger-syslog-perl
git-secrets
rnahybrid
php-horde-injector
r-bioc-genefilter
librandom123
php-rrd
httptunnel
xserver-xorg-video-glide
calcoo
o-saft
libtest-inline-perl
ruby-blockenspiel
python-casacore
node-binary-extensions
bls-standalone
angular-maven-plugin
liblog-dispatch-filerotate-perl
pd-iemguts
libunicode-string-perl
pftools
libmethod-signatures-simple-perl
r-cran-genabel.data
pd-motex
slirp
appconfig
drmaa
r-cran-formula
rust-winapi-x86-64-pc-windows-gnu
liblib-abs-perl
lice
ruby-jekyll-test-plugin
libregexp-pattern-license-perl
node-cacache
lua-nginx-memcached
presentty
libperl6-export-perl
golang-github-unknwon-paginater
nullmailer
rng-tools-debian
amp
libomxalsa
mopidy-somafm
speechd-up
libdbix-recordset-perl
fonts-senamirmir-washra
prometheus-haproxy-exporter
sphinx-astropy
libdatetime-format-flexible-perl
haskell-interpolate
r-bioc-bsgenome
salmid
update-inetd
aptitude-robot
imageindex
libhtml-wikiconverter-oddmuse-perl
deepin-music
jpegjudge
bidi-clojure
mp4parser
fonts-sarai
rust-csv
libtest-distmanifest-perl
xinv3d
libgetopt-tabular-perl
r-cran-aplpack
xfce4
node-babel-plugin-transform-async-to-bluebird
golang-github-vdemeester-shakers
imagevis3d
ivyplusplus
r-bioc-annotationdbi
apktool
ncbi-entrez-direct
libmro-compat-perl
lightdm-autologin-greeter
libdaemon-control-perl
libtest-module-used-perl
tenace
anosql
mutrace
tracetuner
node-has-values
libtravel-routing-de-vrr-perl
lsmount
puppet-module-neutron
libtest-cpan-meta-json-perl
libmojo-sqlite-perl
rust-shlex
ruby-mathml
libcgi-xmlapplication-perl
ruby-rack-accept
rust-thread-local
xautolock
tendermint-go-p2p
yeahconsole
libconfig-model-tkui-perl
racket-mode
btrfs-heatmap
libapache2-mod-log-slow
angular.js
golang-github-juju-webbrowser
libdist-zilla-plugin-podweaver-perl
pmacct
multicat
nullidentd
librose-db-object-perl
patool
jas
ruby-json-spec
jaxws-api
liblog-any-perl
golang-github-ugorji-go-msgpack
libcrypt-rc4-perl
pgmemcache
fonts-mmcedar
arbiterjs
golang-github-go-logfmt-logfmt
r-cran-ggplot2
r-cran-fnn
libnet-async-tangence-perl
djvusmooth
libaspect-perl
salmon
libcpan-meta-yaml-perl
libmojo-ioloop-readwriteprocess-perl
ruby-eim-xml
liblingua-en-number-isordinal-perl
golang-github-circonus-labs-circonus-gometrics
libmodule-pluggable-ordered-perl
libima-dbi-perl
rumor
hgsubversion
r-cran-fpc
lsp-mode
lua-coxpcall
tryton-modules-company
libmodule-refresh-perl
libclass-delegator-perl
erlang-cf
libjbcrypt-java
erlang-cl
fonts-lohit-mlym
tandem-mass
charybdis
hdparm
cron-apt
autopostgresqlbackup
golang-github-facebookgo-freeport
prometheus-varnish-exporter
mopidy-dirble
libcgi-application-plugin-json-perl
r-cran-mcmc
node-universalify
libwww-indexparser-perl
vobcopy
fontpens
node-when
ruby-peek-host
variety
libnet-daap-dmap-perl
puppet-module-puppetlabs-ntp
node-anymatch
braillegraph
node-create-hash
coz-profiler
r-cran-guerry
libobject-declare-perl
plasmidseeker
node-minimist
poxml
ruby-et-orbi
backup2l
libtemplate-plugin-utf8decode-perl
fonts-lohit-taml-classical
apulse
debian-cloud-images
libmojolicious-plugin-authorization-perl
uprightdiff
pynast
mssh
gnome-shell-extension-impatience
php-cocur-slugify
golang-gopkg-tomb.v1
r-cran-rstan
sockstat
libdigest-perl-md5-perl
ruby-peek-redis
libhtml-truncate-perl
mercurial-extension-utils
eperl
r-cran-fts
swell-foop
wfrench
rifiuti2
phantomjs
ippusbxd
synapse
libuniversal-can-perl
libjgroups-java
gnomint
diffstat
php-horde-crypt-blowfish
libtest-regexp-perl
pyxid
rust-untrusted
libmath-convexhull-perl
libconvert-nls-date-format-perl
pywbem
libterm-prompt-perl
extractpdfmark
lua-inifile
libdancer2-plugin-ajax-perl
node-url-parse
libstring-errf-perl
raxml
ircd-irc2
ftpwatch
node-tilelive
rust-wincolor
liblingua-stem-perl
librtf-document-perl
libkiokux-model-perl
node-babel-preset-env
libnb-javaparser-java
libcatmandu-marc-perl
xcftools
golang-github-hashicorp-go-version
node-shelljs
libchatbot-eliza-perl
galculator
gbgoffice
libmime-types-perl
libtext-german-perl
varmon
ircd-ircu
ring-mock-clojure
gargoyle-free
medit
ros-cmake-modules
babeld
jws-api
libnamespace-autoclean-perl
node-zipfile
libobject-realize-later-perl
scala-tools-sbinary
golang-github-yosssi-ace-proxy
jsrender
ruby-execjs
libimager-perl
libuser-identity-perl
python-msgpack-numpy
libpetal-perl
pagemon
r-cran-redland
libfile-which-perl
node-babel-preset-es3
node-from2
r-cran-crosstalk
faulthandler
ruby-grape-entity
bfbtester
node-any-promise
binclock
fuse-convmvfs
r-cran-readbrukerflexdata
groundhog
libcoro-perl
clj-yaml-clojure
golang-github-apex-log
libmaxmind-db-reader-perl
node-dargs
xpilot-extra
node-caniuse-lite
openvpn-systemd-resolved
wmwave
gimp-data-extras
r-cran-spdep
libmessage-passing-zeromq-perl
libdata-dmp-perl
golang-gopkg-h2non-filetype.v1
node-run-async
libtext-kakasi-perl
node-chokidar
evilwm
golang-github-deckarep-golang-set
bsd-mailx
kapptemplate
node-opencv
amb-plugins
icu4j-4.4
liblwp-authen-negotiate-perl
caveconverter
uap-core
libdevice-cdio-perl
golang-github-vividcortex-ewma
mhddfs
node-elliptic
ruby-public-suffix
tryton-modules-product-price-list
yaggo
libproc-invokeeditor-perl
ovirt-guest-agent
node-performance-now
upnp-router-control
cwebx
mlucas
po4a
node-opener
sisu-guice
libnhgri-blastall-perl
php-apcu
libapp-repl-perl
bibtex2html
golang-github-oxtoacart-bpool
node-term-size
homesick
metastore
radeontool
libmoops-perl
nuntius-linux
qpid-qmf
phyutility
mwclient
rust-glob
php-doctrine-cache
simutrans-pak128.britain
git-dpm
curseofwar
ruby-minitest-utils
urca
python-cyclone
libnet-sieve-script-perl
node-pretty-bytes
xterm
libdbix-searchbuilder-perl
golang-github-chzyer-readline
libnet-server-coro-perl
ruby-slack-notifier
rust-derive-new
libgit-repository-perl
jsonpipe
graphviz-dot-mode
php-horde-token
lftp
node-multiparty
wp2x
libnet-rendezvous-publish-backend-avahi-perl
libdebug-trace-perl
vagrant
polspline
ruby-email-reply-parser
selektor
gap-openmath
fsarchiver
gossip
node-openid
fgetty
circe
libwww-search-perl
r-cran-gam
php-sabredav
golang-github-valyala-fasttemplate
libtext-charwidth-perl
jzip
libmethod-alias-perl
s4cmd
libnet-nslookup-perl
libsnmp-extension-passpersist-perl
ruby-buff-ignore
dnsdiag
node-rollup-plugin-node-resolve
node-style-loader
libmodule-build-perl
rust-zoneinfo-compiled
libtk-gbarr-perl
libtemplate-plugin-yaml-perl
aspell-am
r-cran-gbm
libfile-countlines-perl
ruby-mechanize
aspell-ar
mpt-status
golang-github-inconshreveable-log15
pari-elldata
libpegex-perl
libcode-tidyall-plugin-yaml-perl
yorick-spydr
autodep8
leafnode
aspell-bn
bash-completion
aspell-br
sigrok-cli
breezy-debian
i3blocks
curvedns
r-cran-nleqslv
php-horde-trean
libhtml-formhandler-model-dbic-perl
aspell-cs
kmodpy
aspell-cy
node-unicode-property-aliases
libuser-simple-perl
libmoosex-daemonize-perl
r-cran-gee
libsearch-queryparser-perl
mobyle-tutorials
automysqlbackup
gridlock.app
python-enable
jabber.py
scythestat
r-bioc-seqlogo
libcgi-formbuilder-source-perl-perl
pccts
golang-github-ctdk-go-trie
vagrant-sshfs
libcgi-compress-gzip-perl
node-d3-voronoi
python-holidays
pkg-mozilla-archive-keyring
octave-sockets
node-aws-sign2
detox
bley
gbirthday
libsuper-perl
aspell-el
lua-http
aspell-en
libbusiness-onlinepayment-tclink-perl
cloudkitty-dashboard
r-bioc-bitseq
libdata-uuid-libuuid-perl
libtext-xslate-perl
pyspatialite
privbind
aspell-fa
openvpn-auth-radius
liblog-report-optional-perl
splitpatch
libpath-class-file-stat-perl
caffeine
cue2toc
libcgi-application-plugin-linkintegrity-perl
fever
tmate
libproc-pid-file-perl
aspell-fr
dlume
libdbix-xmlmessage-perl
dicompyler
cruft-ng
aspell-ga
git-flow
amide
pipewalker
python-codegen
ruby-haml-rails
ruby-magic
node-babel-plugin-precompile-charcodes
libtest-carp-perl
libsvn-notify-mirror-perl
blhc
mp3wrap
aspell-gu
vdr-plugin-live
golang-github-tdewolff-test
x11-touchscreen-calibrator
libclass-accessor-named-perl
tudu
libmail-rfc822-address-perl
chktex
libcgi-application-plugin-autorunmode-perl
libpdf-fdf-simple-perl
aspell-he
omegat
golang-github-asaskevich-govalidator
aspell-hi
python-xstatic-angular-bootstrap
libtransmission-client-perl
libjxp-java
libppi-html-perl
r-other-amsmercury
yagtd
aspell-hr
aspell-hu
r-cran-trimcluster
aspell-hy
lemonbar
libmodule-build-cleaninstall-perl
disper
libtest-deep-json-perl
ruby-beefcake
bulk-media-downloader
tzdata
libtext-autoformat-perl
efax
node-object-inspect
golang-github-labstack-echo.v3
java-policy
aspell-is
aspell-it
hachoir-regex
php-net-imap
golang-github-zyedidia-tcell
libxml-xpathengine-perl
ruby-delayed-job-active-record
stencil-clojure
libmoosex-getopt-perl
newsbeuter
libterm-sk-perl
puppet-module-ceph
libwebservice-validator-html-w3c-perl
imgp
horst
xttitle
aspell-kk
libbarcode-datamatrix-perl
aspell-kn
trapperkeeper-metrics-clojure
mcrypt
libnet-dns-lite-perl
fonts-sil-nuosusil
lua-say
aspell-ku
blastem
libgenome-model-tools-music-perl
darksnow
preview.app
libsql-splitstatement-perl
fspy
mpc123
reptyr
deepdiff
r-cran-gmm
ruby-pcaprub
core-cache-clojure
libhtml-html5-builder-perl
myspell-lv
parsewiki
ruby-mobile-fu
lxcfs
libfile-configdir-perl
aspell-ml
r-cran-gnm
compojure-clojure
ruby-ffi-rzmq
libtest-dependencies-perl
aspell-mr
xfce4-taskmanager
brlaser
python-plwm
drbdlinks
vistrails
r-cran-matrixcalc
ruby-whitequark-parser
myghty
selectors34
libtypes-uri-perl
libffi-checklib-perl
ganeti-os-noop
libperl-critic-pulp-perl
blop
kraken
libbioparser-dev
libregexp-assemble-perl
headache
aspell-or
sisu-plexus
libcarp-assert-more-perl
metacity-themes
rt-extension-repeatticket
ruby-mixlib-config
fstl
libdist-zilla-perl
doona
rabbiter
felix-resolver
fonts-lexi-gulim
moon-buggy
openopt
libclass-load-xs-perl
aspell-pa
vagrant-digitalocean
golang-github-mrjones-oauth
aspell-pl
gnome-shell-timer
pd-lib-builder
flawfinder
aspell-pt
libaudio-mpd-common-perl
golang-github-avast-retry-go
libxml-simple-perl
libunicode-stringprep-perl
sprai
ruby-rsec
libauthen-libwrap-perl
fwknop-gui
golang-github-beevik-etree
libterm-progressbar-simple-perl
rust-serde-urlencoded
tuna
python-typing
hexec
pp-popularity-contest
apache2-mod-xforward
ruby-did-you-mean
libtest-www-mechanize-mojo-perl
masscan
fsvs
proftpd-mod-case
node-po2json
libtest-poe-client-tcp-perl
hexer
r-cran-gsa
vbindiff
tmispell-voikko
libmiglayout-java
sendemail
r-cran-gsl
rust-bitflags
aspell-ro
libatomic-ops
apt-mirror
libxml-writer-perl
rust-num-cpus
r-cran-gss
golang-github-fatih-structs
gajim-plugininstaller
dh-make
videogen
libwww-facebook-api-perl
openstack-debian-images
node-serve-static
node-cache-base
aspell-sk
libnss-unknown
r-cran-viridislite
aspell-sl
wxhexeditor
dnsdist
pd-list-abs
r-cran-geometry
libparallel-iterator-perl
aspell-sv
lightcouch
node-postcss-convert-values
aspell-ta
gedit-latex-plugin
aspell-te
rxtx
ruby-ascii85
kredentials
wah-plugins
nautilus-scripts-manager
tcl-signal
minetest-mod-skyblock
hippomocks
python-xstatic-angular
shed
libpbkdf2-tiny-perl
libprotocol-acme-perl
trocla
ruby-hipchat
sound-juicer
libtest-redisserver-perl
libanyevent-handle-udp-perl
r-cran-heatmaply
libmail-box-imap4-perl
libsyntax-keyword-junction-perl
libgenome-perl
kicad-packages3d
aspell-uz
palbart
golang-github-facebookgo-ensure
libauthen-krb5-perl
xandikos
libdata-walk-perl
rpy2
golang-github-gomodule-redigo
libmath-base36-perl
cputool
librarian-puppet-simple
golang-github-jinzhu-gorm
puppet-module-puppetlabs-haproxy
emacspeak-ss
golang-github-xeipuuv-gojsonpointer
r-cran-xtable
libscalar-list-utils-perl
fonts-materialdesignicons-webfont
rsstail
node-strip-indent
php-image-text
libcgi-application-basic-plugin-bundle-perl
libevent-perl
libcatalyst-plugin-compress-perl
libtemplate-plugin-datetime-format-perl
rust-fallible-iterator
starpy
rust-pad
r-cran-pkgkitten
libhtml-format-perl
r-cran-plotly
pkg-info-el
libscalar-string-perl
liberror-perl
libjgoodies-binding-java
libtest-tcp-perl
libnet-dns-async-perl
golang-github-rifflock-lfshook
r-cran-plotmo
libdatetime-calendar-discordian-perl
colorcode
libmqdb-perl
libanyevent-redis-perl
virtaal
libregexp-log-perl
octave-splines
faenza-icon-theme
golang-github-emicklei-go-restful-swagger12
edenmath.app
zathura-cb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment