Difference between revisions of "Guile-ncurses"

From Free Software Directory
Jump to: navigation, search
m (updated version info)
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Guile-Ncurses
 
|Name=GNU Guile-Ncurses
|Short description=A library for interfacing GNU Guile with ncurses for the creation of textual user interfaces.
+
|Short description=Guile bindings to ncurses.
 
|Full description='''Guile-Ncurses''' is a library for the [[Guile|Guile Scheme]] interpreter that provides functions for creating text user interfaces. The text user interface functionality is built on the [[ncurses]] libraries: curses, form, panel, and menu.
 
|Full description='''Guile-Ncurses''' is a library for the [[Guile|Guile Scheme]] interpreter that provides functions for creating text user interfaces. The text user interface functionality is built on the [[ncurses]] libraries: curses, form, panel, and menu.
|Homepage URL=http://www.gnu.org/software/guile-ncurses/
+
|Homepage URL=https://www.gnu.org/software/guile-ncurses/
|User level=advanced
+
|Is High Priority Project=No
|Component programs=Guile-Ncurses
 
 
|VCS checkout command=git clone git://git.savannah.gnu.org/guile-ncurses.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/guile-ncurses.git
|Computer languages=Guile Scheme and C
+
|Documentation note=https://www.gnu.org/software/guile-ncurses/manual/
|Documentation note=Allows the creation of textual interfaces using ncurses from [[Guile]]. See the current release for more information. Documentation is also on-line.
+
 
|Related projects=Guile, ncurses
+
 
|Version identifier=1.6
+
|Decommissioned or Obsolete=No
|Version date=2014/10/27
+
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,Guile, ncurses
 +
|Version identifier=3.0
 +
|Version date=2019/11/05
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/guile-ncurses/guile-ncurses-1.6.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/guile-ncurses/guile-ncurses-3.0.tar.gz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2014/11/04
+
|Last review date=2020/03/13
 
|Submitted by=Jackhill
 
|Submitted by=Jackhill
 
|Submitted date=2012/08/31
 
|Submitted date=2012/08/31
|Status=
+
|User level=advanced
 +
|Component programs=Guile-Ncurses
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/guile-ncurses/guile-ncurses-3.0.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=guile-ncurses
 
|GNU package identifier=guile-ncurses
Line 28: Line 35:
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Michael Gran
+
|Real name=Mike Gran
 
|Role=maintainer
 
|Role=maintainer
|Resource URL=
+
|Email=spk121@yahoo.com
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/guile-ncurses/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/guile-ncurses.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=General mailing list for bugs and development
 
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=bug-guile-ncurses@gnu.org
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile-ncurses/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User, Developer
+
|Resource kind=Mailing List
|Resource kind=Mailing List Subscribe
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile-ncurses
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Download
|Resource kind=VCS Repository Webview
+
|Resource URL=https://alpha.gnu.org/gnu/guile-ncurses/
|Resource URL=http://git.savannah.gnu.org/cgit/guile-ncurses.git
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User
 
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftpmirror.gnu.org/guile-ncurses/
+
|Resource URL=https://ftp.gnu.org/gnu/guile-ncurses/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Library=User-interface
 
|Library=User-interface
|Programming-language=C, scheme
+
|Programming-language=C, scheme, guile, shell
|Version-control=git
+
|Runs-on=Windows, BSD, GNU/Linux
 +
|Use=software-development
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=ncurses
+
|Prerequisite description=[[ncurses]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=GNU Guile
+
|Prerequisite description=[[GNU Guile]]
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 16:05, 4 December 2020


[edit]

GNU Guile-Ncurses

https://www.gnu.org/software/guile-ncurses/
Guile bindings to ncurses.

Guile-Ncurses is a library for the Guile Scheme interpreter that provides functions for creating text user interfaces. The text user interface functionality is built on the ncurses libraries: curses, form, panel, and menu.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

15 September 2022




Leaders and contributors

Contact(s)Role
Mike Gran maintainer


Resources and communication

AudienceResource typeURI
SavannahDeveloperhttps://savannah.gnu.org/projects/guile-ncurses/
FTPGeneralhttps://ftpmirror.gnu.org/guile-ncurse/
WikidataGeneralhttps://www.wikidata.org/wiki/Q76184891
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/guile-ncurses.git/
FTPDownloadhttps://ftp.gnu.org/gnu/guile-ncurses/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-guile-ncurses/
FTPDownloadhttps://alpha.gnu.org/gnu/guile-ncurses/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=guile-ncurses.git


Software prerequisites

KindDescription
Required to useGNU Guile
Required to usencurses

This entry (in part or in whole) was last reviewed on 15 September 2022.




Entry





"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.