This is the source for the pl.atypus.org website. The intent is to make this the go to place for information about Perl + FFI, and for these related FFI projects:
- FFI::C
- FFI::CheckLib
- FFI::Platypus
- FFI::Platypus::Lang::CPP
- FFI::Platypus::Lang::Fortran
- FFI::Platypus::Lang::Go
- FFI::Platypus::Lang::Pascal
- FFI::Platypus::Lang::Rust
- etc.
- Install developer deps with
cpanm --installdeps .
- Edit the .md or .tt files as appropriate.
- Do NOT edit the .html files as these are generated.
- Run
./build.pl
to generate html and other files. - Test by running
plackup test.psgi
and pointing your browser to the URL provided. - You can also run the regression tests with
prove
. - Open a PR as appropriate.
Thanks!