Automic VaultAutomic Vault

brew

Installer leiningen avec Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop, chocolatey

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de leiningen pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install leiningen

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install leiningen

MacPorts ports tree · devel/leiningen/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add leiningen

Alpine Linux edge package indexes · leiningen · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install leiningen

Debian stable package indexes · leiningen · Source: deb.debian.org

Nixvérifié · 92%
nix profile install nixpkgs#leiningen

nixpkgs package indexes · pkgs/by-name/le/leiningen/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S leiningen

Arch Linux sync databases · leiningen · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install leiningen

openSUSE Tumbleweed package metadata · leiningen · Source: download.opensuse.org

Windows

Scoopvérifié · 92%
scoop install main/leiningen

Scoop official bucket manifest trees · bucket/leiningen.json · Source: api.github.com

Chocolateyvérifié · 92%
choco install Lein

Chocolatey community package catalog · Lein · Source: community.chocolatey.org

aperçu

Résumé du paquet

Build tool for Clojure

historique

Historique du projet et usages

Leiningen is the long-running Clojure build, dependency, REPL, test, packaging, and project automation tool best known by its `lein` command and `project.clj` files.

Historique du projet

Phil Hagelberg created Leiningen in 2009 to make Clojure project automation less painful than hand-written Maven configuration. The official tagline, 'automating Clojure projects without setting your hair on fire,' captured the design goal: declarative Clojure configuration, automatic dependency resolution, project skeletons, testing, REPL setup, jars, and uberjars from one command-line tool.

The 1.0.0 release on 2009-12-05 already had many features that shaped Clojure projects for years: configurable source, test, and compilation paths in `project.clj`, isolated classloading, Maven-free install behavior, `lein new`, generated POM metadata, test summaries, uberjar output, plugin flexibility, and resources on the classpath. Later releases added Windows support, upgrades, profiles, plugins, deploy workflows, nREPL integration, and ongoing compatibility updates.

Historique d'adoption

Leiningen became the default entry point for many Clojure tutorials, libraries, and applications through the 2010s, before and alongside alternatives such as Boot and the official Clojure CLI/deps.edn tooling. Its wide package-manager availability reflects that history: installing `lein` from a system package manager remained a normal way to start working with Clojure projects.

Modes d'utilisation

Typical users run `lein new`, `lein test`, `lein repl`, `lein run`, `lein jar`, `lein uberjar`, and `lein deploy`, with project settings in `project.clj` and user or system defaults in profiles files. Credentials files under `~/.lein` support publishing workflows such as deploying artifacts to repositories.

Pourquoi les passionnés de paquets s'y intéressent

Leiningen is package-nerd significant because it made Maven-style dependency and artifact workflows feel native to Clojure. It linked Clojure code, Maven repositories, REPL-driven development, project templates, plugins, and uberjar packaging into one memorable command, which shaped how Clojure packages were created and consumed for more than a decade.

Chronologie

  • 2009-11-17: Leiningen's release history records the early 0.5.0 release date.
  • 2009-12-05: Leiningen 1.0.0 shipped with project.clj paths, isolated classloading, `lein new`, generated POM metadata, test summaries, and uberjar output.
  • 2010-02-16: Leiningen 1.1.0 added `lein upgrade`, dependency exclusions, native-code dependency support, and experimental Windows support.
  • 2012: Leiningen 2-era docs and profiles became central to daily Clojure workflows.
  • 2021-11-11: Leiningen 2.9.8 continued the long maintenance line with dependency-resolution and install fixes.
  • 2020s: The project marked Codeberg as the canonical repository while keeping GitHub pages and docs visible for existing users.

Related projects

  • Related Clojure build and dependency tools include Boot, the official Clojure CLI and deps.edn, tools.build, Maven, Gradle, Clojars, nREPL, REPL-y, and ClojureScript build tooling that often integrated through Leiningen plugins.

posture de sécurité

Niveau de risque : yellow

generalized runtime or code generation signal.

Classificateur de risque

risque yellow · confiance moyen · runtime

Pourquoi

  • generalized runtime or code generation signal

Signaux

  • text:build tool

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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
project.cljprofiles.clj~/.lein/profiles.clj/etc/leiningen/profiles.clj~/.lein/profiles.d/

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.lein/credentials.clj.gpg~/.lein/credentials.clj

exécutables

Exécutables installés

CommandeTypeExpositionNote
leincliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire2.13.0
gestionnaire mis à jour2026-07-13
données localesOK
amontà jour
dernière version détectée2.13.0

https://github.com/technomancy/leiningen

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:leiningen
Version2.13.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/leiningen
Page d'accueilhttps://codeberg.org/leiningen/leiningen
Dépôthttps://github.com/technomancy/leiningen
Docs amonthttps://github.com/technomancy/leiningen#readme
LicenceEPL-1.0
Archive sourcehttps://github.com/technomancy/leiningen/archive/refs/tags/2.13.0.tar.gz
Dernière mise à jour2026-07-13T09:26:37Z
Pulseupdated
Dépendancesopenjdk
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsDependencies will be installed to: $HOME/.m2/repository To play around with Clojure run `lein repl` or `lein help`.

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameleiningen
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

leiningen 2.10.0-5

Automation tool and dependency manager for Clojure projects

https://leiningen.org

sudo apt install leiningen
  • Section: java
  • Architecture: all
  • Source Package: leiningen-clojure
  • 3 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Leiningen
Debian stable package indexes · deb.debian.org · Debian stable package indexes: leiningen from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

leiningen

nix profile install nixpkgs#leiningen
  • normalized package name match
  • Correspondance par : Leiningen
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/le/leiningen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

leiningen 2.10.0-2

Automation tool and dependency manager for Clojure projects

https://leiningen.org

sudo apt install leiningen
  • Section: universe/java
  • Architecture: all
  • Source Package: leiningen-clojure
  • 3 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Leiningen
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: leiningen from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

leiningen 2.12.0-r0

Automate Clojure Projects

https://leiningen.org/

sudo apk add leiningen
  • License: EPL-1.0
  • Architecture: x86_64
  • Source Package: leiningen
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Leiningen
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: leiningen from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

leiningen-bash-completion 2.12.0-r0

Bash completions for leiningen

https://leiningen.org/

sudo apk add leiningen-bash-completion
  • License: EPL-1.0
  • Architecture: x86_64
  • Source Package: leiningen
  • normalized package name match
  • Correspondance par : Leiningen
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: leiningen-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

leiningen-doc 2.12.0-r0

Automate Clojure Projects (documentation)

https://leiningen.org/

sudo apk add leiningen-doc
  • License: EPL-1.0
  • Architecture: x86_64
  • Source Package: leiningen
  • normalized package name match
  • Correspondance par : Leiningen
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: leiningen-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

leiningen-zsh-completion 2.12.0-r0

Zsh completions for leiningen

https://leiningen.org/

sudo apk add leiningen-zsh-completion
  • License: EPL-1.0
  • Architecture: x86_64
  • Source Package: leiningen
  • normalized package name match
  • Correspondance par : Leiningen
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: leiningen-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

leiningen 2.12.0-1

Automate Clojure projects

https://codeberg.org/leiningen/leiningen

sudo pacman -S leiningen
  • License: EPL-2.0
  • Architecture: any
  • 2 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Leiningen
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: leiningen from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

leiningen 2.12.0-1.2

Automation for Clojure projects

https://leiningen.org/

sudo zypper install leiningen
  • License: EPL-1.0
  • Category: Development/Tools/Building
  • Architecture: noarch
  • Source Package: leiningen
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Leiningen
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: leiningen from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

leiningen

sudo port install leiningen
  • normalized package name match
  • Correspondance par : Leiningen
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/leiningen/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/leiningen

scoop install main/leiningen
  • normalized package name match
  • Correspondance par : Leiningen
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/leiningen.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
Chocolatey92%

Lein

choco install Lein
  • installed executable or alias match
  • Correspondance par : Lein
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: Lein from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kubectx'

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment