README

NAME

Rakudo::CORE::META - Provide zef compatible meta-data for Rakudo

SYNOPSIS

use Rakudo::CORE::META;
say "Rakudo core provides these additional modules:";
.say for %Rakudo::CORE::META<provides>.keys.sort(*.fc);

# META6-like representation
say to-json %RAKUDO::CORE::META, :pretty, :sorted-keys;

DESCRIPTION

Rakudo::CORE::META provides zef compatible meta-data of the modules that are provided by the Rakudo core, by exporting %Rakudo::CORE::META hash. This hash contains information that could be introspected at installation time of the module, or after any Rakudo core update.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/Rakudo-CORE-META . Comments and Pull Requests are welcome.

If you like this module, or what I’m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2021, 2022, 2025 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Rakudo::CORE::META v0.0.12

Provide zef compatible meta-data for Rakudo

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Rakudo::CORE::META

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.

Built with Podlite — the markup and publishing tools behind this site.