macOS
brew install asmfmtlocal Homebrew formula metadata
sudo port install asmfmtMacPorts ports tree · devel/asmfmt/Portfile · 来源: api.github.com
安装
brew install asmfmtlocal Homebrew formula metadata
sudo port install asmfmtMacPorts ports tree · devel/asmfmt/Portfile · 来源: api.github.com
nix profile install nixpkgs#asmfmtnixpkgs package indexes · pkgs/by-name/as/asmfmt/package.nix · 来源: api.github.com
概览
Go Assembler Formatter
历史
asmfmt is a formatter for Go assembler files. Its README frames the project directly as `gofmt` for assembler code and documents `gofmt`-like flags such as `-d`, `-l`, and `-w`.
The GitHub repository was created in November 2015, and the first GitHub release, v1.0, was published in April 2016. The README's dated update log records many early formatting fixes around comments, macros, semicolons, and Go assembler syntax.
By the README's own status note, asmfmt is stable and its formatting is expected to change only for bugs. Later releases in 2018, 2019, 2021, and 2022 focused on fixes, module information, and keeping the standalone formatter buildable.
asmfmt is a niche Go ecosystem tool. It is available through Go install, GitHub releases, Homebrew, MacPorts, and Nix according to the input package facts. Homebrew analytics are small, reflecting that only developers who touch Go assembly files need it.
The tool is run as `asmfmt [flags] [path ...]` and should be pointed only at assembler files, because the README warns that non-assembler files cannot be positively identified and may be mangled. Editor integration examples include GoLand file watchers and Emacs before-save hooks.
asmfmt is package-nerd interesting because it exports the Go ecosystem's formatter culture into the much smaller world of Plan 9 style Go assembly. It is a tiny binary with a stable output contract, exactly the sort of tool package managers like to preserve for reproducible developer workflows.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
asmfmt | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/klauspost/asmfmt
安装元数据
| 软件包键 | brew:asmfmt |
|---|---|
| 版本 | 1.3.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/asmfmt |
| 主页 | https://github.com/klauspost/asmfmt |
| 仓库 | https://github.com/klauspost/asmfmt |
| 上游文档 | https://github.com/klauspost/asmfmt#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/klauspost/asmfmt/archive/refs/tags/v1.3.2.tar.gz |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | asmfmt |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
asmfmt
nix profile install nixpkgs#asmfmtasmfmt
sudo port install asmfmt来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.