mirror of
https://github.com/r4sas/chocolatey-packages
synced 2025-01-20 11:50:04 +00:00
43 lines
2.1 KiB
XML
43 lines
2.1 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>i2pd</id>
|
||
<version>2.44.0</version>
|
||
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl>
|
||
<owners>r4sas</owners>
|
||
|
||
<title>I2P Daemon</title>
|
||
<authors>PurpleI2P</authors>
|
||
<projectUrl>https://i2pd.website/</projectUrl>
|
||
<iconUrl>https://cdn.statically.io/gh/PurpleI2P/i2pd-logo/05866ffe/i2pd_logo_2_curved.svg</iconUrl>
|
||
<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>
|
||
<summary>Full C++ implementation of I2P client</summary>
|
||
<description># i2pd
|
||
|
||
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
||
|
||
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
|
||
|
||
All communications over I2P are anonymous and end-to-end encrypted, participants
|
||
don't reveal their real IP addresses.
|
||
|
||
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
|
||
applications (websites, instant messengers, chat-servers).
|
||
|
||
I2P allows people from all around the world to communicate and share information
|
||
without restrictions.</description>
|
||
<releaseNotes>Release notes can be found in [changelog](https://github.com/PurpleI2P/i2pd/blob/openssl/ChangeLog).</releaseNotes>
|
||
</metadata>
|
||
<files>
|
||
<file src="tools\**" target="tools" />
|
||
</files>
|
||
</package> |