zef
Raku Module Management (by ugexe)
p6-GtkPlus | zef | |
---|---|---|
3 | 7 | |
4 | 207 | |
- | - | |
0.0 | 6.4 | |
5 months ago | 9 days ago | |
Raku | Raku | |
GNU General Public License v3.0 only | Artistic License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
p6-GtkPlus
Posts with mentions or reviews of p6-GtkPlus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-25.
-
Looking for Tk in raku
If you are only looking for canvases, you can use [Cairo](https://github.com/timo/cairo-p6) and [something](https://github.com/finanalyst/GTK-Simple) [GTKish](https://github.com/Xliff/p6-GtkPlus). The latter is mine and a slog to install, but offers better signals support than the former.
-
What do yall use raku for?
I have most of the GNOME libraries ported to Raku, but it's a long haul and there is still more to go. Please see https://github.com/Xliff/p6-GLib and https://github.com/Xliff/p6-GtkPlus
-
How do you create all the libraries needed for your new programming languages to be useful?
I'll throw my name in the list, as I have been working on an as-far-as-I-can-get approach to bringing GTK3 to Raku. See https://github.com/Xliff/p6-GtkPlus
zef
Posts with mentions or reviews of zef.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-05.
-
Writing a Database backed Micro-service with Raku and Humming-Bird
To begin, you'll want to make sure that you have Raku installed, I recommend using Rakubrew. Then we'll want to install Zef, if you're new to Raku, Zef is basically just NPM or CPAN for Raku, it's written by the fabulous Ugexe and is the default package manager people use with Raku. If you installed Raku with Rakubrew, you can simply run rakubrew build-zef and it will handle all of the configuration for you.
-
Tests
I tested it on my computer. I needed to install zef from here. I installed libraries needed to use rakudo_debug. Here hat I get below:
-
How do you determine what the "latest" module version is?
See: https://github.com/ugexe/zef/blob/9779091b7997468257ce3037f8bc0e9c65d1f974/t/repository.rakutest#L85-L128 for an example of how the tiering of ecosystems work, and https://github.com/ugexe/zef/commit/a12d286312c6d7bc3c8ffebe51cce4caae6268cf for some reasoning
-
Cannot Install Zef
I have Rakudo 2022.07 on my Mac. I cloned https://github.com/ugexe/zef, which got me version 0.14.4. I cd'ed into the clone and ran this:
-
requesting thoughts/advice on distributing personal tools
zef -v install https://github.com/ugexe/zef.git
-
Designing containers for GitHub actions
FROM ghcr.io/jj/raku-gha ENV PKGS="git tar" PKGS_TMP="make gcc linux-headers musl-dev" WORKDIR="/home/raku" LABEL version="1.0.3" maintainer="[email protected]" rakuversion=$VER USER root RUN apk update && apk upgrade && apk add --no-cache $PKGS $PKGS_TMP USER raku # Environment ENV PATH="${WORKDIR}/.raku/bin:${WORKDIR}/.raku/share/perl6/site/bin:${PATH}" \ ENV="${WORKDIR}/.profile"\ RAKULIB="inst#/home/raku/.raku" # Basic setup, programs and init WORKDIR $WORKDIR RUN git clone --depth 1 https://github.com/ugexe/zef.git \ && cd zef && raku -I. bin/zef install . \ && zef install Linenoise \ && cd .. && rm -rf zef USER root RUN apk del $PGKS_TMP USER raku ENTRYPOINT ["raku"]
-
Issues with installing zef
This is the issue I found on GitHub.
What are some alternatives?
When comparing p6-GtkPlus and zef you can also consider the following projects:
xvm - Ecstasy and XVM
docker-raku - Tests and experiments for new Raku docker containers
dino - Modern XMPP ("Jabber") Chat Client using GTK+/Vala
MoarVM - A VM with adaptive optimization and JIT compilation, built for Rakudo
eww - ElKowars wacky widgets
Tomty - Tomty - Raku Test Framework
bird - Bird - Alternative to Chef Inspec and Goss, written in Raku.
rakudo - 🦋 Rakudo – Raku on MoarVM, JVM, and JS
alma - ALgoloid with MAcros -- a language with Algol-family syntax where macros take center stage
typescript-action - Create a TypeScript Action with tests, linting, workflow, publishing, and versioning