blob: 42e6e5d967871600ea981b1c215012fcc5d183f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ghostyn678+git@gmail.com</email>
<name>dsaf</name>
</maintainer>
<longdescription>
A modern, full-featured terminal text editor,
with zero configuration. Familiar keybindings,
mouse support, and IDE-level features — no learning curve required.
</longdescription>
<use>
<flag name="plugins">TypeScript plugin runtime support</flag>
<flag name="embed-plugins">Bundle default plugins into the binary as a fallback</flag>
<flag name="gui">Native GPU-accelerated window via wgpu</flag>
<flag name="dev-bins">Build extra developer binaries (generate_schema, event_debug)</flag>
</use>
<upstream>
<doc>https://getfresh.dev/docs/</doc>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|