1
0
mirror of https://github.com/r4sas/chocolatey-packages synced 2025-01-20 20:00:21 +00:00
chocolatey-packages/yggdrasil/yggdrasil.nuspec
R4SAS c4cc8e71d3
update yggdrasil to 0.3.14
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-04-02 01:48:37 +03:00

40 lines
2.3 KiB
XML
Raw 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"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesnt 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.14</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>