Files
guru/app-text/typstyle/metadata.xml
Jesse De Haan 8dea196732 app-text/typstyle: update SRC_URI
Signed-off-by: Jesse De Haan <dehaanjesses@gmail.com>
2025-10-04 09:42:24 -04:00

34 lines
1.8 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/typstyle-rs/typstyle/issues</bugs-to>
<changelog>https://github.com/typstyle-rs/typstyle/releases</changelog>
<doc>https://typstyle-rs.github.io/typstyle</doc>
<remote-id type="github">typstyle-rs/typstyle</remote-id>
</upstream>
<longdescription lang="en">
Typstyle is a code formatter designed for Typst, aiming to produce
consistent and aesthetically pleasing code layouts. It is opinionated,
enforcing a uniform style across all codebases, and focuses solely on
formatting code without altering content. Typstyle ensures convergence,
meaning running the formatter multiple times does not change the code
further. It also maintains correctness by preserving the rendered
output's appearance. Users can access Typstyle via a command-line
interface, integrate it into editors through plugins like tinymist, or
utilize its web application for online code formatting.
</longdescription>
<longdescription lang="zh">
Typstyle 是一款为 Typst 设计的代码格式化工具,旨在生成一致且美观的代码
布局。它是一个武断的工具,在所有代码库中应用统一的风格,只专注于格式化
代码而不会更改代码内容。Typstyle 保证格式化的收敛性,即多次运行格式化
器不会对代码产生进一步变化。同时,它确保代码格式化后仍保持渲染结果的正确
性。用户可以通过命令行界面使用 Typstyle也可以通过插件如 tinymist
其集成到编辑器中,或者使用其网络应用在线格式化代码。
</longdescription>
</pkgmetadata>