{"id":19001220,"url":"https://github.com/alphafantomu/orcus-getter","last_synced_at":"2026-06-13T21:32:12.615Z","repository":{"id":141360084,"uuid":"467019402","full_name":"alphafantomu/orcus-getter","owner":"alphafantomu","description":"a orcus handler extension for getter attributes for classes","archived":false,"fork":false,"pushed_at":"2023-01-12T02:28:45.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-21T13:25:21.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphafantomu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-03-07T09:07:15.000Z","updated_at":"2022-03-07T09:20:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"81f02add-67b8-42ba-b4b9-adbdc6173fbb","html_url":"https://github.com/alphafantomu/orcus-getter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alphafantomu/orcus-getter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphafantomu%2Forcus-getter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphafantomu%2Forcus-getter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphafantomu%2Forcus-getter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphafantomu%2Forcus-getter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphafantomu","download_url":"https://codeload.github.com/alphafantomu/orcus-getter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphafantomu%2Forcus-getter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34301730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-08T18:10:23.071Z","updated_at":"2026-06-13T21:32:12.592Z","avatar_url":"https://github.com/alphafantomu.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# orcus-getter\na orcus extension for getter attributes for classes\n\n## Dependencies\n- [orcus](https://github.com/alphafantomu/orcus)\n\n## Installation\n- Make sure you have [luvit](https://luvit.io/install.html) installed\n- Run the command `lit install alphafantomu/orcus-getter`\n- `require('orcus-getter')` to reference the library\n\n- There is no [LuaRocks](https://luarocks.org/) release, but only `init.lua` is necessary to use the library.\n\n## Usage\nThe usage is really simple `getter(closure_function, should_cache)`, here is an example\n\n```lua\nlocal getter = require('orcus-getter');\nlocal block = require('orcus', {\n\tnickname = 'Three Dimensional Square';\n});\n\nblock.name = getter(function(self)\n\treturn self.nickname;\nend, true); -- cache the value\n\nprint(block.name); --\"Three Dimensional Square\"\n```\n\n## License\nThis project has an [MIT license](/LICENSE)\n\n## Contact\n- Discord: `Arivistraliavatoriar#2678`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphafantomu%2Forcus-getter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphafantomu%2Forcus-getter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphafantomu%2Forcus-getter/lists"}