blob: 1007283fff8b7c56dd2a9e108de0fa5ad8ae0049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>william@wstrm.dev</email>
<name>William Wennerström</name>
</maintainer>
<longdescription lang="en">
Yggdrasil is an early-stage implementation of a fully end-to-end
encrypted IPv6 network. It is lightweight, self-arranging,
supported on multiple platforms and allows pretty much any
IPv6-capable application to communicate securely with other
Yggdrasil nodes. Yggdrasil does not require you to have IPv6
Internet connectivity - it also works over IPv4.
</longdescription>
<upstream>
<bugs-to>https://github.com/yggdrasil-network/yggdrasil-go/issues</bugs-to>
<doc lang="en">https://yggdrasil-network.github.io</doc>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|