{"id":18445484,"url":"https://github.com/xxmacmillanxx/v-lua-integration","last_synced_at":"2025-04-15T01:12:58.887Z","repository":{"id":230102290,"uuid":"777346226","full_name":"xXMacMillanXx/v-lua-integration","owner":"xXMacMillanXx","description":"Using Lua within a V project.","archived":false,"fork":false,"pushed_at":"2024-03-28T20:30:48.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T01:12:47.729Z","etag":null,"topics":["embedding","lua","v-language","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xXMacMillanXx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-25T17:17:58.000Z","updated_at":"2024-12-02T01:54:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a6b9048-0941-4da8-b7d8-d21dc1b8df85","html_url":"https://github.com/xXMacMillanXx/v-lua-integration","commit_stats":null,"previous_names":["xxmacmillanxx/v-lua-integration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xXMacMillanXx%2Fv-lua-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xXMacMillanXx%2Fv-lua-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xXMacMillanXx%2Fv-lua-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xXMacMillanXx%2Fv-lua-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xXMacMillanXx","download_url":"https://codeload.github.com/xXMacMillanXx/v-lua-integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986317,"owners_count":21194025,"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":["embedding","lua","v-language","vlang"],"created_at":"2024-11-06T07:06:04.908Z","updated_at":"2025-04-15T01:12:58.860Z","avatar_url":"https://github.com/xXMacMillanXx.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Using Lua with V\n\nThis is a basic example of how to use Lua with V. It includes a simple Lua script that prints a text to the console.\n\n## Running the example\n\nTo run this project, you will need to have V installed. You can find instructions for installing V in the [Vlang Github readme](https://github.com/vlang/v?tab=readme-ov-file#installing-v-from-source).\n\nAlso, you will need to install Lua. You can find instructions for installing Lua on the [Lua Download page](https://www.lua.org/download.html).\nIf you are using Linux, you can install Lua with your distributions package manager.\n\n```bash\n# Ubuntu / Debian\nsudo apt install lua\n\n# Arch\nsudo pacman -S lua\n\n# Fedora\nsudo dnf install lua\n```\n\nOnce you have V and Lua installed, you can try out the project by running the following command in the project directory:\n\n```bash\n./run.sh\n```\n\nThis will run the `main.v` file, which will execute the Lua script `script.lua`, which executes the function from `main.v`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxmacmillanxx%2Fv-lua-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxmacmillanxx%2Fv-lua-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxmacmillanxx%2Fv-lua-integration/lists"}