Changes for version 0.03 - 2024-03-22
- Updated prereqs to reflect that FFI::Platypus is required at configure time (gh#20, Graham TerMarsch++)
Modules
Class to track C source file in FFI::Build
A String as far as Go knows it.
Documentation and tools for using Platypus with Go
Go String type for Platypus
Examples
- examples/Awesome-FFI/Makefile.PL
- examples/Awesome-FFI/ffi/awesome.fbx
- examples/Awesome-FFI/ffi/go.mod
- examples/Awesome-FFI/ffi/main.go
- examples/Awesome-FFI/ffi/main_test.go
- examples/Awesome-FFI/lib/Awesome/FFI.pm
- examples/Awesome-FFI/t/awesome_ffi.t
- examples/GoHttpLib/Makefile.PL
- examples/GoHttpLib/ffi/LICENSE
- examples/GoHttpLib/ffi/README
- examples/GoHttpLib/ffi/README.md
- examples/GoHttpLib/ffi/go.mod
- examples/GoHttpLib/ffi/gohttplib.c
- examples/GoHttpLib/ffi/gohttplib.fbx
- examples/GoHttpLib/ffi/gohttplib.go
- examples/GoHttpLib/ffi/ptrproxy.go
- examples/GoHttpLib/ffi/responsewriter.go
- examples/GoHttpLib/lib/GoHttpLib.pm
- examples/GoHttpLib/t/gohttplib.t
- examples/add.go
- examples/add.pl