• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Context/H25-Sep-2018-13598

demos/H25-Sep-2018-226154

prereq_pm_test/H07-May-2022-

src/H03-May-2022-239197

t/H25-Sep-2018-2,2401,813

testing/H07-May-2022-

testing2/H07-May-2022-

C2XS-Cookbook.podH A D25-Sep-201813.1 KiB405311

C2XS.pmH A D25-Sep-201831.3 KiB964361

CHANGESH A D25-Sep-20184.5 KiB11677

MANIFESTH A D25-Sep-20181,004 5655

META.jsonH A D25-Sep-20181.1 KiB5251

META.ymlH A D25-Sep-2018621 2827

Makefile.PLH A D25-Sep-20181.3 KiB5240

READMEH A D25-Sep-2018286 149

expected.hH A D25-Sep-20181 KiB2724

script.inH A D25-Sep-20186.3 KiB207175

README

1Convert Inline::C code to XS. See the InlineX::C2XS documentation for details.
2See also 'perldoc InlineX::Cookbook' and the demos folder.
3
4If you want to convert Inline::CPP code to XS, use InlineX::CPP2XS.
5
6Build in the usual way:
7
8perl Makefile.PL
9make test
10make install
11
12Cheers,
13Rob
14