<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>com.lite_xl.LiteXL</id>
  <metadata_license>MIT</metadata_license>
  <project_license>MIT</project_license>
  <name>Lite XL</name>
  <summary>A lightweight text editor written in Lua</summary>
  <content_rating type="oars-1.0" />
  <launchable type="desktop-id">com.lite_xl.LiteXL.desktop</launchable>

  <description>
    <p>
      Lite XL is a text editor and development tool written mainly in Lua,
      on top of a minimalistic C core using the SDL2 graphics library.
    </p>
  </description>

  <screenshots>
    <screenshot type="default">
      <caption>The editor window</caption>
      <image>https://lite-xl.com/assets/img/editor.png</image>
    </screenshot>
  </screenshots>

  <url type="homepage">https://lite-xl.com</url>

  <provides>
    <binary>lite-xl</binary>
  </provides>

  @METAINFO_RELEASES@
</component>
