{"id":23268433,"url":"https://github.com/miqueas/self","last_synced_at":"2025-08-21T00:32:15.908Z","repository":{"id":135995140,"uuid":"260182530","full_name":"Miqueas/Self","owner":"Miqueas","description":"Simple and compact OOP library for Lua","archived":false,"fork":false,"pushed_at":"2024-05-06T20:26:24.000Z","size":65,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T23:51:05.237Z","etag":null,"topics":["lua","lua51","lua52","lua53","object-oriented-programming","oop"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Miqueas.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":"2020-04-30T10:33:44.000Z","updated_at":"2025-02-26T22:20:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"817bf044-9451-4183-8d1a-29070ab38e00","html_url":"https://github.com/Miqueas/Self","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Miqueas/Self","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miqueas%2FSelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miqueas%2FSelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miqueas%2FSelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miqueas%2FSelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Miqueas","download_url":"https://codeload.github.com/Miqueas/Self/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miqueas%2FSelf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271409506,"owners_count":24754728,"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-20T02:00:09.606Z","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":["lua","lua51","lua52","lua53","object-oriented-programming","oop"],"created_at":"2024-12-19T17:18:37.076Z","updated_at":"2025-08-21T00:32:15.624Z","avatar_url":"https://github.com/Miqueas.png","language":"Lua","readme":"[![License][LicenseBadge]][licenseURL]\n\n# Self\n\nA small and simple library for OOP in Lua.\n\n## Basic usage\n\nHere's a simple example:\n\n```lua\nlocal class = require(\"Self\")\nlocal Point = class {\n  x = 0,\n  y = 0\n}\n\nfunction Point:new(x, y)\n  self.x = x\n  self.y = y\nend\n\nlocal p = Point(10, 40)\n```\n\nRead the docs [here](Docs.md)\n\n[LicenseBadge]: https://img.shields.io/badge/License-Zlib-brightgreen?style=flat\n[LicenseURL]: https://opensource.org/licenses/Zlib\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiqueas%2Fself","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiqueas%2Fself","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiqueas%2Fself/lists"}