Search Criteria
Package Details: mago 1.27.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mago.git (read-only, click to copy) |
|---|---|
| Package Base: | mago |
| Description: | An extremely fast PHP linter, formatter, and static analyzer, written in Rust. |
| Upstream URL: | https://mago.carthage.software/ |
| Licenses: | MIT |
| Submitter: | matth |
| Maintainer: | matth |
| Last Packager: | matth |
| Votes: | 1 |
| Popularity: | 0.003353 |
| First Submitted: | 2025-08-09 20:14 (UTC) |
| Last Updated: | 2026-05-14 15:05 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR) (make)
Latest Comments
matth commented on 2025-12-24 15:21 (UTC)
@severen thanks for pointing that out. I didn't know that it shouldn't have been doing that. New version is up now with that fixed and it is much faster.
severen commented on 2025-12-24 11:51 (UTC) (edited on 2025-12-24 11:51 (UTC) by severen)
I've noticed that the PKGBUILD builds Mago with all features enabled, which enables the heap profiler (seems to be the only feature) and greatly slows down lint/analyze/format (and dumps reports in the current working directory). This doesn't seem intentional, so I would suggest removing
--all-featuresfrom thecargo buildcommand considering a selling point of Mago is its performance.bda commented on 2025-08-13 18:59 (UTC)
Hi, There's something wrong in the description. -> Mago: The Oxidized PHP Toolchain appear on the main mago website...