🍺 BREW Explorer

← all formulae

asmfmt

brew install asmfmt v1.3.2 MIT

Go Assembler Formatter

11
30-day installs · #8357
20
90-day · #9743
99
365-day · #9205
311
★ GitHub stars · updated 4y ago

Build dependencies

go

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Go Assembler Formatter",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:34+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "asmfmt",
  "github_default_branch": "master",
  "github_last_commit_at": "2022-04-04T09:01:07Z",
  "github_readme_excerpt": "# asmfmt\nGo Assembler Formatter\n\nThis will format your assembler code in a similar way that `gofmt` formats your Go code.\n\nRead Introduction: [asmfmt: Go Assembler Formatter](https://blog.klauspost.com/asmfmt-assembler-formatter/)\n\n[![Go Reference](https://pkg.go.dev/badge/klauspost/asmfmt.svg)](https://pkg.go.dev/klauspost/asmfmt)\n[![Go](https://github.com/klauspost/asmfmt/actions/workflows/go.yml/badge.svg)](https://github.com/klauspost/asmfmt/actions/workflows/go.yml)\n\nSee [Example 1](https://files.klauspost.com/diff.html), [Example 2](https://files.klauspost.com/diff2.html), [Example 3](https://files.klauspost.com/diff3.html), or compare files in the [testdata folder](https://github.com/klauspost/asmfmt/tree/master/testdata).\n\nStatus: STABLE. The format will only change if bugs are found. Please report any feedback in the issue section.\n\n# install\n\nBinaries can be downloaded from [Releases](https://github.com/klauspost/asmfmt/releases). Unpack the file into your executable path.\n\nTo install the standalone formatter from source using Go framework: `go install github.com/klauspost/asmfmt/cmd/asmfmt@latest`.\n\n# updates\n\n* Apr 8, 2021: Add modules info and remove other than main tools. \n* Jan 6, 2021: Fix C comments before line comments like `VPCMPEQB Y8/*(DI)*/, Y0, Y1 // comment...`\n* Aug 8, 2016: Don\u0027t indent comments before non-indented instruction.\n* Jun 10, 2016: Fixed crash with end-of-line comments that contained an end-of-block `/*` part.\n* Apr 14, 2016: Fix end of multiline comments in macro definitions.\n* Apr 14, 2016: Updated tools to Go 1.5+\n* Dec 21, 2015: Space before semi-colons in macro definitions is now trimmed.\n* Dec 21, 2015: Fix line comments in macro definitions (only valid with Go 1.5).\n* Dec 17, 2015: Comments are better aligned to the following section.\n* Dec 17, 2015: Clean semi-colons in multiple instruction per line.\n\n# goland\n\nTo set up a custom File Watcher in Goland, \n\n* Go to Settings -\u003e Tools -\u003e File Watchers\n* Press **+** and choos",
  "github_repo": "klauspost/asmfmt",
  "github_stars": 311,
  "github_topics": [],
  "homepage": "https://github.com/klauspost/asmfmt",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 11,
  "installs_365d": 99,
  "installs_90d": 20,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "asmfmt",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 8357,
  "rank_365d": 9205,
  "rank_90d": 9743,
  "raw_hash": "b26f32c89d3059ff",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/asmfmt.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.3.2",
  "versioned_formulae": [],
  "why_use_this": null
}