Raw Metadata XML
<pkgmetadata>
<maintainer type="person">
<email>lucascs@protonmail.com</email>
<name>Lucas Couto</name>
</maintainer>
<longdescription lang="en">
Bun is an all-in-one JavaScript and TypeScript toolkit, including a
runtime, bundler, transpiler, test runner and package manager. It is
built on top of JavaScriptCore (WebKit) and written primarily in Zig,
with the goal of being a faster, drop-in replacement for Node.js.
This package installs the official upstream binary from GitHub Releases
(https://github.com/oven-sh/bun/releases). The AVX2 variant is used by
default on amd64 when the CPU advertises avx2 (cpu_flags_x86_avx2);
otherwise the "baseline" variant (without AVX2) is fetched.
</longdescription>
<use>
<flag name="cpu_flags_x86_avx2">Select the AVX2-optimized binary on amd64 (default on modern CPUs).</flag>
</use>
<upstream>
<changelog>https://github.com/oven-sh/bun/releases</changelog>
<doc>https://bun.sh/docs</doc>
<bugs-to>https://github.com/oven-sh/bun/issues</bugs-to>
<remote-id type="github">oven-sh/bun</remote-id>
</upstream>
</pkgmetadata>