perl-inline-c
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.
- Versions: 0.82_001
- 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 the latest version of perl-inline-c
as follows:
guix install perl-inline-c
Or install a particular version:
guix install perl-inline-c@0.82_001
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.
Badge code
You can use the following badge to inform users of perl-inline-c about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-inline-c'><img src='https://packages.guix.gnu.org/packages/perl-inline-c/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-inline-c)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-inline-c][https://packages.guix.gnu.org/packages/perl-inline-c/badges/latest-version.svg]]