{"id":17861213,"url":"https://github.com/jonathanstowe/linux-udev","last_synced_at":"2026-04-30T15:33:11.933Z","repository":{"id":66980421,"uuid":"64854276","full_name":"jonathanstowe/Linux-Udev","owner":"jonathanstowe","description":"Access to udev managed devices","archived":false,"fork":false,"pushed_at":"2017-08-16T16:08:57.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-22T17:06:59.666Z","etag":null,"topics":["device","linux","perl6","udev"],"latest_commit_sha":null,"homepage":null,"language":"Perl 6","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanstowe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-03T14:51:38.000Z","updated_at":"2017-08-16T08:38:25.000Z","dependencies_parsed_at":"2023-05-16T10:00:19.234Z","dependency_job_id":null,"html_url":"https://github.com/jonathanstowe/Linux-Udev","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/jonathanstowe/Linux-Udev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLinux-Udev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLinux-Udev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLinux-Udev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLinux-Udev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanstowe","download_url":"https://codeload.github.com/jonathanstowe/Linux-Udev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLinux-Udev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["device","linux","perl6","udev"],"created_at":"2024-10-28T08:43:22.491Z","updated_at":"2026-04-30T15:33:11.904Z","avatar_url":"https://github.com/jonathanstowe.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux::Udev\n\nAccess to devices managed by ```udev``` on Linux\n\n[![Build Status](https://travis-ci.org/jonathanstowe/Linux-Udev.svg?branch=master)](https://travis-ci.org/jonathanstowe/Linux-Udev)\n\n## Synopsis\n\n```perl6\n\nuse Linux::Udev;\n\nmy $udev = Linux::Udev.new;\n\nfor $udev.devices -\u003e $device {\n\tsay $device;\n}\n\n```\n\n## Description\n\nThis provides access to the devices managed by [udev](https://en.wikipedia.org/wiki/Udev) on Linux.\n\nThe facility is provided by a binding to ```libudev``` which is often packaged\nas part of ```systemd```. \n\n\n\n## Installation\n\nAssuming you have a working installation of Rakudo Perl 6 the you should be\nable to install this with ```zef``` :\n\n\tzef install Linux::Udev\n\n\t# or from a local clone\n\n\tzef install .\n\nOther installers may become available later, please see their documentation\nfor the details.\n\n## Licence \u0026 Copyright\n\nThis is free software, please see the [LICENCE](LICENCE) file in the\ndistribution directory.\n\n© Jonathan Stowe, 2016, 2017\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flinux-udev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanstowe%2Flinux-udev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flinux-udev/lists"}