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-IO-Event Tied Filehandles for Nonblocking IO with Object Callbacks IO::Event provides a object-based callback system for handling nonblocking IO. The design goal is to provide a system that just does the right thing w/o the user needing to think about it much. All APIs are kept as simple as possible yet at the same time, all functionality is accesible if needed. Simple things are easy. Hard things are possible. Most of the time file handling syntax will work fine: '<$filehandle>' and 'print $filehandle 'stuff''. IO::Event provides automatic buffering of output (with a callback to throttle). It provides automatic line-at-a-time input. After initial setup, call 'IO::Event::loop()'. IO::Event was originally written to use the Event manpage. IO::Event still defaults to using the Event manpage but it can now use the AnyEvent manpage or its own event loop.