24.5 project updates and shared conda channel
Hello everyone! Instead of bumping a bunch of different community posts for a my few projects, I figured I'd just group them up here.
mog
(terminal styling): https://discord.com/channels/1087530497313357884/1239277959508922408/1239277959508922408
mist
and weave
(ANSI coloring/formatting): https://discord.com/channels/1087530497313357884/1250128768866058251/1250128768866058251
gojo
(Go stdlib port): https://discord.com/channels/1087530497313357884/1252045387259445278/1252045387259445278
prism
(CLI library): https://discord.com/channels/1087530497313357884/1239276796877475921/1239276796877475921
small_time
(Morrow datetime library fork),
They're all available to install with magic via my conda channel!
Try it out with the following steps:
1. Add "https://repo.prefix.dev/mojo-community" to the list of channels in your mojoproject.toml
file.
2. Next, add <package name>
to your project's dependencies by running magic add <package name>
.
3. Finally, run magic install
to install in <package name>
and its dependencies. You should see the .mojopkg files in $CONDA_PREFIX/lib/mojo/
.
If you would like to publish your packages to the channel, I can add others as admins for write access. I figure we could have some shared community channels as a stop gap while the packaging features are built out in magic.1 Reply
New Lightbug releases will also be uploaded to this channel from now on!
https://prefix.dev/channels/mojo-community/packages/lightbug_http
prefix.dev
prefix.dev – solving software package management
The software package management platform for Python, C++, R, Rust and more