Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Rakudo Star (Raku distribution)

License

NotificationsYou must be signed in to change notification settings

rakudo/star

Repository files navigation

Auser-friendly distribution of theRaku programming language.

Docker Image

What's in this GIT repo

There are currently two different tools within this repo. The so calledRSTAR utility,which manages the Linux build, and thechocolatey bases build script, which manages the Windows MSI build.

RSTAR utility

  • BASH based tool, should work on any Linux OS (and maybe also macOS?)
  • More information can be found in therelated Wiki page

The therstar utility is written inbash, all additional features should bealso based onbash. Using other utilities is accepted, but effort should be made toavoid introducing new utilities. Furthermore, all code should be linted againstshellcheck and not produce any warnings.

build-with-choco.ps1 script

  • APowershell script, which internally uses chocolatey to create a Windows MSI package
  • More information to be added in thewiki

Community Modules

One of Rakudo Star's main features is in supplying users with a number ofpopular community modules.

You should always prefer to use a pinned version of a module, wherever versions are available!

This modules file contains references to all community modules to be bundled with Rakudo Star.It is a space-separated format. The first column is the name ofthe module, the second the protocol to use, with the third column being theURL to fetch it from. Columns following the third have different meaningdepending on the protocol.

Bugs, Feedback and Patches

Bugs

  • Please open anGitHub Issue for any found bug!
    • If you're reporting a RSTAR bug, please include the full logs ofrstar withRSTAR_DEBUG=1, and the output ofrstar sysinfo in your message.

Feedback

Mail and IRC

GitHub Platform

  • Knowledge and documentation related to Rakudo Star can be published in the relatedwiki.
  • There is alsoStar discussions for any kind of ongoing discussions, alignements, FAQ's, ...
    • Once things are discussed, agreed, finalized, they should be documented in the Wiki, see above!

Patches And Code Contributions

  • Please send your pull requests to theRAKUDO Star repository!
  • Also, try to be generous with comments. Especially when introducing new utilityfunctions, a little description of what it does and what problem it is intendedto solve go a long way.

Various GIT Repositories

The main git repository lives athttps://github.com/rakudo/star. This shouldbe used as the reference to clone from.

Additionally, there are old mirrors of this repository at other places and from previous maintainers. Youmay find additional helpful information there, which can help to get a better understanding and some history of the Star package:

License

The software in this repository is distributed under the terms of the ArtisticLicense 2.0, unless specified otherwise.


[8]ページ先頭

©2009-2025 Movatter.jp