{"id":17635937,"url":"https://github.com/mohawk2/inline-struct","last_synced_at":"2025-04-14T06:13:03.357Z","repository":{"id":19422675,"uuid":"22665214","full_name":"mohawk2/Inline-Struct","owner":"mohawk2","description":"Release history of Inline-Struct","archived":false,"fork":false,"pushed_at":"2021-12-20T19:27:57.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T06:12:59.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/Inline-Struct/","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/mohawk2.png","metadata":{"files":{"readme":"README","changelog":"Changes","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":"2014-08-06T01:19:21.000Z","updated_at":"2021-12-20T19:27:56.000Z","dependencies_parsed_at":"2022-09-13T11:00:20.601Z","dependency_job_id":null,"html_url":"https://github.com/mohawk2/Inline-Struct","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2FInline-Struct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2FInline-Struct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2FInline-Struct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2FInline-Struct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohawk2","download_url":"https://codeload.github.com/mohawk2/Inline-Struct/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830399,"owners_count":21168272,"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-23T02:24:42.997Z","updated_at":"2025-04-14T06:13:03.321Z","avatar_url":"https://github.com/mohawk2.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"INTRODUCTION\n\nInline::Struct -- Manipulate C structs directly from Perl.\n\nInline::Struct lets you bind C structs to Perl. No special work required, you\njust tell Inline that you want to bind to structs as well as functions.\n\nExample:\n\n  use Inline C =\u003e 'DATA', structs =\u003e ['JA_H'];\n\n  my $o = Inline::Struct::JA_H-\u003enew(\"Perl\");\n  print JAxH($o), \"\\n\";\n  $o-\u003ex(\"Inline\");\n  print JAxH($o), \"\\n\";\n\n  __END__\n  __C__\n  struct JA_H {\n    char *x;\n  };\n  typedef struct JA_H JA_H;\n\n  SV *JAxH(JA_H *f) {\n    return newSVpvf(\"Just Another %s Hacker\", f-\u003ex);\n  }\n\nWhen run, this complete program prints:\n\n   Just Another Perl Hacker\n   Just Another Inline Hacker\n\n-----------------------------------------------------------------------------\nFEATURES:\n\nInline::Struct includes:\n\n+ Preliminary support for C structs.\n+ Supported in Inline::C and Inline::CPP.\n\n-----------------------------------------------------------------------------\nINSTALLATION:\n\nThis module requires Inline version \u003e=0.66 and Inline::C \u003e=0.62.\n\nTo install Inline::Struct do this:\n\nperl Makefile.PL\nmake\nmake test\nmake install\n\n(On ActivePerl for MSWin32, use nmake instead of make.)\n\nYou have to 'make install' before you can run it successfully.\n\n-----------------------------------------------------------------------------\nINFORMATION:\n\n- For more information on Inline::C see 'perldoc Inline::C'.\n- For more information on Inline::CPP see 'perldoc Inline::CPP'.\n- For information about Inline.pm, see 'perldoc Inline'.\n- For information on using Perl with C or C++, see 'perldoc perlapi'.\n\nThe Inline mailing list in inline@perl.org. Send mail to \ninline-subscribe@perl.org to subscribe.\n\nThe github repository is at https://github.com/mohawk2/Inline-Struct\n\nCopyright (c) 2001, Neil Watkiss. All Rights Reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohawk2%2Finline-struct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohawk2%2Finline-struct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohawk2%2Finline-struct/lists"}