2018-09-06 06:03:02 +03:00
<?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>i2pd</id>
2020-10-29 05:20:44 +03:00
<version>2.34.0</version>
2018-09-07 05:21:12 +03:00
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl>
<owners>r4sas</owners>
2020-04-11 00:31:08 +03:00
2018-09-06 06:03:02 +03:00
<title>I2P Daemon</title>
<authors>PurpleI2P</authors>
2018-09-07 05:21:12 +03:00
<projectUrl>https://i2pd.website/</projectUrl>
2020-04-11 00:31:08 +03:00
<iconUrl>https://cdn.statically.io/gh/PurpleI2P/i2pd-logo/05866ffe/i2pd_logo_2_curved.svg</iconUrl>
2018-09-07 05:21:12 +03:00
<copyright>© PurpleI2P team</copyright>
<licenseUrl>https://github.com/PurpleI2P/i2pd/blob/openssl/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/PurpleI2P/i2pd</projectSourceUrl>
<docsUrl>https://i2pd.readthedocs.io/en/latest/</docsUrl>
<bugTrackerUrl>https://github.com/PurpleI2P/i2pd/issues</bugTrackerUrl>
<tags>i2pd admin network encryption privacy security</tags>
2018-09-06 06:03:02 +03:00
<summary>Full C++ implementation of I2P client</summary>
2020-04-11 00:31:08 +03:00
<description># i2pd
2018-09-06 06:03:02 +03:00
2020-04-11 00:31:08 +03:00
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
2018-09-06 06:03:02 +03:00
2020-04-11 00:31:08 +03:00
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
2018-09-06 06:03:02 +03:00
All communications over I2P are anonymous and end-to-end encrypted, participants
2020-04-11 00:31:08 +03:00
don't reveal their real IP addresses.
2018-09-06 06:03:02 +03:00
2018-09-07 05:21:12 +03:00
I2P client is a software used for building and using anonymous I2P
networks. Such networks are commonly used for anonymous peer-to-peer
applications (filesharing, cryptocurrencies) and anonymous client-server
2020-04-11 00:31:08 +03:00
applications (websites, instant messengers, chat-servers).
2018-09-06 06:03:02 +03:00
I2P allows people from all around the world to communicate and share information
2020-04-11 00:31:08 +03:00
without restrictions.</description>
<releaseNotes>Release notes can be found in [changelog](https://github.com/PurpleI2P/i2pd/blob/openssl/ChangeLog).</releaseNotes>
2018-09-06 06:03:02 +03:00
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>