chicken-package/chicken.nuspec

29 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2020-03-01 18:46:53 +00:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>chicken</id>
2020-03-01 23:06:25 +00:00
<version>CHICKEN_VERSION</version>
2020-03-01 18:46:53 +00:00
<title>Chicken Scheme</title>
2020-04-03 20:37:31 +00:00
<authors>Felix Winkelmann, Peter Bex, Evan Hanson, Kooda, megane</authors>
2020-03-01 18:46:53 +00:00
<owners>Daniel Ziltener</owners>
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
<projectUrl>http://www.call-cc.org</projectUrl>
<iconUrl>http://wiki.call-cc.org/chicken-small.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>CHICKEN is a compiler for the Scheme programming language. It produces portable and efficient C and supports the R5RS and R7RS (work in progress) standards, and many extensions. It runs on Linux, OS X, Windows, many Unix flavours, and aims to be
2020-06-20 12:53:07 +00:00
free, simple, portable, extensible, well documented and actively supported.
This package will install GCC, Make and the binutils in your MSYS2 install, and add the MINGW64 bin directory to your PATH.</description>
2020-03-01 18:46:53 +00:00
<summary>CHICKEN is a compiler for the Scheme programming language.</summary>
<tags>chicken admin scheme lisp programming language</tags>
<projectSourceUrl>https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=summary</projectSourceUrl>
2021-08-27 10:48:23 +00:00
<packageSourceUrl>https://gitea.lyrion.ch/zilti/chicken-package</packageSourceUrl>
2020-03-01 22:46:14 +00:00
<docsUrl>http://wiki.call-cc.org/man/5/The%20User%27s%20Manual</docsUrl>
2020-03-01 18:46:53 +00:00
<mailingListUrl>http://lists.nongnu.org/mailman/listinfo/chicken-users</mailingListUrl>
<bugTrackerUrl>http://bugs.call-cc.org/</bugTrackerUrl>
<dependencies>
<dependency id="msys2" />
</dependencies>
</metadata>
</package>