# meld **Repository Path**: src-openeuler/meld ## Basic Information - **Project Name**: meld - **Description**: Meld is a visual diff and merge tool targeted at developers. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2020-07-31 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-desktop-apps ## README # meld #### 描述 Meld是一个面向开发人员的可视化差异和合并工具。Meld可以帮助您比较文件、目录和版本控制的项目。它提供文件和目录的双向和三向比较,并支持许多流行的版本控制系统。 Meld可以帮助您查看代码更改并了解补丁程序。它甚至可能帮助你弄清楚你一直在避免的合并中发生了什么。 #### 架构 支持Aarch64和x86_64体系结构。 #### 安装 使用dnf命令直接安装 ```bash dnf install meld -y ``` #### 贡献 1. Fork 本仓库 2. 创建特性分支 3. 提交你的代码 4. 发起合并代码请求