2021-11-19 02:32:06 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
2021-11-19 03:48:30 +00:00
|
|
|
|
<!-- need 4.9.0+ for SPDX license expressions -->
|
|
|
|
|
<metadata minClientVersion="4.9.0">
|
2021-11-19 02:32:06 +00:00
|
|
|
|
<id>Notcurses</id>
|
2021-12-02 09:41:48 +00:00
|
|
|
|
<version>3.0.0</version>
|
2021-11-19 02:32:06 +00:00
|
|
|
|
<title>Notcurses TUI/CLI library</title>
|
|
|
|
|
<description>Library for blingful TUIs and character graphics</description>
|
|
|
|
|
<authors>nick black</authors>
|
2021-11-19 03:48:30 +00:00
|
|
|
|
<projectUrl>https://notcurses.com</projectUrl>
|
2021-11-19 02:32:06 +00:00
|
|
|
|
<license type="expression">Apache-2.0</license>
|
|
|
|
|
<copyright>copyright 2019–2021 nick black</copyright>
|
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
2021-11-19 03:48:30 +00:00
|
|
|
|
<repository type="git" url="https://github.com/dankamongmen/notcurses.git" />
|
2021-11-19 02:32:06 +00:00
|
|
|
|
<tags>tui graphics cli</tags>
|
2021-11-21 05:33:01 +00:00
|
|
|
|
<icon>icon.png</icon>
|
2021-11-19 03:48:30 +00:00
|
|
|
|
<readme>README.md</readme>
|
2021-11-19 03:57:07 +00:00
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency id="LibDeflate.native" version="1.7.1" />
|
|
|
|
|
</dependencies>
|
2021-11-19 02:32:06 +00:00
|
|
|
|
</metadata>
|
|
|
|
|
<files>
|
2021-11-19 03:48:30 +00:00
|
|
|
|
<file src="../*.md" target="" />
|
2021-11-21 05:33:01 +00:00
|
|
|
|
<file src="../doc/icon.png" target="" />
|
|
|
|
|
<file src="libnotcurses-core.dll" target="" />
|
|
|
|
|
<file src="libnotcurses.dll" target="" />
|
|
|
|
|
<file src="libnotcurses++.dll" target="" />
|
2021-11-21 05:42:24 +00:00
|
|
|
|
<file src="libnotcurses-core.a" target="" />
|
|
|
|
|
<file src="libnotcurses.a" target="" />
|
|
|
|
|
<file src="libnotcurses++.a" target="" />
|
2021-11-19 02:32:06 +00:00
|
|
|
|
<file src="ncneofetch.exe" target="" />
|
|
|
|
|
<file src="ncplayer.exe" target="" />
|
|
|
|
|
<file src="nctetris.exe" target="" />
|
|
|
|
|
<file src="notcurses-demo.exe" target="" />
|
|
|
|
|
<file src="notcurses-info.exe" target="" />
|
|
|
|
|
<file src="notcurses-input.exe" target="" />
|
|
|
|
|
</files>
|
|
|
|
|
</package>
|