perl-inline-c 0.82_001
C Language Support for Inline
The Inline::C
module allows you to write Perl subroutines in C. Since version 0.30 the Inline
module supports multiple programming languages and each language has its own support module. This document describes how to use Inline with the C programming language. It also goes a bit into Perl C internals.
- Outputs:
out
- Website: https://metacpan.org/release/Inline-C
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-inline-c 0.82_001
as follows:
guix install perl-inline-c@0.82_001
Or install the latest version:
guix install perl-inline-c
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.