direnv 2.32.1-2 source package in Ubuntu

Changelog

direnv (2.32.1-2) unstable; urgency=medium

  * debian: manpages: Include direnv.toml.1 (Closes: #1022208)

 -- Punit Agrawal <email address hidden>  Sat, 22 Oct 2022 08:44:45 +0100

Upload details

Uploaded by:
Punit Agrawal
Uploaded to:
Sid
Original maintainer:
Punit Agrawal
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
direnv_2.32.1-2.dsc 2.1 KiB 1fd0f73cf2917bcd673fcfa6fb3c20aca4d5091e01a288e790d163e39515af4c
direnv_2.32.1.orig.tar.gz 84.2 KiB dc7df9a9e253e1124748aa74da94bf2b96f5a61d581c60d52d3f8e8dc86ecfde
direnv_2.32.1-2.debian.tar.xz 4.3 KiB c31be4b76cae1a3e4de6d48d0c5cf34aa1ffa8e21a2fc1282fa3cb00672d2a4c

Available diffs

No changes file available.

Binary packages built by this source

direnv: Utility to set directory specific environment variables

 direnv is an environment variable manager for your shell. It knows
 how to hook into bash, zsh and fish shell to load or unload
 environment variables depending on your current directory. This
 allows one to have project-specific environment variables and not
 clutter the "~/.profile" file.
 .
 Before each prompt it checks for the existence of an ".envrc" file in
 the current and parent directories. If the file exists, it is loaded
 into a bash sub-shell and all exported variables are then captured by
 direnv and then made available to your shell.
 .
 Because direnv is compiled into a single static executable it is fast
 enough to be unnoticeable on each prompt. It is also language
 agnostic and can be used to build solutions similar to rbenv, pyenv,
 phpenv, ...

direnv-dbgsym: debug symbols for direnv