Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/p5-module-xsbuilder
https://github.com/gfx/p5-module-xsbuilder
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfx/p5-module-xsbuilder
- Owner: gfx
- License: other
- Created: 2013-04-14T02:37:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T05:21:26.000Z (over 11 years ago)
- Last Synced: 2024-04-17T00:04:38.779Z (7 months ago)
- Language: Perl
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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