{"id":35093822,"url":"https://github.com/siffiejoe/luarocks-fetch-gitrec","last_synced_at":"2025-12-27T15:04:31.421Z","repository":{"id":32646375,"uuid":"36233344","full_name":"siffiejoe/luarocks-fetch-gitrec","owner":"siffiejoe","description":"LuaRocks fetcher module that clones git repositories recursively.","archived":false,"fork":false,"pushed_at":"2015-05-27T15:03:35.000Z","size":140,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-25T11:52:07.221Z","etag":null,"topics":["git","luarocks","luarocks-fetcher"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ayrna/orca","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siffiejoe.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}},"created_at":"2015-05-25T13:40:09.000Z","updated_at":"2021-08-02T01:46:09.000Z","dependencies_parsed_at":"2022-08-07T17:47:23.193Z","dependency_job_id":null,"html_url":"https://github.com/siffiejoe/luarocks-fetch-gitrec","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/siffiejoe/luarocks-fetch-gitrec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Fluarocks-fetch-gitrec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Fluarocks-fetch-gitrec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Fluarocks-fetch-gitrec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Fluarocks-fetch-gitrec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siffiejoe","download_url":"https://codeload.github.com/siffiejoe/luarocks-fetch-gitrec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Fluarocks-fetch-gitrec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28080200,"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-12-27T02:00:05.897Z","response_time":58,"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":["git","luarocks","luarocks-fetcher"],"created_at":"2025-12-27T15:03:11.621Z","updated_at":"2025-12-27T15:04:31.415Z","avatar_url":"https://github.com/siffiejoe.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luarocks-fetch-gitrec\nLuaRocks fetcher module that clones git repositories recursively.\n\nThe code is a modified copy of the `luarocks.fetch.git` module\ndistributed with LuaRocks which is responsible for getting sources\nfrom git repositories. In contrast to that module the git repositories\nare cloned recursively (with the `--recursive` flag to the git command\nline client) to fetch git submodules as well.\n\nTo use this module reference it in the `dependencies` table in your\nrockspec (to make sure that it is installed when needed) and put one\nof the supported URL schemes in the `source.url` field.\n\nExample:\n\n```lua\npackage = \"my_package\"\nversion = \"0.1-1\"\nsource = {\n  url = \"gitrec+https://github.com/user/my_package.git\" -- !!\n}\ndependencies = {\n  \"lua \u003e= 5.1, \u003c 5.4\",\n  \"luarocks-fetch-gitrec\", -- !!\n}\ndescription = {\n  -- ...\n}\nbuild = {\n  -- ...\n}\n```\n\nSupported URL schemes are at the moment:\n\n*   `gitrec://...` (uses the \"git\" protocol; works with GitHub)\n*   `gitrec+http://...` (uses the \"http\" protocol; works with GitHub)\n*   `gitrec+https://...` (uses the \"https\" protocol; works with GitHub)\n*   `gitrec+file://...` (for local repositories)\n*   `gitrec+ssh://...` (uses the \"ssh\" protocol)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffiejoe%2Fluarocks-fetch-gitrec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiffiejoe%2Fluarocks-fetch-gitrec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffiejoe%2Fluarocks-fetch-gitrec/lists"}