Map::Agnostic
| 0.0.7
| be a map without knowing how
|
|
Hash::Sorted
| 0.0.5
| customizable role for sorted Hashes
|
|
Usage::Utils
| 0.1.1
| This is a Raku Module for those who like to colour their Usage messages.
|
|
Usage::Utils
| 0.1.0
| This is a Raku Module for those who like to colour their Usage messages.
|
|
Hash::Ordered
| 0.0.3
| role for ordered Hashes
|
|
Hash::Agnostic
| 0.0.11
| be a hash without knowing how
|
|
Parse::Paths
| 0.1.2
| A Raku module to provide path parsing and validation for assorted programs.
|
|
Parse::Paths
| 0.1.1
| A Raku module to provide path parsing and validation for assorted programs.
|
|
GUI::Editors
| 0.1.3
| A Raku module for managing the users GUI Editor preferences in a variety of programs.
|
|
Parse::Paths
| 0.1.0
| A Raku module to provide path parsing and validation for assorted programs.
|
|
GUI::Editors
| 0.1.2
| A Raku module for managing the users GUI Editor preferences in a variety of programs.
|
|
GUI::Editors
| 0.1.1
| A Raku module for managing the users GUI Editor preferences in a variety of programs.
|
|
PublicSuffix
| 0.1.20231213
| Query Mozilla's Public Suffix List
|
|
Async::Workers
| 0.3.1
| Asynchronous threaded workers
|
|
WWW::OpenAI
| 0.2.17
| WWW::OpenAI provides access to the OpenAI playground (https://platform.openai.com).
|
|
GUI::Editors
| 0.1.0
| A Raku module for managing the users GUI Editor preferences in a variety of programs.
|
|
Gzz::Text::Utils
| 0.1.17
| A Raku module to provide text formatting services to Raku programs. Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted text ...
|
|
Math::Interval
| 0.0.3
| An elementary implementation of Interval Arithmetic using raku Ranges
|
|
L10N::TLH
| 0.0.1
| Klingon localization of Raku
|
|
Gzz::Text::Utils
| 0.1.16
| A Raku module to provide text formatting services to Raku programs. Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted text ...
|
|
Humming-Bird
| 3.0.4
| A simple and composable web applications framework.
|
|
WWW::OpenAI
| 0.2.16
| WWW::OpenAI provides access to the OpenAI playground (https://platform.openai.com).
|
|
WWW::OpenAI
| 0.2.15
| WWW::OpenAI provides access to the OpenAI playground (https://platform.openai.com).
|
|
Image::Markup::Utilities
| 0.1.0
| Raku package for functions that facilitate the import, export, and viewing of images in different Markup types of documents.
|
|
Test::Async
| 0.1.17
| Thread-safe testing framework
|
|
LLM::Functions
| 0.1.15
| LLM::Functions provides functions and function objects to access, interact, and utilize LLMs
|
|
WWW::OpenAI
| 0.2.14
| WWW::OpenAI provides access to the OpenAI playground (https://platform.openai.com).
|
|
PublicSuffix
| 0.1.20231206
| Query Mozilla's Public Suffix List
|
|
Syntax::Highlighters
| 0.1.5
| A Raku module to do basic syntax highlighting.
Some syntax highlighting stuff:
grammars to parse basic Raku forms and highlight them with colours.
And functions to use them.
|
|
Syntax::Highlighters
| 0.1.4
| A Raku module to do basic syntax highlighting.
Some syntax highlighting stuff:
grammars to parse basic Raku forms and highlight them with colours.
And functions to use them.
|
|
Syntax::Highlighters
| 0.1.3
| A Raku module to do basic syntax highlighting.
Some syntax highlighting stuff:
grammars to parse basic Raku forms and highlight them with colours.
And functions to use them.
|
|
Syntax::Highlighters
| 0.1.2
| A Raku module to do basic syntax highlighting.
Some syntax highlighting stuff:
grammars to parse basic Raku forms and highlight them with colours.
And functions to use them.
|
|
Syntax::Highlighters
| 0.1.1
| A Raku module to do basic syntax highlighting.
Some syntax highlighting stuff:
grammars to parse basic Raku forms and highlight them with colours.
And functions to use them.
|
|
Gzz::Text::Utils
| 0.1.15
| A Raku module to provide text formatting services to Raku programs. Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted text ...
|
|
Gzz::Text::Utils
| 0.1.14
| A Raku module to provide text formatting services to Raku programs. Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted text ...
|
|
Email::Valid
| 1.0.7
| Email validator for Raku
|
|
Syntax::Highlighters
| 0.1.0
| A Raku module to do basic syntax highlighting.
Some syntax highlighting stuff:
grammars to parse basic Raku forms and highlight them with colours.
And functions to use them.
|
|
Gzz::Text::Utils
| 0.1.6
| A Raku module to provide text formatting services to Raku programs.
Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted
text and implements "%U" and does octal as "0o123" or "0O123" if
you choose "%O" as I hate ambiguity like "0123" is it an int with
leading zeros or an octal number.
Also there is "%N" for a new line and "%T" for a tab helpful when
you want to use single quotes to stop the "<num> $" specs needing back slashes.
And a "printf" alike "Printf".
Also it does centring and there is a "max-width" field in the "%" spec i.e. "%*.*.*E", and more.
|
|
Gzz::Text::Utils
| 0.1.5
| A Raku module to provide text formatting services to Raku programs.
Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted
text and implements "%U" and does octal as "0o123" or "0O123" if
you choose "%O" as I hate ambiguity like "0123" is it an int with
leading zeros or an octal number.
Also there is "%N" for a new line and "%T" for a tab helpful when
you want to use single quotes to stop the "<num> $" specs needing back slashes.
And a "printf" alike "Printf".
Also it does centring and there is a "max-width" field in the "%" spec i.e. "%*.*.*E", and more.
|
|
Net::IP::Parse
| 0.0.6
| Types for IP addresses and manipulation methods.
|
|
Gzz::Text::Utils
| 0.1.4
| A Raku module to provide text formatting services to Raku programs.
Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted
text and implements "%U" and does octal as "0o123" or "0O123" if
you choose "%O" as I hate ambiguity like "0123" is it an int with
leading zeros or an octal number.
Also there is "%N" for a new line and "%T" for a tab helpful when
you want to use single quotes to stop the "<num> $" specs needing back slashes.
And a "printf" alike "Printf".
Also it does centring and there is a "max-width" field in the "%" spec i.e. "%*.*.*E", and more.
|
|
FEN::Grammar
| 0.0.2
| Grammar for Forsyth-Edwards Notation (FEN) used for describing positions of a chess game
|
|
FEN::Grammar
| 0.0.1
| Grammar for Forsyth-Edwards Notation (FEN) used for describing positions of a chess game
|
|
Readline
| 0.1.8
| Raku interface to GNU Readline, the CLI-based line reading library
|
|
Text::CodeProcessing
| 0.5.6
| A package with functions for processing of code chunks in documents of different types (like Markdown, Org-mode, Pod6.)
|
|
Markdown::Grammar
| 0.5.7
| Grammar for parsing Markdown documents and converting them to notebook-, org-, or Pod6 files.
|
|
Path::Finder
| 0.4.7
| Iterative, recursive file finder for Perl 6
|
|
Readline
| 0.1.7
| Raku interface to GNU Readline, the CLI-based line reading library
|
|
Raylib::Bindings
| 0.0.15
| Raylib bindings for raku, using grammar to parse raylib.h and auto generate the bindings
|
|
Cro::WebApp
| 0.8.9.1
| Support for building server-side web applications with Cro, including templates and form handling.
|
|