-
Notifications
You must be signed in to change notification settings - Fork 1
/
erlang.nuspec.in
31 lines (31 loc) · 2.04 KB
/
erlang.nuspec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>erlang</id>
<title>Erlang</title>
<version>@@OTP_VERSION@@</version>
<authors>Joe Armstrong,Robert Virding,Mike Williams</authors>
<owners>Luke Bakken, Team RabbitMQ</owners>
<summary>Erlang/OTP - for building concurrent, distributed, and fault tolerant systems</summary>
<description>Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.
OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools.
</description>
<projectUrl>http://www.erlang.org/</projectUrl>
<projectSourceUrl>https://github.com/erlang/otp</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-beam/erlang-package</packageSourceUrl>
<releaseNotes>https://github.com/erlang/otp/releases/download/OTP-@@OTP_VERSION@@/OTP-@@OTP_VERSION@@.README</releaseNotes>
<tags>erlang languages</tags>
<copyright>https://www.erlang.org/EPLICENSE</copyright>
<licenseUrl>http://www.erlang.org/EPLICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.githubusercontent.com/chocolatey-beam/erlang-package/main/erlang-icon.png</iconUrl>
<docsUrl>http://erlang.org/doc/search/</docsUrl>
<mailingListUrl>https://erlangforums.com</mailingListUrl>
<bugTrackerUrl>https://github.com/erlang/otp/issues</bugTrackerUrl>
</metadata>
<files>
<file src="tools\chocolateyInstall.ps1" target="tools" />
<file src="tools\chocolateyUninstall.ps1" target="tools" />
<file src="tools\.skipAutoUninstall" target="tools" />
</files>
</package>