Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfx/p5-module-xsbuilder


https://github.com/gfx/p5-module-xsbuilder

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# NAME

Module::XSBuilder - Module::Build extension to build XS modules

# SYNOPSIS

use Module::XSBuilder; # use this instead of Module::Build

# or set into minil.toml
# [build]
# build_class = "Module::XSBuilder"

# DESCRIPTION

Module::XSBuilder supports building XS modules,
started a a port of Module::Install::XSUtil for Module::Build.

# LICENSE

Copyright (C) Fuji, Goro. All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Fuji, Goro