The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:C::Include"

C::Include - Package to easy operate with binary data via describing they like C/C++ structs. River stage zero No dependents

AMICHAUER/C-Include-1.40 - 30 May 2001 13:47:56 UTC

lib/CORBA/C/IncludeVisitor.pm River stage one • 1 direct dependent • 1 total dependent

PERRAD/CORBA-C-2.62 - 16 Jul 2008 13:39:26 UTC

C::TCC - An interface to the TCC(Tiny C Compiler) River stage zero No dependents

The perl module TCC provides an interface to the TCC(Tiny C Compiler) See http://fabrice.bellard.free.fr/tcc/ for more information on TCC....

HAMANO/C-TCC-0.05 - 02 Aug 2009 22:40:36 UTC

FFI::C - C data types for FFI River stage two • 10 direct dependents • 24 total dependents

This distribution provides tools for building classes to interface for common C data types. Arrays, "struct", "union" and nested types based on those are supported. Core FFI::Platypus also provides FFI::Platypus::Record for manipulating and passing s...

PLICEASE/FFI-C-0.15 - 15 Nov 2022 16:51:24 UTC

C::Blocks - embeding a fast C compiler directly into your Perl parser River stage one • 1 direct dependent • 2 total dependents

Perl is great, but sometimes I find myself reaching for C to do some of my computational heavy lifting. There are many tools that help you interface Perl and C. This module differs from most others out there by providing a way of inserting your C cod...

DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTC

C::DynaLib - Dynamic Perl interface to C compiled code. River stage zero No dependents

This module allows Perl programs to call C functions in dynamic libraries. It is useful for testing library functions, writing simple programs without the bother of XS, and generating C function pointers that call Perl code. Your Perl must be of the ...

RURBAN/C-DynaLib-0.61 - 21 Dec 2010 17:51:31 UTC

C::Analyzer - Generates C Call Control Flow tree for C source code River stage zero No dependents

Creates Call stack/tree of C source code GETTING HELP If you have questions about Analyzer you can get help from the *analyzer-users@perl.org* mailing list. You can get help on subscribing and using the list by emailing *analyzer-users-help@perl.org*...

SREEKANTH/C-Analyzer-0.02 - 26 Dec 2007 05:15:53 UTC

Conjury::C - Perl Conjury with C/C++ compilers, linkers and archivers River stage zero No dependents

Spells for compiling and linking C/C++ software are constructed using "c_object", "c_executable" and "c_static_library". The compiler, linker and archiver used in the resulting actions are the same compiler, linker and archiver that were used to buil...

JWOODYATT/conjury-1.004 - 01 May 2001 06:11:27 UTC

FFI::C::Def - Data definition for FFI River stage two • 10 direct dependents • 24 total dependents

This class is the base class for all def classes in the FFI::C collection. The def classes are for defining C "struct", "union" and array types that can be used from Perl and passed to C via FFI::Platypus. You don't create an instance of this class d...

PLICEASE/FFI-C-0.15 - 15 Nov 2022 16:51:24 UTC

C::TinyCompiler - Full C JIT compiling using the Tiny C Compiler River stage zero No dependents

This module provides Perl bindings for the Tiny C Compiler, a small, ultra-fast C compiler that can compile in-memory strings of C code, and produce machine code in memory as well. In other words, it is a full C just-in-time compiler. It works for x8...

DCMERTENS/C-TinyCompiler-0.05 - 05 Aug 2015 20:50:24 UTC

Mpp::Scanner::C - makepp scanner for C-like files River stage zero No dependents

Scans a C file for "#include"'s. Tags are: user File scanned due to an #include "filename" directive. sys File scanned due to an #include <filename> directive....

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

FFI::C::UnionDef - Union data definition for FFI River stage two • 10 direct dependents • 24 total dependents

This class creates a def for a C "union"....

PLICEASE/FFI-C-0.15 - 15 Nov 2022 16:51:24 UTC

FFI::C::ArrayDef - Array data definition for FFI River stage two • 10 direct dependents • 24 total dependents

This class creates a def for a C array of structured data. Usually the def contains a FFI::C::StructDef or FFI::C::UnionDef and optionally a number of elements....

PLICEASE/FFI-C-0.15 - 15 Nov 2022 16:51:24 UTC

Devel::DebugInit - Perl extension for creating a debugger initialization files from C header file macros River stage zero No dependents

Devel::DebugInit is aimed at C/C++ developers who want access to C macro definitions from within a debugger. It provides a simple and automated way of creating debugger initialization files for a specific project. The initialization files created con...

JASONS/Devel-DebugInit-0.3 - 29 Aug 1997 17:42:16 UTC

FFI::C::StructDef - Structured data definition for FFI River stage two • 10 direct dependents • 24 total dependents

This class creates a def for a C "struct"....

PLICEASE/FFI-C-0.15 - 15 Nov 2022 16:51:24 UTC

C::Blocks::Filter - base package for writing filters for C::Blocks River stage one • 1 direct dependent • 2 total dependents

C::Blocks supports lexically-scoped source filters. This module makes it easy to install source filters and write modules that serve as source filters. Source filters are called without any arguments. The C code to be filtered is simply in $_, and th...

DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTC

C::Blocks::PerlAPI - C interface for interacting with Perl River stage one • 1 direct dependent • 2 total dependents

This C::Blocks module provides access to the Perl C library. It is roughly equivalent to including these lines at the top of your cblocks: #define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" as well as linking to libpe...

DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTC

Convert::Binary::C - Binary Data Conversion using C Types River stage one • 4 direct dependents • 4 total dependents

Convert::Binary::C is a preprocessor and parser for C type definitions. It is highly configurable and supports arbitrarily complex data structures. Its object-oriented interface has "pack" and "unpack" methods that act as replacements for Perl's "pac...

MHX/Convert-Binary-C-0.84 - 23 Nov 2020 13:15:27 UTC

C::Scan::Constants - Slurp constants from specified C header (.h) files River stage one • 1 direct dependent • 2 total dependents

This module provides an alternative to using the h2ph command to generate Perl header (.ph) files that are then subsequently "require"d by your module code. When you need access to C numeric and enumerated type constants, especially in a dynamic sour...

ICERIDER/C-Scan-Constants-1.020 - 28 May 2011 22:55:35 UTC

C::TinyCompiler::Perl - Enabling Perl's full C-API in your C::TinyCompiler context River stage zero No dependents

This module provides access to the full Perl C API in your compiler context. This is a very blunt tool, but it is guaranteed to always reflect the API of whichever version of Perl you use to run your script. It is equivalent to including the followin...

DCMERTENS/C-TinyCompiler-0.05 - 05 Aug 2015 20:50:24 UTC
28 results (0.047 seconds)