openSUSE:Factory:RISCV openSUSE Factory Port for RISC-V This is a project clone to build openSUSE:Factory for the RISC-V architecture. https://download.opensuse.org/repositories/openSUSE:/Factory:/RISCV/standard/ openSUSE:Factory The next openSUSE distribution Any user who wishes to have the newest packages that include, but are not limited to, the Linux kernel, SAMBA, git, desktops, office applications and many other packages, will want Tumbleweed. Tumbleweed appeals to Power Users, Software Developers and openSUSE Contributors. If you require the latest software stacks and Integrated Development Environment or need a stable platform closest to bleeding edge Linux, Tumbleweed is the best choice for you. Staging dashboard is located at: https://build.opensuse.org/staging_workflows/openSUSE:Factory List of known devel projects: https://build.opensuse.org/package/view_file/openSUSE:Factory:Staging/dashboard/devel_projects Have a look at http://en.opensuse.org/Portal:Factory for more details. https://download.opensuse.org/repositories/openSUSE:/Factory/ports/ perl-MooseX-Iterator Iterate over collections This is an attempt to add smalltalk-like streams to Moose. It currently works with ArrayRefs and HashRefs. * next The next method provides the next item in the colletion. For arrays it returns the element of the array For hashs it returns a pair as a hashref with the keys: key and value * has_next The has_next method is a boolean method that is true if there is another item in the colletion after the current item. and falue if there isn't. * peek The peek method returns the next item without moving the state of the iterator forward. It returns undef if it is at the end of the collection. * reset Resets the cursor, so you can iterate through the elements again.