{"id":14965972,"url":"https://github.com/raku/ecosystem","last_synced_at":"2025-05-16T02:09:38.296Z","repository":{"id":37905390,"uuid":"866942","full_name":"Raku/ecosystem","owner":"Raku","description":"Raku ecosystem – modules and more","archived":false,"fork":false,"pushed_at":"2025-05-12T11:34:33.000Z","size":1731,"stargazers_count":140,"open_issues_count":26,"forks_count":151,"subscribers_count":140,"default_branch":"main","last_synced_at":"2025-05-16T02:09:36.906Z","etag":null,"topics":["ecosystem","raku"],"latest_commit_sha":null,"homepage":"https://modules.raku.org/","language":"Perl","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/Raku.png","metadata":{"files":{"readme":"README.install-template.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,"zenodo":null}},"created_at":"2010-08-27T18:45:09.000Z","updated_at":"2025-05-08T00:57:58.000Z","dependencies_parsed_at":"2023-12-28T12:27:28.422Z","dependency_job_id":"25816656-a910-4ac6-b67f-95c5c4e8f768","html_url":"https://github.com/Raku/ecosystem","commit_stats":{"total_commits":2284,"total_committers":274,"mean_commits":8.335766423357665,"dds":0.888353765323993,"last_synced_commit":"69350e371040bd3103eda0231ae67e5f12a9514b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fecosystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fecosystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fecosystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fecosystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raku","download_url":"https://codeload.github.com/Raku/ecosystem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453667,"owners_count":22073618,"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":["ecosystem","raku"],"created_at":"2024-09-24T13:35:38.273Z","updated_at":"2025-05-16T02:09:38.260Z","avatar_url":"https://github.com/Raku.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Example install  instructions for module **Example::Module**\n\n## Installation requirements\n\nWith a normal rakudo installation, you should have available one or\nboth of the installer tools:\n\n- `zef`\n- `panda`\n\n`zef` is becoming the preferred tool because of more features\n(including an uninstall function) and more active development, but\neither tool should work fine for a first installation of a desired\nmodule.  We'll use `zef` for the rest of the examples.\n\n## Installation\n\n```Perl6\nzef install Example::Module\n```\n\nIf the attempt shows that the module isn't found or available, ensure\nyour installer is current:\n\n```Perl6\nzef update\n```\n\nIf you want to use the latest version in the git repository (or it's\nnot available in the Perl 6 ecosystem), clone it and then install it\nfrom its local directory.  Here we assume the module is on Github in\nlocation \"https://github.com/jhancock/Example-Module-Perl6\", but use\nthe Github clone instructions for the desired module. (Note the\nrepository name is usually not the exact name of the module as used in\nPerl 6.)\n\n\n```Perl6\ngit clone https://github.com/jhancock/Example-Module-Perl6.git\nzef install /path/to/cloned/repository/directory\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku%2Fecosystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraku%2Fecosystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku%2Fecosystem/lists"}