pkg.soopen package index

brew / Rang 5031

emmylua_ls mit Homebrew, apk, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für emmylua_ls in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install emmylua_ls

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add emmylua-ls

Alpine Linux edge package indexes · emmylua-ls · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#emmylua-ls

nixpkgs package indexes · pkgs/by-name/em/emmylua-ls/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

Lua Language Server

Befehle und Aliase

  • emmylua_check
  • emmylua_doc_cli
  • emmylua_ls

Verlauf

Projektgeschichte und Nutzung

EmmyLua Language Server is the packaged language-server entry point from EmmyLua Analyzer Rust, a Rust implementation of Lua tooling that bundles LSP support, static analysis, formatting, and documentation generation for Lua projects.

Projektgeschichte

The project presents itself as EmmyLua Analyzer Rust and positions the Rust implementation around fast incremental analysis for Lua 5.1 through 5.5 and LuaJIT, while retaining compatibility with EmmyLua and Luacats annotation styles used by existing Lua codebases.

Adoptionsgeschichte

The official README documents editor use through the standard Language Server Protocol, including setup notes for VS Code, Neovim, IntelliJ, and other LSP-capable editors. Package-manager presence in Homebrew, Nix, and Alpine reflects its role as a standalone tool rather than only an editor extension.

Wie es verwendet wird

Users install `emmylua_ls` and point an editor LSP client at the executable, usually with `.emmyrc.json` or `.luarc.json` in the project root. Companion commands such as `emmylua_check`, `emmylua_formatter`, and `emmylua_doc_cli` cover CI-oriented analysis, formatting, and documentation generation.

Warum Paket-Nerds sich dafür interessieren

For package managers, `emmylua_ls` is a neat example of the modern LSP packaging pattern: one CLI binary makes the same language intelligence available to many editors, so the package matters to Neovim and terminal-heavy Lua developers as much as to GUI editor users.

Related projects

  • The tool sits in the Lua LSP ecosystem alongside editor plugins such as the EmmyLua extension and other Lua language servers, while also supporting annotation conventions from EmmyLua and Luacats.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für emmylua_ls wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
.emmyrc.json.luarc.json

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
emmylua_checkExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
emmylua_doc_cliExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
emmylua_lsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version0.24.0
Manager aktualisiert2026-07-10
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:emmylua_ls
Version0.24.0
PaketmanagerHomebrew
Homepagehttps://github.com/EmmyLuaLs/emmylua-analyzer-rust
Repositoryhttps://github.com/EmmyLuaLs/emmylua-analyzer-rust
Zuletzt aktualisiert2026-07-10T16:19:39Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

emmylua-ls

nix profile install nixpkgs#emmylua-ls
  • normalized package name match
  • Abgeglichen nach: Emmylua Ls
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/em/emmylua-ls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

emmylua-check 0.21.0-r0

EmmyLua static analysis tool

https://github.com/EmmyLuaLs/emmylua-analyzer-rust

sudo apk add emmylua-check
  • License: MIT
  • Architecture: x86_64
  • Source Package: emmylua-ls
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Emmylua Ls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: emmylua-check from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

emmylua-doc-cli 0.21.0-r0

Documentation generator for Lua source code and EmmyLua annotations

https://github.com/EmmyLuaLs/emmylua-analyzer-rust

sudo apk add emmylua-doc-cli
  • License: MIT
  • Architecture: x86_64
  • Source Package: emmylua-ls
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Emmylua Ls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: emmylua-doc-cli from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

emmylua-ls 0.21.0-r0

EmmyLua language server

https://github.com/EmmyLuaLs/emmylua-analyzer-rust

sudo apk add emmylua-ls
  • License: MIT
  • Architecture: x86_64
  • Source Package: emmylua-ls
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Emmylua Ls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: emmylua-ls from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

emmylua-ls-doc 0.21.0-r0

EmmyLua language server (documentation)

https://github.com/EmmyLuaLs/emmylua-analyzer-rust

sudo apk add emmylua-ls-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: emmylua-ls
  • normalized package name match
  • Abgeglichen nach: Emmylua Ls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: emmylua-ls-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
Nix92%

emmylua-check

nix profile install nixpkgs#emmylua-check
  • installed executable or alias match
  • Abgeglichen nach: Emmylua Check
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/em/emmylua-check/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Nix92%

emmylua-doc-cli

nix profile install nixpkgs#emmylua-doc-cli
  • installed executable or alias match
  • Abgeglichen nach: Emmylua Doc Cli
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/em/emmylua-doc-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation