Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Visual diff and merge tool
  description: >-
    Meld is a visual diff and merge tool targeted at developers. It helps you compare
    files, directories, and version controlled projects. It provides two- and three-way
    comparison of both files and directories, and the tabbed interface allows you
    to open many diffs at once. Meld has has support for many popular version control
    systems including Git, Mercurial, Bazaar, SVN and CVS. The diff viewer lets you
    edit files in place (diffs update dynamically), and a middle column shows detailed
    changes and allows merges. The margins show location of changes for easy navigation.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f30]
      flatpak-runtime: [f30]
      platform: [f30]
    requires:
      flatpak-common: [f30]
      flatpak-runtime: [f30]
      platform: [f30]
  profiles:
    default:
      rpms:
      - meld
  components:
    rpms:
      meld:
        rationale: Application package
        ref: f30
        buildorder: 10
      patch:
        rationale: Runtime dependency
        ref: f30
...