Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: A fast and lightweight IDE using GTK3
  description: >-
    Geany is a small and fast integrated development environment with basic features
    and few dependencies to other packages or Desktop Environments.

    Some features: - Syntax highlighting - Code completion - Code folding - Construct
    completion/snippets - Auto-closing of XML and HTML tags - Call tips - Support
    for Many languages like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists
    and symbol name auto-completion - Code navigation - Simple project management
    - Plugin interface
  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:
      - geany
  components:
    rpms:
      geany:
        rationale: Application package
        ref: f33
        buildorder: 10
      vte291:
        rationale: Runtime dependency
        ref: f33
...