{"id":13836754,"url":"https://github.com/maisvendoo/lua_d_api","last_synced_at":"2026-01-11T03:44:24.899Z","repository":{"id":25927445,"uuid":"29368644","full_name":"maisvendoo/lua_d_api","owner":"maisvendoo","description":"Lua API for D language","archived":false,"fork":false,"pushed_at":"2015-02-05T20:02:37.000Z","size":180,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T15:05:09.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"D","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/maisvendoo.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}},"created_at":"2015-01-16T21:28:28.000Z","updated_at":"2018-07-25T09:06:37.000Z","dependencies_parsed_at":"2022-08-24T04:50:07.446Z","dependency_job_id":null,"html_url":"https://github.com/maisvendoo/lua_d_api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maisvendoo%2Flua_d_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maisvendoo%2Flua_d_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maisvendoo%2Flua_d_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maisvendoo%2Flua_d_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maisvendoo","download_url":"https://codeload.github.com/maisvendoo/lua_d_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225647761,"owners_count":17502128,"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":[],"created_at":"2024-08-04T15:00:53.751Z","updated_at":"2026-01-11T03:44:24.846Z","avatar_url":"https://github.com/maisvendoo.png","language":"D","funding_links":[],"categories":["D"],"sub_categories":[],"readme":"# Lua API for D language\n\n\n\nD language modules for access to Lua API functions\n\n## Usage\n\n\n1. Clone this project by git clone https://github.com/maisvendoo/lua_d_api.git\n2. Copy all \\*.d files in your project foldel\n3. Import required libraris in your code\n4. Link programm with key '-llua'\n\nFor example:\n\n\n\tmodule\tmain;\n\n\timport\tlua;\n\timport\tlualib;\n\timport\tlauxlib;\n\n\tvoid main()\n\t{\n\t\tlua_State *L = lauL_newstate();\n\n\t\t /* Write here your code for work with Lua */\n\n\t\tlua_close(L);\n\t}\n\n\nYou can use Lua API functions in your D program (same as in Lua C API)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaisvendoo%2Flua_d_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaisvendoo%2Flua_d_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaisvendoo%2Flua_d_api/lists"}