Re: Library: EasyXS

[email protected] (Felipe Gasper) Wed, 6 Apr 2022 05:39:40 -0400
Newsgroups perl.xs
Message-ID <[email protected]>

> On Apr 6, 2022, at 03:26, Shlomi Fish <[email protected]> wrote:
>=20
> =EF=BB=BFHi Felipe!
>=20
>> On Tue, 5 Apr 2022 11:22:07 -0400
>> Felipe Gasper <[email protected]> wrote:
>>=20
>> Hi all,
>>=20
>>    I=E2=80=99ve cobbled together a bunch of tools I often need in XS modu=
les
>> here:
>>=20
>> https://github.com/FGasper/easyxs
>>=20
>>    This includes, for example:
>>=20
>> - the standard XS #include directives
>> - ppport.h
>> - a fix for the deluge of warnings from new clangs
>> - simple interfaces to call Perl from C
>>=20
>> =E2=80=A6 and more.
>>=20
>>    See what you think.
>>=20
>=20
> Looks nifty, starred and bookmarked. I suggest having tests and CI though:=


I mean to add them, yes. For now my own testing happens via whatever module o=
f mine uses this or that interface.

-F=