Difference between revisions of "8sync"

From Free Software Directory
Jump to: navigation, search
(creating 8sync)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU 8sync
 
|Name=GNU 8sync
|Short description=Asynchronous programming for Guile
+
|Short description=Asynchronous programming for Guile.
 
|Full description='''8sync''' (pronounced eight-sync) is an asynchronous programming library for [[GNU Guile]]. It makes use of delimited continuations to avoid a mess of callbacks, resulting in clean, easy-to-read, non-blocking code.
 
|Full description='''8sync''' (pronounced eight-sync) is an asynchronous programming library for [[GNU Guile]]. It makes use of delimited continuations to avoid a mess of callbacks, resulting in clean, easy-to-read, non-blocking code.
 
|Homepage URL=https://www.gnu.org/software/8sync/
 
|Homepage URL=https://www.gnu.org/software/8sync/
|User level=advanced
+
|Is High Priority Project=No
|Extension of=guile
+
|VCS checkout command=git clone git://git.savannah.gnu.org/8sync.git
|VCS checkout command=git clone git://git.sv.gnu.org/8sync.git
+
|Documentation note=https://www.gnu.org/software/8sync/manual/
|Documentation note=Included
+
 
|Related projects=asyncio
+
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
|Version identifier=0.3.0
+
 
|Version date=2016/12/19
+
[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 Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,asyncio
 +
|Version identifier=0.4.2
 +
|Version date=2017/03/18
 
|Version status=alpha
 
|Version status=alpha
|Version download=https://ftp.gnu.org/gnu/8sync/8sync-0.3.0.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/8sync/8sync-0.4.2.tar.gz
|Last review by=Genium
+
|Last review by=Bendikker
|Last review date=2016/12/23
+
|Last review date=2019/09/09
 
|Submitted by=Genium
 
|Submitted by=Genium
 
|Submitted date=2016/12/23
 
|Submitted date=2016/12/23
|Status=
+
|User level=advanced
 +
|Extension of=guile
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/8sync/8sync-0.4.2.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=8sync
 
|GNU package identifier=8sync
Line 23: Line 44:
 
{{Project license
 
{{Project license
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
|License verified by=Genium
+
|License copyright=Copyright (C) Christopher Allan Webber
|License verified date=2016/12/23
+
8sync.scm, 8sync/(all), 8sync/systems/irc.scm, demos/(ircbot.scm, run-demo.sh), demos/actors/(botherbotherbother.scm, robotscanner.scm, simplest-possible.scm), tests/(all)
|License note=http://git.savannah.gnu.org/cgit/8sync.git/tree/COPYING
+
 
 +
Copyright (C) Mark H Weaver
 +
8sync/systems/define-method-star.scm
 +
 
 +
Copyright (C) Christopher Allan Webber, Copyright (C) Jan Nieuwenhuizen, Copyright (C) Free Software Foundation, Inc., Copyright (C) Andy Wingo
 +
8sync/systems/web.scm
 +
 
 +
Copyright (C) Christopher Allan Webber, Copyright (C) David Thompson
 +
8sync/systems/websocket.scm, 8sync/systems/websocket/server.scm
 +
 
 +
Copyright (C) David Thompson
 +
8sync/systems/websocket/(client.scm, frame.scm, utils.scm)
 +
 
 +
Copyright (C) Christopher Allan Webber
 +
doc/8sync.texi
 +
|License verified by=Bendikker
 +
|License verified date=2019/09/09
 +
|License note=RELEASE LICENSE, GFDLv1.3orlater or LGPLv3orlater (doc/8sync.texi)
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=Copyright (C) Christopher Allan Webber, Copyright (C) David Thompson, Copyright (C) Alex Kost, Copyright (C) Andreas Enge, Copyright (C) Ludovic Courtès
 +
Makefile.am
 +
 
 +
Copyright (C) Christopher Allan Webber, Copyright (C) Jan Nieuwenhuizen
 +
guix.scm
 +
 
 +
Copyright (C) Christopher Allan Webber, Copyright (C) David Thompson
 +
pre-inst-env.in
 +
 
 +
Copyright (C) Free Software Foundation, Inc.
 +
build-aux/gitlog-to-changelog, doc/gendocs.sh
 +
|License verified by=Bendikker
 +
|License verified date=2019-09-09
 +
}}
 +
{{Project license
 +
|License=Expat
 +
|License copyright=Copyright (C) Göran Weinholt
 +
8sync/contrib/(base64.scm, sha-1.scm)
 +
|License verified by=Bendikker
 +
|License verified date=2019-09-09
 +
}}
 +
{{Project license
 +
|License=SimplePermissiveNonWarranty
 +
|License copyright=Copyright (C) Free Software Foundation, Inc.
 +
INSTALL
 +
|License verified by=Bendikker
 +
|License verified date=2019-09-09
 +
}}
 +
{{Project license
 +
|License=SimplePermissiveNoNonWarranty
 +
|License copyright=Copyright (C) Christopher Allan Webber
 +
NEWS
 +
|License verified by=Bendikker
 +
|License verified date=2019-09-09
 +
}}
 +
{{Project license
 +
|License=GFDLv1.3orlater
 +
|License copyright=Copyright (C) Christopher Allan Webber
 +
doc/8sync.texi
 +
|License verified by=Bendikker
 +
|License verified date=2019-09-09
 +
|License note=GFDLv1.3orlater or LGPLv3orlater
 +
}}
 +
{{Project license
 +
|License=Creative Commons Attribution 3.0
 +
|License copyright=Copyright (C) Free Software Foundation, Inc.
 +
doc/gendocs_template
 +
|License verified by=Bendikker
 +
|License verified date=2019-09-09
 +
|License note=NoDerivs
 +
}}
 +
{{Project license
 +
|License=Other
 +
|License copyright=Copyright (C) Free Software Foundation, Inc.
 +
COPYING, COPYING-gplv3.txt, doc/fdl.texi
 +
 
 +
NO LICENSE NO COPYRIGHT
 +
.gitignore, README, bootstrap.sh, configure.ac, env.in
 +
|License verified by=Bendikker
 +
|License verified date=2019-09-09
 
}}
 
}}
 
{{Person
 
{{Person
Line 31: Line 132:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=cwebber@dustycloud.org
 
|Email=cwebber@dustycloud.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah (Ref)
|Resource kind=Homepage
 
 
|Resource URL=https://savannah.gnu.org/projects/8sync/
 
|Resource URL=https://savannah.gnu.org/projects/8sync/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/cgit/8sync.git
+
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/8sync/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/8sync
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/8sync.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://ftp.gnu.org/gnu/8sync/
 
|Resource URL=https://ftp.gnu.org/gnu/8sync/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Programming-language=guile
+
|Programming-language=guile, shell
 +
|Runs-on=GNU/Linux
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 07:39, 9 September 2019


[edit]

GNU 8sync

https://www.gnu.org/software/8sync/
Asynchronous programming for Guile.

8sync (pronounced eight-sync) is an asynchronous programming library for GNU Guile. It makes use of delimited continuations to avoid a mess of callbacks, resulting in clean, easy-to-read, non-blocking code.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

9 September 2019

Verified by

Bendikker

Verified on

9 September 2019

Verified by

Bendikker

Verified on

9 September 2019

Notes

RELEASE LICENSE, GFDLv1.3orlater or LGPLv3orlater (doc/8sync.texi)

Verified by

Bendikker

Verified on

9 September 2019

Verified by

Bendikker

Verified on

9 September 2019

Notes

GFDLv1.3orlater or LGPLv3orlater

Verified by

Bendikker

Verified on

9 September 2019

Notes

NoDerivs

License

Expat

Verified by

Bendikker

Verified on

9 September 2019

License

Other

Verified by

Bendikker

Verified on

9 September 2019




Leaders and contributors

Contact(s)Role
Christopher Allan Webber Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Savannah (Ref)https://savannah.gnu.org/projects/8sync/
Generalhttps://savannah.gnu.org/people/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/8sync.git/
Downloadhttps://ftp.gnu.org/gnu/8sync/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/8sync
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/8sync/


Software prerequisites




Entry




























"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.