1625990264poolgpg-pubkey-3dbdc284-53674dd4.asc?fpr=22C07BA534178CD02EFE22AAB88B2FD43DBDC284gpg-pubkey-39db7c82-5f68629b.asc?fpr=FEAB502539D846DB2C0961CA70AF9E8139DB7C82gpg-pubkey-307e3d54-5aaa90a5.asc?fpr=4E98E67519D98DC7362A5990E3A5C360307E3D54obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20210710/i586obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20210710/x86_64openSUSE Tumbleweed60ac248489df31c61277a6872279561730d27d51b3bb7d15368d75b69d1ac80cd101bad38f3a987c9a790f927031cfcc68c1598b4d6f329447c6fe338cfb7128162599026418659084171435824
####
2048-clii586310f3c8e912923da08eab8debafd6fc03afe9e1ae97304bcd029658959e099d0A CLI version of the "2048" game2048 is a mathematics-based puzzle game where the player has to slide
tiles on a grid to combine them and create a tile with the number 2048.
The player has to merge the similar number tiles (2n) by moving the arrow
keys in four different directions. When two tiles with the same number
touch, they will merge into one.https://bugs.opensuse.orghttps://github.com/tiehuis/2048-cliMITopenSUSEAmusements/Games/Strategy/Otherlamb252048-cli-0.9.1+git.20181118-1.11.src.rpm/usr/bin/2048-cli
####
use constant RepoNames => qw(oss non-oss src-oss src-non-oss);
use constant ArchNames => qw(noarch nosrc src x86_64);
use constant RepoMDFile => 'repomd.xml';
use constant Wanted_Names => {qw(susedata 1 appdata 1 other 1
filelists 1 primary 1 appdata-icons 1)};
use constant RType => { map { $_ => $_ } @{[RepoNames]} };
use constant Archt => { map { $_ => $_ } @{[ArchNames]} };
sub Repo_valid($) { my $p = shift if HASH $_[0];
ErV RType, shift
}
sub Arch_valid($) { my $p = shift if HASH $_[0];
ErV Archt, shift;
}
our @EXPORT;
use mem(@EXPORT = (qw( RType Archt Repo_valid Arch_valid
RepoMDFile Wanted_Names ) ) );
use Xporter;