Skip to content

jonathanstowe/Linux-Udev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux::Udev

Access to devices managed by udev on Linux

Build Status

Synopsis

use Linux::Udev;

my $udev = Linux::Udev.new;

for $udev.devices -> $device {
	say $device;
}

Description

This provides access to the devices managed by udev on Linux.

The facility is provided by a binding to libudev which is often packaged as part of systemd.

Installation

Assuming you have a working installation of Rakudo Perl 6 the you should be able to install this with zef :

zef install Linux::Udev

# or from a local clone

zef install .

Other installers may become available later, please see their documentation for the details.

Licence & Copyright

This is free software, please see the LICENCE file in the distribution directory.

© Jonathan Stowe, 2016, 2017

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%