mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 10:52:18 +00:00
27 lines
748 B
XML
27 lines
748 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
||
<component type="runtime">
|
||
<id>sh.oven.bun</id>
|
||
<metadata_license>CC0-1.0</metadata_license>
|
||
<project_license>MIT</project_license>
|
||
<icon type="stock">applications-development</icon>
|
||
|
||
<name>Bun</name>
|
||
<summary>Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one</summary>
|
||
|
||
<description>
|
||
<p>
|
||
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
|
||
</p>
|
||
</description>
|
||
<url type="homepage">https://bun.sh</url>
|
||
<provides>
|
||
<mediatype>text/javascript</mediatype>
|
||
<mediatype>text/typescript</mediatype>
|
||
</provides>
|
||
|
||
|
||
<releases>
|
||
<release version="1.3.2" />
|
||
</releases>
|
||
</component>
|