{"id":29908226,"url":"https://github.com/r6915ee/acre","last_synced_at":"2026-05-10T16:03:18.804Z","repository":{"id":307066875,"uuid":"1028105540","full_name":"r6915ee/acre","owner":"r6915ee","description":"A state management library for Lua game development","archived":false,"fork":false,"pushed_at":"2025-07-29T07:22:19.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-29T09:36:47.009Z","etag":null,"topics":["game-development","game-state","love2d","lua","lua-library"],"latest_commit_sha":null,"homepage":"","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/r6915ee.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,"zenodo":null}},"created_at":"2025-07-29T03:38:24.000Z","updated_at":"2025-07-29T07:22:23.000Z","dependencies_parsed_at":"2025-07-29T09:48:44.192Z","dependency_job_id":null,"html_url":"https://github.com/r6915ee/acre","commit_stats":null,"previous_names":["r6915ee/acre"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/r6915ee/acre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r6915ee%2Facre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r6915ee%2Facre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r6915ee%2Facre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r6915ee%2Facre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r6915ee","download_url":"https://codeload.github.com/r6915ee/acre/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r6915ee%2Facre/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273183228,"owners_count":25059812,"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-09-01T02:00:09.058Z","response_time":120,"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":["game-development","game-state","love2d","lua","lua-library"],"created_at":"2025-08-02T00:00:29.359Z","updated_at":"2026-05-10T16:03:13.782Z","avatar_url":"https://github.com/r6915ee.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acre\n\n**acre** is a game development library made in the Lua language focused on\nstate management. It is meant primarily to be versatile, such as being\nusable on Lua versions supporting Lua 5.1 syntax, allowing pretty much\nany type to be used, and more.\n\n## Usage\n\n**acre** revolves around tables. As such, *most* table syntax should be\napplicable to acre if you wish to modify the state at runtime.\n\n```lua\nAcre = require(\"acre\")\n\nlocal state = {\n   helloWorld = function(_)\n      print(\"Hello, world!\")\n   end,\n}\n\nAcre:switchState(state)\n-- You can pass a variable number of arguments as well!\nAcre:callback(\"helloWorld\")\n```\n\n## License\n\n**acre** is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr6915ee%2Facre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr6915ee%2Facre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr6915ee%2Facre/lists"}