An open API service indexing awesome lists of open source software.

https://github.com/arturo-lang/reach-lab

Brainstorming & tracking down external support for Arturo
https://github.com/arturo-lang/reach-lab

arturo arturo-language package-managers syntax-highlighting

Last synced: 6 months ago
JSON representation

Brainstorming & tracking down external support for Arturo

Awesome Lists containing this project

README

          

๐Ÿงช Arturo Reach Lab

Or... what tools/editors/package managers we do
(or could) support for **[Arturo](https://github.com/arturo-lang/arturo)**

--------------

* [Package Managers](#-package-managers)
* [Editors / Syntax Highlighting](#-editor--syntax-highlighting)
* [Code Counters](#-code-counters)

--------------

## ๐Ÿ“ฆ Package Managers & Distribution

| Platform | Package Manager | Status | Version | Install Command | Notes |
|-------------------|------------------------------------------------------|:------:|:--------:|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------|
| **macOS** | MacPorts | ๐Ÿ”ด | | โ€” | |
| **macOS/Linux** | [Homebrew](https://formulae.brew.sh/formula/arturo) | ๐ŸŸข | 0.10.0 | `brew install arturo` | โš ๏ธ forces mini version (should fix!) |
| **Arch Linux** | [AUR](https://aur.archlinux.org/packages/arturo) | ๐ŸŸข | 0.10.0 | `yay -S arturo` or `paru -S arturo` | |
| **Arch Linux** | pacman | ๐Ÿ”ด | | โ€” | |
| **Debian/Ubuntu** | APT | ๐Ÿ”ด | | โ€” | |
| **Fedora/RHEL** | DNF/YUM | ๐Ÿ”ด | | โ€” | |
| **OpenSUSE** | Zypper | ๐Ÿ”ด | | โ€” | |
| **Alpine** | APK | ๐Ÿ”ด | | โ€” | |
| **Void Linux** | XBPS | ๐Ÿ”ด | | โ€” | |
| **NixOS** | Nix | ๐Ÿ”ด | | โ€” | |
| **Gentoo** | Portage | ๐Ÿ”ด | | โ€” | |
| **FreeBSD** | pkg | ๐Ÿ”ด | | โ€” | |
| **NetBSD** | pkgsrc | ๐Ÿ”ด | | โ€” | |
| **OpenBSD** | pkg_add | ๐Ÿ”ด | | โ€” | |
| **Windows** | Chocolatey | ๐Ÿ”ด | | โ€” | |
| **Windows** | [Scoop](https://github.com/arturo-lang/scoop-bucket) | ๐ŸŸข | 0.10.0 | `scoop bucket add arturo https://github.com/arturo-lang/scoop-bucket`, then `scoop install arturo` | โš ๏ธ Ensure you add the bucket first for proper installation.|
| **Windows** | winget | ๐ŸŸข | 0.10.0 | `winget install arturo` | |
| **Docker** | Docker Hub | ๐ŸŸข | 0.10.0 | `docker run -it arturolang/arturo` | "Default" version is the MINI build |
| **MISE-en-place** | [Mise](https://github.com/arturo-lang/mise-plugin) | ๐ŸŸข | 0.10.0 | `mise plugin install arturo https://github.com/arturo-lang/mise-plugin`, then `mise install arturo`| โš ๏ธ Ensure you add the plugin first for proper installation.|

### Legend

- ๐ŸŸข Available
- ๐ŸŸ  Not updated
- ๐Ÿ”ด Not Available

## ๐Ÿ’ป Editor / Syntax Highlighting

- [x] [**VSCode**](https://marketplace.visualstudio.com/items?itemName=drkameleon.arturo) - Windows / macOS / Linux
- [x] [**SublimeText**](https://packagecontrol.io/packages/Arturo%20Programming%20Language) - Windows / macOS / Linux
- [x] [**Vim/NeoVim**](https://github.com/xigoi/vim-arturo) - Windows / macOS / Linux

## ๐ŸŒ€ Code Counters

- [x] [**cloc**](https://github.com/AlDanial/cloc/releases/tag/v2.02)
- [x] [**scc**](https://github.com/boyter/scc/releases/tag/v3.3.0)
- [x] [**tokei**](https://github.com/XAMPPRocky/tokei/releases/tag/v13.0.0-alpha.2)

---------

> [!NOTE]
> ๐Ÿ’ก If you want to add one, just edit this file ๐Ÿ˜‰
> ๐Ÿš€ If you want to contribute what's missing, you're more than 100% welcome!