{"id":17470755,"url":"https://github.com/matsumotory/mruby-on-lua","last_synced_at":"2025-04-30T08:24:37.594Z","repository":{"id":3475483,"uuid":"4530554","full_name":"matsumotory/mruby-on-Lua","owner":"matsumotory","description":"mruby on Lua.","archived":false,"fork":false,"pushed_at":"2012-08-13T11:02:46.000Z","size":134,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T14:23:04.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/matsumotory.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":"2012-06-02T16:12:27.000Z","updated_at":"2024-12-24T04:09:46.000Z","dependencies_parsed_at":"2022-09-04T03:11:55.898Z","dependency_job_id":null,"html_url":"https://github.com/matsumotory/mruby-on-Lua","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-on-Lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-on-Lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-on-Lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-on-Lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsumotory","download_url":"https://codeload.github.com/matsumotory/mruby-on-Lua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251667502,"owners_count":21624511,"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-10-18T16:08:50.466Z","updated_at":"2025-04-30T08:24:37.571Z","avatar_url":"https://github.com/matsumotory.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Install\n\n        make\n\n* Example\n\n    ```lua\n    require \"mruby\"\n     \n    mruby.run([[\n     \n    def tak(x, y, z)\n     \n        if y \u003e= x\n            z\n        else\n            tak(tak(x - 1, y, z),tak(y - 1, z, x),tak(z - 1, x, y))\n        end\n    end\n     \n    print tak(20, 12, 7)\n     \n    ]])\n    ```\n\n* Test\n\n    ```lua\n    require \"mruby\"\n     \n    file = \"./test.mrb\"\n     \n    print(\"\u003e\u003e mruby file run ./test.mrb\")\n    mruby.run_file(file)\n     \n    print(\"\u003e\u003e mruby code run\")\n    mruby.run(\"puts 'mruby code run on Lua!!'\")\n    ```\n\n* Run\n\n        lua sample.lua\n        lua mruby_on.lua\n\n        \u003e\u003e mruby file run ./test.mrb\n        mruby file run on Lua!!\n        \u003e\u003e mruby code run\n        mruby code run on Lua!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-on-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsumotory%2Fmruby-on-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-on-lua/lists"}