This package browser is in early development. Mind the rough edges.

meld

Compare files, directories and working copies

Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems.

Meld helps you review code changes and understand patches. It might even help you to figure out what is going on in that merge you keep avoiding.

Installation

Install the latest version of meld as follows:

guix install meld

Or install a particular version:

guix install meld@3.23.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of meld about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/meld'><img src='https://packages.guix.gnu.org/packages/meld/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/meld/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/meld)

Example Org:

[[https://packages.guix.gnu.org/packages/meld][https://packages.guix.gnu.org/packages/meld/badges/latest-version.svg]]