Help language development. Donate to The Perl Foundation
Showing 99
results
App::GPTrixie
Generate NativeCall code from C headers file
Perl6::Parser
Parse Perl 6 from within Perl 6
Grammar::BNF
Parse BNF and ABNF grammars and generate Perl 6 grammars from them
Inline
use C-code from within Perl
Inline
use C-code from within Perl
Shell::DSL
Run commands and pipe from one to another like you would in a Unix command line shell.
Cro::OpenAPI::RoutesFromDefinition
Easily implement an existing OpenAPI definition, server side, using Cro.
XML::Rabbit
XML::Rabbit builds your Attributes from xml files with xpath expressions
Hashids
Hashids — generate short and reversable hashes from numbers.
Java::Generate
Generates Java code from AST
US-ASCII
US-ASCII restricted character classes from Perl6 and Core ABNF.
Term::ReadKey
Read single unbuffered keys from keyboard.
US-ASCII
US-ASCII restricted character classes from Perl6 and Core ABNF.
Geo::IP2Location::Lite
Lightweight lookup of IPv4 address details using BIN files from http://www.ip2location.com
Terminal::Readsecret
A perl6 binding of readsecret ( https://github.com/dmeranda/readsecret ) for reading secrets or passwords from a command line secretly (not being displayed)
Gravatar::URL
Make URLs for Gravatars from an email address
Text::Abbrev
Create an abbreviation table from a list
Env::File
allow for "$PASSWORD_FILE" to fill in the value of "$PASSWORD" from a file, especially for Docker's secrets feature
Data::StaticTable
A static memory structure in Perl6, bidimensional, that uses String for column names and rows starting from one. Provides basic search and indexing features.
CompUnit::DynamicLib
Load modules from temporarily included locations
Texas::To::Uni
Library and tool to convert operators in Perl 6 source files from Texas to Unicode
path-coverage
Checks whether package name equals with module path and creates provides section from path
Image::RGBA::Text
Reads RGBA image data from text files
String::Koremutake
Converts to and from Koremutake Memorable Random Strings.
HTML::Strip
Strip HTML markup from text
Module::Pod
Get $=pod from an external module
Module::Pod
Get $=pod from an external module
NativeHelpers::Callback
Helper for looking up perl objects from C callbacks
Base::Any
Convert numbers to and from nearly any base
Pod::Weave
Weave documentation from Raku source
Pod::Tangle
Tangle code from Raku source
License::Software
package for generating licenses from templates
Command::Despatch
Raku module for parsing generic commands and arguments from a hash table.
IO::URing
Access the io_uring interface from Raku
from
load a module and import selected items from it
Pod::From::Cache
Looks for POD6 files recursively under a root directory, returns POD for recompiled or specified file.
IRC::TextColor
Color/Style text for IRC, and convert ANSI color from terminals into IRC coloring
Text::TFIdf
Helps calculate TF-IDF values from a given set of documents.
String::Stream
Stream into a string and from a string
Pod::Strip
Strip Pod annotation from Perl6 code
Git::Wrapper
simple, hacky way to use git from Perl 6
File::XML::DMARC::Google
Parser for XML-formatted DMARC reports from Google
IO::Prompt
This is a generic module for interactive prompting from the console.
P6Repl::Helper
Convenience functions to help with introspecting objects from Perl6 REPL.
Perl6::Ecosystem
Obtains information from Perl6 modules in the ecosystem
Color::Scheme
Generate color schemes from a base color
Date::Calendar::CopticEthiopic
conversions from / to the Coptic calendar and from / to the Ethiopic calendar
AttrX::Mooish
Extending attribute functionality with ideas from Moo/Moose
Sparrowdo::Cpanm::GitHub
Installs CPAN modules fetched from remote GitHub repositories
Date::Calendar::MayaAztec
conversions from/to the Maya calendar and from/to the Aztec calendar
META6::Query
query information from a raku module directory
Module2Rpm
Create RPM's from raku modules.
Uxmal
Utility for creating dependency graphs from META files and more
Trait::Env
Trait to set an attribute from an environment variable.
delete-old-until-size
Delete (old) files from a folder (until size is less than a threshold).
IRC::Log::Textual
interface to IRC logs from Textual
TinyFloats
Convert to/from tiny float formats
IRC::Log::Colabti
interface to IRC logs from colabti.org
silently
prevent any output from a block
TimeUnit
Library for conversion a time from one unit to another.
EventSource::Server
A simple handler to provide Server Sent Events from a Raku application
JSON::Class
role to provide simple serialisation/deserialisation of objects to/from JSON
JSON::Infer
Infer Raku Classes from JSON input
MessagePack::Class
Serialize/Deserialize Raku classes to/from MessagePack blobs
URI::FetchFile
retrieve a file from the internet by the best available method
XML::Class
Role to Serialize/De-Serialize a Raku class to/from XML
RPi::Device::DS18B20
Interface to the DS18B20 digital thermometer from Maxim Integrated
Crypt::Libcrypt
Simple binding to crypt(3) from unix-like systems
META::constants
distribution related constants from META info
Trait::Env
Trait to set an attribute from an environment variable.
raku-pod-extraction
GUI to generate md and html from POD6 in a pm6 file
RakupodObject
Provides a routine to extract the '$=pod' object from an external Rakupod source
Sys::Chown
Better chown, ported from Perl's File::Chown
UpRooted
Extract trees of data from relational databases.
Metropolis
Generate sequence of random samples from probability distribution function.
Terminal::ReadKey
Read non-blocking key presses from the keyboard buffer.
Env::Dotenv
A shim to load environment variables from .env into ENV in development.
Monad-Result
A simple implementation of the Result monad from OCaml
Font::FreeType
read font files and render glyphs from Raku using FreeType2
AttrX::Mooish
Extending attribute functionality with ideas from Moo/Moose
PDF::ISO_32000
Tables and roles, mined from the PDF ISO-32000 specification
Term::Choose
Choose items from a list interactively.
SQL::Abstract
Generate SQL from Raku data structures
AlgorithmsIT
Provides some functions from 'Introduction to Algorithms', Third Edition