{"id":16944925,"url":"https://github.com/drbrain/launch","last_synced_at":"2026-04-21T16:41:30.346Z","repository":{"id":66234669,"uuid":"1419352","full_name":"drbrain/launch","owner":"drbrain","description":"A ruby wrapper for the launch(3) API for daemons and agents spawned by launchd(8)","archived":false,"fork":false,"pushed_at":"2011-02-27T23:01:49.000Z","size":98,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T19:34:00.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://docs.seattlerb.org/launch","language":"C","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/drbrain.png","metadata":{"files":{"readme":"README.txt","changelog":"History.txt","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":"2011-02-27T22:19:51.000Z","updated_at":"2014-04-13T22:45:35.000Z","dependencies_parsed_at":"2023-02-20T00:30:26.192Z","dependency_job_id":null,"html_url":"https://github.com/drbrain/launch","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drbrain/launch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Flaunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Flaunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Flaunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Flaunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drbrain","download_url":"https://codeload.github.com/drbrain/launch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Flaunch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32101154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":"2024-10-13T21:19:24.257Z","updated_at":"2026-04-21T16:41:30.302Z","avatar_url":"https://github.com/drbrain.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"= launch\n\n* https://github.com/drbrain/launch\n* http://docs.seattlerb.org/launch\n\n== DESCRIPTION:\n\nLaunch allows agents and daemons launched by launchd to retrieve their list of\nsockets.  Launchd is an open source framework for launching and managing\ndaemons, programs and scripts provided by Apple.\n\n== FEATURES/PROBLEMS:\n\n* Provides the Launch module for easy integration with existing programs\n* Allows on-demand execution of ruby programs through launchd\n\n== SYNOPSIS:\n\n  require 'launch'\n\n  class MyDaemon\n    def initialize\n      launch_checkin\n      launch_sockets('MyDaemonSocket', TCPServer).each do |server|\n        # handle requests, see sample/echo.rb\n      end\n    end\n  end\n\n  MyDaemon.new\n\n== REQUIREMENTS:\n\n* An installed launchd\n\n== INSTALL:\n\n  gem install launch\n\n== DEVELOPERS:\n\nAfter checking out the source, run:\n\n  $ rake newb\n\nThis task will install any missing dependencies, run the tests/specs,\nand generate the RDoc.\n\n== LICENSE:\n\n(The MIT License)\n\nCopyright (c) 2011 Eric Hodel\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbrain%2Flaunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrbrain%2Flaunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbrain%2Flaunch/lists"}