{"id":13761146,"url":"https://github.com/thislight/away-luv","last_synced_at":"2025-10-06T01:38:45.461Z","repository":{"id":171529356,"uuid":"291462156","full_name":"thislight/away-luv","owner":"thislight","description":"away driver for luv","archived":false,"fork":false,"pushed_at":"2020-09-28T07:02:22.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T14:37:53.153Z","etag":null,"topics":["asynchronous-programming","away","gplv3","lua","luv"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thislight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-08-30T12:02:57.000Z","updated_at":"2022-02-15T03:39:58.000Z","dependencies_parsed_at":"2024-01-15T03:58:50.658Z","dependency_job_id":"486e5b2c-d357-4d1a-a0f3-5ab4964e7c60","html_url":"https://github.com/thislight/away-luv","commit_stats":null,"previous_names":["thislight/away-luv"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thislight/away-luv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Faway-luv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Faway-luv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Faway-luv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Faway-luv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thislight","download_url":"https://codeload.github.com/thislight/away-luv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Faway-luv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271748638,"owners_count":24814008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asynchronous-programming","away","gplv3","lua","luv"],"created_at":"2024-08-03T13:01:40.632Z","updated_at":"2025-10-06T01:38:40.439Z","avatar_url":"https://github.com/thislight.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# Away for Luv\n\n[Away](https://github.com/thislight/away) driver for [luv](https://github.com/luvit/luv).\n\n## Install away-luv\n[away-luv - LuaRocks](https://luarocks.org/modules/thislight/away-luv)\n\n### LuaRocks\n````\nluarocks install away-luv\n````\nLuaRocks can handle all mess for you.\n\nIf you want a developing version, use the rockspec `away-luv-git-0.rockspec`.\n\n## Use with standard luv interfaces\nInstall luv_service from `away.luv.service` to away scheduler, and then you can use luv interface directly.\n````lua\nlocal uv = require 'luv'\nlocal away = require 'away'\nlocal LuvService = require 'away.luv.service'\naway.scheduler:install(LuvService)\n\naway.scheduler:run_task(function()\n    local timer = uv.new_timer()\n    uv.timer_start(timer, 1000, 0, function()\n        print('011404250519!')\n        away.scheduler:stop()\n    end)\nend)\n\naway.scheduler:run()\n````\n\n## Use with away-luv synchronous-style interfaces\n\n\u003e Still working on it...\n\nSee [examples](example/) and source code to explore the interfaces.\n\n## License\nGNU Gerneral Public License, version 3 or later.\n\n    away-luv - luv service for away\n    Copyright (C) 2020 thisLight \u003cl1589002388@gmail.com\u003e\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n\u003e Note on GPLv3: although you have copied code from this project, you don't need to open source if you don't convey it (see GPLv3 for definition of \"convey\"). This is not a legal advice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Faway-luv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthislight%2Faway-luv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Faway-luv/lists"}