Paketname | libinline-perl |
Beschreibung | module for producing simple Foreign Function Interfaces |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.46-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 756 Byte |
Hängt ab von | perl, libparse-recdescent-perl |
Empfohlene Pakete | gcc | c-compiler |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 158692 Byte |
Prüfsumme MD5 | 8d88cd531f427c0f86c2ecaf2103062f |
Prüfsumme SHA1 | 3541277dfdcab4bae395c437507e47a4c346a07c |
Prüfsumme SHA256 | 4bf5e3ddb9582815099a073e7bb79dbccbc06c4ad37ef8e6032f736873100e4f |
Link zum Herunterladen | libinline-perl_0.46-1_all.deb |
Ausführliche Beschreibung | Inline is a Perl module designed to allow developers to integrate source code
written in other programming languages directly "inline" in Perl scripts or
modules. The code is automatically compiled as needed, and then loaded for
immediate access from Perl.
.
Inline saves you from the hassle of having to write and compile your own glue
code using facilities like XS or SWIG. Simply type the code where you want it
and run your Perl as normal. All the hairy details are handled for you. The
compilation and installation of your code chunks all happen transparently;
all you will notice is the delay of compilation on the first run.
|