mirror of
https://github.com/r4sas/chocolatey-packages
synced 2025-01-20 20:00:21 +00:00
40 lines
2.3 KiB
XML
40 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||
<metadata>
|
||
<id>yggdrasil</id>
|
||
<version>0.3.15</version>
|
||
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/yggdrasil/</packageSourceUrl>
|
||
<owners>r4sas</owners>
|
||
|
||
<title>Yggdrasil Network</title>
|
||
<authors>Yggdrasil Network</authors>
|
||
<projectUrl>https://yggdrasil-network.github.io/</projectUrl>
|
||
<iconUrl>https://cdn.statically.io/gh/r4sas/chocolatey-packages/fcc1f799/yggdrasil/icon/yggdrasil.svg</iconUrl>
|
||
<licenseUrl>https://github.com/yggdrasil-network/yggdrasil-go/blob/master/LICENSE</licenseUrl>
|
||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||
<projectSourceUrl>https://github.com/yggdrasil-network/yggdrasil-go</projectSourceUrl>
|
||
<docsUrl>https://yggdrasil-network.github.io/</docsUrl>
|
||
<bugTrackerUrl>https://github.com/yggdrasil-network/yggdrasil-go/issues</bugTrackerUrl>
|
||
<tags>yggdrasil admin network encryption security mesh ipv6 decentralized</tags>
|
||
<summary>An experiment in scalable routing as an encrypted IPv6 overlay network</summary>
|
||
<description># Yggdrasil
|
||
|
||
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.
|
||
|
||
Although Yggdrasil shares many similarities with [cjdns](https://github.com/cjdelisle/cjdns), it employs a different routing
|
||
algorithm based on a globally-agreed spanning tree and greedy routing in a
|
||
metric space, and aims to implement some novel local backpressure routing
|
||
techniques. In theory, Yggdrasil should scale well on networks with
|
||
internet-like topologies.</description>
|
||
<releaseNotes>Release notes can be found in [changelog](https://github.com/yggdrasil-network/yggdrasil-go/blob/master/CHANGELOG.md).</releaseNotes>
|
||
</metadata>
|
||
<files>
|
||
<file src="tools\**" target="tools" />
|
||
</files>
|
||
</package>
|