{"id":24512975,"url":"https://github.com/mopemope/rbevent","last_synced_at":"2026-04-05T18:33:20.502Z","repository":{"id":446502,"uuid":"69127","full_name":"mopemope/rbevent","owner":"mopemope","description":"ruby extension library for libevent ","archived":false,"fork":false,"pushed_at":"2008-10-30T00:28:11.000Z","size":92,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T10:14:04.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mopemope.png","metadata":{"files":{"readme":"README","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}},"created_at":"2008-10-29T04:44:33.000Z","updated_at":"2019-08-13T13:40:00.000Z","dependencies_parsed_at":"2022-07-07T23:30:40.830Z","dependency_job_id":null,"html_url":"https://github.com/mopemope/rbevent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mopemope/rbevent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Frbevent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Frbevent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Frbevent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Frbevent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mopemope","download_url":"https://codeload.github.com/mopemope/rbevent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Frbevent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31446526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-01-22T00:52:23.288Z","updated_at":"2026-04-05T18:33:20.488Z","avatar_url":"https://github.com/mopemope.png","language":null,"readme":"====================\nrbevent \n====================\nrbevent is ruby extension library for libeveint.\napi design inspired pyevent (python libevent module)\n\nRequirements\n-------------\n\n+ ruby 1.9\n+ libevent \n\nInstallation\n------------\n\n\u003e sudo ruby setup.rb\n\nsimple sample code\n------------\n\nrequire 'rbevent'\nrequire 'socket'\n\ninclude(RubyEvent)\ninclude(RubyEvent::Constants)\nevent_init();\n\nserv = Socket.new(Socket::AF_INET, Socket::SOCK_STREAM, 0)\nsockaddr = Socket.sockaddr_in(6000, \"127.0.0.1\")\nserv.bind(sockaddr)\nserv.listen(5)\n\nevt = Event.new(serv.to_i, EV_READ){|evt|\n    p \"readable\"\n    event_abort();\n}\nevt.add()\n\nevent_dispatch()\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopemope%2Frbevent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmopemope%2Frbevent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopemope%2Frbevent/lists"}