This package browser is in early development. Mind the rough edges.

perl-sys-syscall

Access system calls that Perl doesn't normally provide access to

Sys::Syscall allows one to use epoll and sendfile system calls from Perl. Support is mostly Linux-only for now, but other syscalls/OSes are planned for the future.

Installation

Install the latest version of perl-sys-syscall as follows:

guix install perl-sys-syscall

Or install a particular version:

guix install perl-sys-syscall@0.25

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of perl-sys-syscall about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-sys-syscall'><img src='https://packages.guix.gnu.org/packages/perl-sys-syscall/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-sys-syscall/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-sys-syscall)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-sys-syscall][https://packages.guix.gnu.org/packages/perl-sys-syscall/badges/latest-version.svg]]