CINXE.COM
Raku Land - zef
<!doctype html> <html lang=en> <title>Raku Land - zef</title> <meta property="og:title" content="Raku Land - zef"> <link href=/recent/json rel=alternate type=application/json> <meta name=description content="Raku Module Management"> <meta property="og:description" content="Raku Module Management"> <meta property="og:image" content="//avatars.githubusercontent.com/ugexe?&s=400"> <meta property="og:image:width" content=200> <meta property="og:image:height" content=200> <link rel=canonical href="https://raku.land/github:ugexe/zef"> <meta property="og:url" content="https://raku.land/github:ugexe/zef"> <meta name=viewport content="width=device-width"> <link href="/dist/css/common-ECA4XSCL.css" rel=stylesheet><link href="/dist/css/dist-55PIVIJJ.css" rel=stylesheet> <script src="/dist/js/common-M2TV24EX.js" type=module></script><script src="/dist/js/dist-DETZN2A2.js" type=module></script> <header> <a id=logo href=/ title=Home><svg viewbox="0 0 16 16"><rect width="16" height="16" rx="2" fill="#ce8"/><path d="M3 12h10M4 7h8M8 3v10" stroke="#444" stroke-width="2"/></svg> </a> <a class=btn href=/rand title="Random Distribution"> <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zM5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg> <span>Rand</span> </a> <a class=btn href=/stats title="Distribution Statistics"> <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h1v15h15v1H0V0zm10 3.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5v4a.5.5 0 01-1 0V4.9l-3.613 4.417a.5.5 0 01-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 01-.808-.588l4-5.5a.5.5 0 01.758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 01-.5-.5"/></svg> <span>Stats</span> </a> <form action=/ id=search> <input autocomplete=off autofocus name=q placeholder="Search distributions" type=search value=""> </form> </header> <main> <header id=info> <img src="//avatars.githubusercontent.com/ugexe?&s=128"> <h1>zef</h1> <a href="/github:ugexe">github:ugexe</a> </header> <nav id=tabs> <a > Readme </a> <a href="/github:ugexe/zef/badges" > Badges </a> <code id=long-name> <span>zef:ver<0.22.6>:auth<github:ugexe>:api<0></span> <svg viewBox="0 0 16 16"><path d="M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5h3ZM3.5 1h.585A1.498 1.498 0 0 0 4 1.5V2a1.5 1.5 0 0 0 1.5 1.5h5A1.5 1.5 0 0 0 12 2v-.5c0-.175-.03-.344-.085-.5h.585A1.5 1.5 0 0 1 14 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-12A1.5 1.5 0 0 1 3.5 1"/></svg> </code> </nav> <article> <h2 id=rl-zef>Zef</h2><p>Raku Module Management<h1 id=rl-installation>Installation</h1><h4 id=rl-manual>Manual</h4><pre><code>$ git clone https://github.com/ugexe/zef.git $ cd zef $ raku -I. bin/zef install . </code></pre><h4 id=rl-rakubrew>Rakubrew</h4><p>To install via rakubrew, please use the following command:<pre><code>$ rakubrew build-zef </code></pre><h1 id=rl-usage>USAGE</h1><pre><code>zef --help zef --version # install the CSV::Parser distribution zef install CSV::Parser # search for distribution names matching `CSV` zef search CSV # detailed information for a matching distribution zef info CSV::Parser # list all available distributions zef list # list reverse dependencies of an identity zef rdepends HTTP::UserAgent # test project in current directory zef test . # fetch a specific module only zef fetch CSV::Parser # fetch a module, then shell into its local path zef look CSV::Parser # smoke test modules from all repositories zef smoke # run Build.rakumod if one exists in given path zef build . # update Repository package lists zef update # upgrade all distributions (BETA) zef upgrade # upgrade specific distribution (BETA) zef upgrade CSV::Parser # lookup module info by name/path/sha1 zef --sha1 locate 9FA0AC28824EE9E5A9C0F99951CA870148AE378E # launch browser to named support urls from meta data zef browse zef bugtracker </code></pre><h2 id=rl-more-cli>More CLI</h2><h4 id=rl-install-identities><strong>install</strong> [*@identities]</h4><p>Note: The install process does not install anything until all phases have completed. So, if the user requested to <code>install A</code>, and A required module B: both would be downloaded, potentially built, tested, and installed -- but only if both passed all their tests. For example: if module A failed its tests, then module B would not be installed (even if it passed its own tests) unless forced.<p>[<code>@identities</code>] can take the form of a file path (starting with <strong>.</strong> or <strong>/</strong>), URLs, paths, or identities:<pre><code># IDENTITY zef install CSV::Parser zef install "CSV::Parser:auth<tony-o>:ver<0.1.2>" zef install "CSV::Parser:ver<0.1.2>" # PATH zef install ./Raku-Net--HTTP # URL zef -v install https://github.com/ugexe/zef.git zef -v install https://github.com/ugexe/zef/archive/main.tar.gz zef -v install https://github.com/ugexe/zef.git@v0.1.22 # STDIN echo "Net::HTTP" | zef install - </code></pre><p>A request may contain any number and combination of these. Paths and URLs will be resolved first so they are available to fulfill any dependencies of other requested identities. An identity of <code>-</code> will treat each line of STDIN as an identity.<p><strong>Options</strong><pre><code># Install to a custom locations --install-to=<id> # site/home/vendor/perl, or -to=<id> # inst#/home/some/path/custom # Install all transitive and direct dependencies # even if they are already installed globally (BETA) --contained # Load a specific Zef config file --config-path=/some/path/config.json # Install only the dependency chains of the requested distributions --deps-only # Ignore errors occuring during the corresponding phase --force-resolve --force-fetch --force-extract --force-build --force-test --force-install # or set the default to all unset --force-* flags to True --force # Set the timeout for corresponding phases --fetch-timeout=600 --extract-timeout=3600 --build-timeout=3600 --test-timeout=3600 --install-timeout=3600 # or set the default to all unset --*-timeout flags to 0 --timeout=0 # Number of simultaneous distributions/jobs to process for the corresponding phases --fetch-degree=5 --test-degree=1 # Disable precompilation during installation --/precompile-install # Do everything except the actual installations --dry # Build/Test/Install each dependency serially before proceeding to Build/Test/Install the next --serial # Disable testing --/test # Disable build phase --/build # Disable fetching dependencies --/depends --/build-depends --/test-depends # Force a refresh for all module index indexes --update # Force a refresh for a specific ecosystem module index --update=[ecosystem] # Skip refreshing all module index indexes --/update # Skip refreshing for a specific ecosystem module index --/update=[ecosystem] </code></pre><p><strong>ENV Options</strong><pre><code># Number of simultaneous distributions/jobs to process for the corresponding phases (see: --[phase]-degree options) ZEF_FETCH_DEGREE=5 ZEF_TEST_DEGREE=1 # Set the timeout for corresponding phases (see: --[phase]-timeout options) ZEF_FETCH_TIMEOUT=600 ZEF_EXTRACT_TIMEOUT=3600 ZEF_BUILD_TIMEOUT=3600 ZEF_TEST_TIMEOUT=3600 ZEF_INSTALL_TIMEOUT=3600 # Set default --install-to target ZEF_INSTALL_TO=site # Path to config file (see: --config-path option) ZEF_CONFIG_PATH=$PWD/resources/config.json # Override DefaultCUR from the config file ZEF_CONFIG_DEFAULTCUR=auto # Override StoreDir from the config file ZEF_CONFIG_STOREDIR=/home/ugexe/.config/zef/store # Override TempDir from the config file ZEF_CONFIG_TEMPDIR=/home/ugexe/.config/zef/temp </code></pre><h4 id=rl-uninstall-identities><strong>uninstall</strong> [*@identities]</h4><p>Uninstall the specified distributions<h4 id=rl-update><strong>update</strong></h4><p>Update the package indexes for all <code>Repository</code> backends<p>Note: Some <code>Repository</code> backends, like the default Ecosystems, have an <code>auto-update</code> option in <code>resources/config.json</code> that can be enabled. This should be the number of hours until it should auto update based on the file system last modified time of the ecosystem json file location.<h4 id=rl-upgrade-identities--beta-><strong>upgrade</strong> [*@identities] <em>BETA</em></h4><p>Upgrade specified identities. If no identities are provided, zef attempts to upgrade all installed distributions.<h4 id=rl-search-identity><strong>search</strong> [$identity]</h4><p>How these are handled depends on the <code>Repository</code> engine used, which by default is <code>Zef::Repository::Ecosystems<fez></code> and <code>Zef::Repository::Ecosystems<rea></code><pre><code>$ zef -v search URI ===> Found 4 results ------------------------------------------------------------------------- ID|From |Package |Description ------------------------------------------------------------------------- 2 |Zef::Repository::Ecosystems<fez> |URI:ver<0.1.1> |A URI impleme... 3 |Zef::Repository::Ecosystems<rea> |URI:ver<0.1.1> |A URI impleme... 4 |Zef::Repository::Ecosystems<rea> |URI:ver<0.000.001>|A URI impleme... ------------------------------------------f------------------------------- </code></pre><h4 id=rl-info-identity><strong>info</strong> [$identity]</h4><p>View meta information of a distribution<pre><code>$ zef info Distribution::Common::Remote -v - Info for: Distribution::Common::Remote - Identity: Distribution::Common::Remote:ver<0.1.0>:auth<github:ugexe>:api<0> - Recommended By: Zef::Repository::Ecosystems<rea> - Installed: No Description: Create an installable Distribution from common remote sources License: Artistic-2.0 Source-url: https://raw.githubusercontent.com/raku/REA/main/archive/D/Distribution%3A%3ACommon%3A%3ARemote/Distribution%3A%3ACommon%3A%3ARemote%3Aver%3C0.1.0%3E%3Aauth%3Cgithub%3Augexe%3E.tar.gz Provides: 2 modules ---------------------------------------------------------------------------------- Module |Path-Name ---------------------------------------------------------------------------------- Distribution::IO::Remote::Github |lib/Distribution/IO/Remote/Github.rakumod Distribution::Common::Remote::Github|lib/Distribution/Common/Remote/Github.rakumod ---------------------------------------------------------------------------------- Support: # bugtracker: https://github.com/ugexe/Raku-Distribution--Common--Remote/issues # source: https://github.com/ugexe/Raku-Distribution--Common--Remote.git Depends: 2 items ---------------------------------- ID|Identity |Installed? ---------------------------------- 1 |Distribution::Common|✓ 2 |Test |✓ ---------------------------------- </code></pre><p><strong>Options</strong><pre><code># Extra details (eg, list dependencies and which ones are installed) -v </code></pre><h4 id=rl-list-from><strong>list</strong> [*@from]</h4><p>List known available distributions<pre><code>$ zef --installed list ===> Found via /home/foo/.rakubrew/moar/install/share/perl6/site CSV::Parser:ver<0.1.2>:auth<github:tony-o> Zef:auth<github:ugexe> ===> Found via /home/foo/.rakubrew/moar/install/share/perl6 CORE:ver<6.c>:auth<perl> </code></pre><p>Note that not every Repository may provide such a list, and such lists may only be a subset. For example: We may not be able to get a list of every distribution on cpan, but we *can* get the $x most recent additions (we use 100 for now).<p>[<code>@from</code>] allows you to show results from specific repositories only:<pre><code>zef --installed list perl # Only list modules installed by rakudo itself zef list fez # Only show available modules from the repository zef list rea # with a name field matching the arguments to `list` zef list p6c # (be sure the repository is enabled in config) zef list cpan --cpan # (or enabled via a cli flag) </code></pre><p>Otherwise results from all enabled repositories will be returned.<p><strong>Options</strong><pre><code># Only list installed distributions --installed # Additionally list the modules of discovered distributions -v </code></pre><h4 id=rl-depends-identity><strong>depends</strong> [$identity]</h4><p>List direct and transitive dependencies to the first successful build graph for <code>$identity</code><pre><code>$ zef depends Cro::SSL Cro::Core:ver<0.7> IO::Socket::Async::SSL:ver<0.3> OpenSSL:ver<0.1.14>:auth<github:sergot> </code></pre><h4 id=rl-rdepends-identity><strong>rdepends</strong> [$identity]</h4><p>List available distributions that directly depend on <code>$identity</code><pre><code>$ zef rdepends Net::HTTP Minecraft-Tools:ver<0.1.0> LendingClub:ver<0.1.0> </code></pre><h4 id=rl-fetch-identities><strong>fetch</strong> [*@identities]</h4><p>Fetches candidates for given identities<h4 id=rl-test-paths><strong>test</strong> [*@paths]</h4><p>Run tests on each distribution located at [<code>@paths</code>]<h4 id=rl-build-paths><strong>build</strong> [*@paths]</h4><p>Run the build step for each distribution located in the given [<code>@paths</code>]<p>Set the env variable <strong>ZEF_BUILDPM_DEBUG=1</strong> or use the <em>--debug</em> flag for additional debugging information.<p>If you want to create a build hook you have two options:<ul><li><p><strong>PREFERRED</strong> List a builder module that can do what you need in the <code>builder</code> field of the META6.json file. For instace many cases of the I-need-to-run-make pattern can list <code>"builder":"Distribution::Builder::MakeFromJSON"</code> and supply some extra info to the <code>"build"</code> field (a non-standard <code>Distribution::Builder::MakeFromJSON</code> specific field). For a more concrete example check out how <code>Inline::Perl5</code> <a href=https://github.com/niner/Inline-Perl5/blob/2e7b99fb03d182d15df4f88818d835b151117786/META6.json#L58-L68 rel=nofollow>uses the builder field</a>. Remember to add any such module to your <code>build-depends</code> though! See <code>Zef::Service::Shell::DistributionBuilder</code> for more information.<li><p><strong>DEPRECATED</strong> (<em>but probably never going away</em>) Put the following dependency-free boilerplate in a file named <code>Build.rakumod</code> at the root of your distribution:<pre><code>class Build { method build($dist-path) { # do build stuff to your module # which is located at $dist-path } } </code></pre></ul><h4 id=rl-look-identity><strong>look</strong> [$identity]</h4><p>Fetches the requested distribution and any dependencies (if requested), changes the directory to that of the fetched distribution, and then stops program execution. This allows you modify or look at the source code before manually continuing the install via <code>zef install .</code><p>Note that the path to any dependencies that needed to be fetched will be set in env at <strong>RAKULIB</strong>, so you should be able to run any build scripts, tests, or complete a manual install without having to specify their locations.<h4 id=rl-browse-identity-bugtracker--homepage--source><strong>browse</strong> $identity [bugtracker | homepage | source]</h4><p><strong>Options</strong><pre><code># disables launching a browser window (just shows url) --/open </code></pre><p>Output the url and launch a browser to open it.<pre><code># also opens browser $ zef browse Net::HTTP bugtracker https://github.com/ugexe/Raku-Net--HTTP/issues # only outputs the url $ zef browse Net::HTTP bugtracker --/open https://github.com/ugexe/Raku-Net--HTTP/issues </code></pre><h4 id=rl-locate-identity-name-path-sha1-id><strong>locate</strong> [$identity, $name-path, $sha1-id]</h4><p><strong>Options</strong><pre><code># The argument is a sha1-id (otherwise assumed to be an identity or name-path) --sha1 </code></pre><p>Lookup a locally installed module by $identity, $name-path, or $sha1-id<pre><code>$ zef --sha1 locate A9948E7371E0EB9AFDF1EEEB07B52A1B75537C31 ===> From Distribution: zef:ver<*>:auth<github:ugexe>:api<> lib/Zef/CLI.rakumod => ~/rakudo/install/share/perl6/site/sources/A9948E7371E0EB9AFDF1EEEB07B52A1B75537C31 $ zef locate Zef::CLI ===> From Distribution: zef:ver<*>:auth<github:ugexe>:api<> lib/Zef/CLI.rakumod => ~/rakudo/install/share/perl6/site/sources/A9948E7371E0EB9AFDF1EEEB07B52A1B75537C31 $ zef locate lib/Zef/CLI.rakumod ===> From Distribution: zef:ver<*>:auth<github:ugexe>:api<> Zef::CLI => ~/rakudo/install/share/perl6/site/sources/A9948E7371E0EB9AFDF1EEEB07B52A1B75537C31 </code></pre><h4 id=rl-nuke-storedir--tempdir><strong>nuke</strong> [StoreDir | TempDir]</h4><p>Deletes all paths in the specific configuration directory<h4 id=rl-nuke-site--home><strong>nuke</strong> [site | home]</h4><p>Deletes all paths that are rooted in the prefix of the matching CompUnit::Repository name<pre><code># uninstall all modules $ zef nuke site home </code></pre><h2 id=rl-output-verbosity>Output Verbosity</h2><p>You can control the logging level using the following flags:<pre><code># More/less detailed output --error, --warn, --info (default), --verbose (-v), --debug </code></pre><h1 id=rl-global-configuration>Global Configuration</h1><h3 id=rl-finding-the-configuration-file>Finding the configuration file</h3><p>You can always see the configuration file that will be used by running:<pre><code>$ zef --help </code></pre><p>In most cases the default configuration combined with command line options should be enough for most users.<p>If you are most users (e.g. not: power users, packagers, zef plugin developers) you hopefully don't care about this section!<h3 id=rl-how-the-configuration-file-is-chosen>How the configuration file is chosen</h3><p>The configuration file will be chosen at runtime from one of two (technically four) locations.<p>First, and the most precise way, is to specify the config file by passing <code>--config-path="..."</code> to any zef command.<p>Second, third, and fourth we look at the path pointed to by <code>%?RESOURCES<config.json></code>. This will point to <code>$zef-dir/resources/config.json</code>, where <code>$zef-dir</code> will be either:<ul><li><p>The prefix of a common configuration directory, such as <code>$XDG_CONFIG_HOME</code> or <code>$HOME/.config</code>.<li><p>The prefix of a rakudo installation location - This is the case if the modules loaded for bin/zef come from an installation CompUnit::Repository.<li><p>The current working directory <code>$*CWD</code> - This is the case when modules loaded for bin/zef come from a non-installation CompUnit::Repository (such as <code>-I $dist-path</code>).<p>To understand how this is chosen, consider:<pre><code> # Modules not loaded from an ::Installation, # so %?RESOURCES is $*CWD/resources $ raku -I. bin/zef --help ... CONFIGURATION /home/user/raku/zef/resources/config.json ... # Installed zef script loads modules from an ::Installation, # so %?RESOURCES is $raku-share-dir/site/resources $ zef --help ... CONFIGURATION /home/user/raku/install/share/perl6/site/resources/EE5DBAABF07682ECBE72BEE98E6B95E5D08675DE.json ... </code></pre></ul><p>To summarize:<ul><li><p>You can edit the <code>resources/config.json</code> file before you install zef.<p>When you <code>raku -I. bin/zef install .</code> that configuration file be be used to install zef and will also be installed with zef such that it will be the default.<li><p>You can create a <code>$*HOME/.config/zef/config.json</code> file.<p>To allow overriding zef config behavior on a per user basis (allows setting different <code>--install-to</code> targets for, say, a root user and a regular user). Alternative one can set the <code>XDG_CONFIG_HOME</code> env variable to instead look in <code>$XDG_CONFIG_HOME/zef/config.json</code>.<li><p>You can override both of the previous entries by passing <code>zef --config-path="$path" <any command></code></ul><h3 id=rl-configuration-fields>Configuration fields</h3><h4 id=rl-basic-settings>Basic Settings</h4><ul><li><strong>TempDir</strong> - A staging area for items that have been fetched and need to be extracted/moved<li><strong>StoreDir</strong> - Where zef caches distributions, package lists, etc after they've been fetched and extracted<li><strong>DefaultCUR</strong> - This sets the default value for <code>--install-to="..."</code>. The default value of <code>auto</code> means it will first try installing to rakudo's installation prefix, and if its not writable by the current user it will install to <code>$*HOME/.raku</code>. These directories are not chosen by zef - they are actually represented by the magic strings <code>site</code> and <code>home</code> (which, like <code>auto</code>, are valid values despite not being paths along with <code>vendor</code> and <code>perl</code>)</ul><h4 id=rl-phases--plugins-settings>Phases / Plugins Settings</h4><p>These consist of an array of hashes that describe how to instantiate some class that fulfills the appropriate interface from <em>Zef.rakumod</em> (<code>Repository</code> <code>Fetcher</code> <code>Extractor</code> <code>Builder</code> <code>Tester</code> <code>Reporter</code>)<p>The descriptions follow this format:<pre><code>{ "short-name" : "fez", "enabled" : 1, "module" : "Zef::Repository::Ecosystems", "options" : { } } </code></pre><p>and are instantiated via<pre><code>::($hash<module>).new(|($hash<options>) </code></pre><ul><li><strong>short-name</strong> - This adds an enable and disable flag by the same name to the CLI (e.g. <code>--fez</code> and <code>--/fez</code>) and is used when referencing which object took some action.<li><strong>enabled</strong> - Set to 0 to skip over the object during consideration (it will never be loaded). If omitted or if the value is non 0 then it will be enabled for use.<li><strong>module</strong> - The name of the class to instantiate. While it doesn't technically have to be a module it <em>does</em> need to be a known namespace to <code>require</code>.<li><strong>options</strong> - These are passed to the objects <code>new</code> method and may not be consistent between modules as they are free to implement their own requirements.</ul><p>See the configuration file in <a href=https://github.com/ugexe/zef/blob/main/resources/config.json rel=nofollow>resources/config.json</a> for a little more information on how plugins are invoked.<p>You can see debug output related to chosing and loading plugins by setting the env variable <strong>ZEF_PLUGIN_DEBUG=1</strong><h1 id=rl-faq>FAQ</h1><h3 id=rl-proxy-support>Proxy support?</h3><p>All the default fetching plugins have proxy support, but you'll need to refer to the backend program's (wget, curl, git, etc) docs. You may need to set an <em>ENV</em> variable, or you may need to add a command line option for that specific plugin in <em>resources/config.json</em><h3 id=rl-custom-installation-locations>Custom installation locations?</h3><p>Pass a path to the <em>-to</em> / <em>--install-to</em> option and prefix the path with <code>inst#</code> (unless you know what you're doing)<pre><code>$ zef -to="inst#/home/raku/custom" install Text::Table::Simple ===> Searching for: Text::Table::Simple ===> Testing: Text::Table::Simple:ver<0.0.3>:auth<github:ugexe> ===> Testing [OK] for Text::Table::Simple:ver<0.0.3>:auth<github:ugexe> ===> Installing: Text::Table::Simple:ver<0.0.3>:auth<github:ugexe> </code></pre><p>To make the custom location discoverable:<pre><code># Set the RAKULIB env: $ RAKULIB="inst#/home/raku/custom" raku -e "use Text::Table::Simple; say 'ok'" ok # or simply include it as needed $ raku -Iinst#/home/raku/custom -e "use Text::Table::Simple; say 'ok'" ok </code></pre> </article> <aside> <form> <select autocomplete=off id=version name=v> <option value="0.22.6" disabled selected > 0.22.6 (2024-11-29) </select> <button class=btn-green>Go</button> </form> <div class=info> <svg viewBox="2 2 12 12"><path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 100-6 3 3 0 000 6"/></svg> <a href="/github:ugexe">ugexe</a> <svg viewBox="1 1 13.75 13.75"><path d="M2 1a1 1 0 00-1 1v4.586a1 1 0 00.293.707l7 7a1 1 0 001.414 0l4.586-4.586a1 1 0 000-1.414l-7-7A1 1 0 006.586 1H2zm4 3.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0"/></svg> <span>0.22.6</span> <svg viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 01.5.5V1h8V.5a.5.5 0 011 0V1h1a2 2 0 012 2v11a2 2 0 01-2 2H2a2 2 0 01-2-2V5h16V4H0V3a2 2 0 012-2h1V.5a.5.5 0 01.5-.5"/></svg> <time datetime="2024-11-29T23:18:52Z"> a day ago </time> <svg viewBox="47 65 898 643"><path d="M380.25 670.375c-69.25 50.75-161.875 42-207-19.625-45-61.5-25.375-152.5 43.875-203.125 69.125-50.75 161.875-42 206.875 19.5 45.125 61.625 25.5 152.625-43.75 203.25zM342 110.625c86.125 63 110.5 176.125 54.375 252.625-56 76.5-171.25 87.375-257.25 24.375-86.125-63-110.5-176.25-54.5-252.75C140.75 58.375 255.875 47.5 342 110.625zM786.375 448.75C855.5 499.375 875.125 590.5 830 652c-45.125 61.625-137.75 70.375-207 19.75C553.875 621 534.25 530 579.375 468.5c45.125-61.625 137.75-70.5 207-19.75zm-287 113.75c-80 0-144.75-51.75-144.75-115.75 0-63.875 64.75-115.75 144.75-115.75s144.75 51.875 144.75 115.75c0 64-64.75 115.75-144.75 115.75zm-99.25-117.125c-32 0-57.875-26-57.875-57.875 0-32 25.875-57.875 57.875-57.875s58 25.875 58 57.875c0 31.875-26 57.875-58 57.875zm454.125-50.75c-85.5 62.625-200 51.75-255.625-24.25-55.75-76-31.5-188.375 54-251.125 85.5-62.625 200-51.75 255.625 24.25 55.75 76.125 31.5 188.5-54 251.125zm-262.5 50.75c-32 0-58-26-58-57.875 0-32 26-57.875 58-57.875s57.875 25.875 57.875 57.875c0 31.875-25.875 57.875-57.875 57.875" stroke="currentColor" stroke-width="9"/></svg> <span>Raku 6</span> <svg viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 000 2.5v11a.5.5 0 00.707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 00.78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0016 13.5v-11a.5.5 0 00-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783"/></svg> <a href="//spdx.org/licenses/Artistic-2.0.html">Artistic-2.0</a> <svg viewBox="0 0 16 16"><path d="M3.75 0a1 1 0 0 0-.8.4L.1 4.2a.5.5 0 0 0-.1.3V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-.1-.3L13.05.4a1 1 0 0 0-.8-.4h-8.5ZM15 4.667V5H1v-.333L1.5 4h6V1h1v3h6l.5.667"/></svg> <span>p6c Ecosystem</span> </div> <div class=info> <svg viewBox="0 0 16 16"><path d="M0 8a8 8 0 1116 0A8 8 0 010 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 005.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 01.64-1.539 6.7 6.7 0 01.597-.933A7.025 7.025 0 002.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 00-.656 2.5h2.49zM4.847 5a12.5 12.5 0 00-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 00-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 00.337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 01-.597-.933A9.268 9.268 0 014.09 12H2.255a7.024 7.024 0 003.072 2.472zM3.82 11a13.652 13.652 0 01-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0013.745 12H11.91a9.27 9.27 0 01-.64 1.539 6.688 6.688 0 01-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 01-.312 2.5zm2.802-3.5a6.959 6.959 0 00-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 00-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 00-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355"/></svg> <a href="https://github.com/ugexe/zef">github.com/ugexe/zef</a> <svg viewBox="0 0 16 16"><path d="M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A4.985 4.985 0 0 0 3 6h10a4.985 4.985 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A4.978 4.978 0 0 0 8 1a4.979 4.979 0 0 0-2.731.811l-.29-.956zM13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5H13zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975"/></svg> <a href="https://github.com/ugexe/zef/issues"> 51 Open Issues </a> <svg viewBox="0 0 384 512"><path d="M304 192c-38 0-69.8 26.5-77.9 62-23.9-3.5-58-12.9-83.9-37.6-16.6-15.9-27.9-36.5-33.7-61.6C138.6 143.3 160 114.1 160 80c0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-35.8-23.5-66.1-56-76.3V246.1c1.6 1.7 3.3 3.4 5 5 39.3 37.5 90.4 48.6 121.2 51.8 12.1 28.9 40.6 49.2 73.8 49.2 44.2 0 80-35.8 80-80S348.2 192 304 192zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-160c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16"/></svg> <a href="https://github.com/ugexe/zef/pulls"> 0 Open Pull Requests </a> <svg viewBox="0 0 16 16"><path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256"/></svg> <span>211 Stars</span> </div> <details class=deps open> <summary> 1 Runtime Dependency </summary> <ul> <li> NativeCall </li> </ul> </details><details class=deps > <summary> 1 Test Dependency </summary> <ul> <li> Test </li> </ul> </details><details class=deps > <summary> 4 Reverse Dependencies </summary> <ul> <li> App::Assixt </li><li> Chart::Gnuplot </li><li> SixPM </li><li> Zef::Configuration </li> </ul> </details> <div class=tags><a href="/tags/cpan">cpan</a><a href="/tags/dist">dist</a><a href="/tags/ecosystem">ecosystem</a><a href="/tags/toolchain">toolchain</a></div> </aside> </main> <footer> <a href=mailto:contact@raku.land>Email</a> • <a href=//gitlab.com/raku-land/raku-land>Git</a> • <a href=//web.libera.chat#raku-land>IRC</a> • <a href=//status.raku.land>Status</a> <a href=/build>Built <time datetime="2024-12-01T01:31:42.923311Z">9 mins ago</time></a> </footer>