{"id":13872100,"url":"https://github.com/SwiftyLua/SwiftyLua","last_synced_at":"2025-07-16T01:32:47.693Z","repository":{"id":217438956,"uuid":"359074757","full_name":"SwiftyLua/SwiftyLua","owner":"SwiftyLua","description":"Swift bridge for Lua","archived":false,"fork":false,"pushed_at":"2024-05-21T08:42:13.000Z","size":95,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-06T23:51:35.046Z","etag":null,"topics":["bridge","linux","lua","macos","swift","swift-package","swift-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SwiftyLua.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}},"created_at":"2021-04-18T07:29:08.000Z","updated_at":"2024-05-25T18:58:35.000Z","dependencies_parsed_at":"2024-01-16T12:49:26.193Z","dependency_job_id":"2e8e1c06-177c-483e-adfe-b8782084fd2b","html_url":"https://github.com/SwiftyLua/SwiftyLua","commit_stats":null,"previous_names":["swiftylua/swiftylua"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyLua%2FSwiftyLua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyLua%2FSwiftyLua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyLua%2FSwiftyLua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyLua%2FSwiftyLua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwiftyLua","download_url":"https://codeload.github.com/SwiftyLua/SwiftyLua/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226090030,"owners_count":17572114,"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","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":["bridge","linux","lua","macos","swift","swift-package","swift-package-manager"],"created_at":"2024-08-05T23:00:33.976Z","updated_at":"2025-07-16T01:32:47.673Z","avatar_url":"https://github.com/SwiftyLua.png","language":"Swift","readme":"# SwiftyLua\n\nSwiftyLua is a Swift wrapper and bridge for Lua.\n\n## Example Usage\n\nYou can find usage examples in the test spec [UsageSpec.swift](./Tests/SwiftyLuaTests/UsageSpec.swift).\n\n\n## Installation\n\nReference this project in your `Package.swift` like so:\n\n```swift\n// swift-tools-version: 5.10\n\nimport PackageDescription\n\nlet package = Package(\n    name: \"LuaTest\",\n    dependencies: [ .package(url: \"https://github.com/SwiftyLua/SwiftyLua.git\", from: \"0.0.2\") ],\n    targets: [\n        .executableTarget(\n            name: \"LuaTest\",\n            dependencies: [ .product(name: \"SwiftyLua\", package: \"SwiftyLua\") ]\n        ),\n    ]\n)\n```\n\n## Licenses\n\n### lua4swift\nI forked the lua4swift package from [weyhan/lua4swift](https://github.com/weyhan/lua4swift), removed the Lua sources and made some\nminor changes that are all available from [SwiftyLua/lua4swift](https://github.com/SwiftyLua/lua4swift).\n\nReleased under MIT license.\n\nCopyright (c) 2015 Steven Degutis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \n(the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, \ndistribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the \nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO \nTHE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF \nCONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \nDEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSwiftyLua%2FSwiftyLua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSwiftyLua%2FSwiftyLua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSwiftyLua%2FSwiftyLua/lists"}