{"id":15693088,"url":"https://github.com/code-hex/p5-xs-closure-example","last_synced_at":"2025-10-30T11:10:56.423Z","repository":{"id":71654739,"uuid":"127422202","full_name":"Code-Hex/p5-XS-Closure-Example","owner":"Code-Hex","description":"Example for how to make a closure on XS","archived":false,"fork":false,"pushed_at":"2018-03-30T11:47:34.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T14:42:11.738Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Code-Hex.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-30T11:47:11.000Z","updated_at":"2018-04-06T13:57:49.000Z","dependencies_parsed_at":"2023-05-13T09:00:08.697Z","dependency_job_id":null,"html_url":"https://github.com/Code-Hex/p5-XS-Closure-Example","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/Code-Hex%2Fp5-XS-Closure-Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fp5-XS-Closure-Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fp5-XS-Closure-Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fp5-XS-Closure-Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Hex","download_url":"https://codeload.github.com/Code-Hex/p5-XS-Closure-Example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320130,"owners_count":20758407,"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-03T18:41:22.723Z","updated_at":"2025-10-30T11:10:51.396Z","avatar_url":"https://github.com/Code-Hex.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nXS::Closure::Example - It's example module for closure\n\n# SYNOPSIS\n\n    use feature 'say';\n    use XS::Closure::Example;\n\n    my $i = 0;\n    my $c = make_closure($i);\n    say $c-\u003e(); # 0\n\n    $i++;\n\n    my $c_c = make_closure_c($i);\n    say $c_c-\u003e(); # 1\n\n# DESCRIPTION\n\nXS::Closure::Example\n\n# LICENSE\n\nCopyright (C) K.\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n\n# AUTHOR\n\nK \u003cx00.x7f@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Fp5-xs-closure-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-hex%2Fp5-xs-closure-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Fp5-xs-closure-example/lists"}