Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Binary editor for GNOME
  description: >-
    GHex can load raw data from binary files and display them for editing in the traditional
    hex editor view. The display is split in two columns, with hexadecimal values
    in one column and the ASCII representation in the other. A useful tool for working
    with raw data.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
    requires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
  profiles:
    default:
      rpms:
      - ghex
  components:
    rpms:
      ghex:
        rationale: Application package
        ref: f33
        buildorder: 10
...