X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=README.md;h=99dd2f5849ddc1c14e0a8565144ce8614db1a63f;hp=f98f4338e306f4383e0bc3afabd45744af7577bf;hb=7192e418fdfacbe91ab0455a236c6902b612b5ae;hpb=743fdb8a79e771cfbd98ed53a66a4d129f8fe2f6 diff --git a/README.md b/README.md index f98f433..99dd2f5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ 8sync: an asynchronous programming library for Guile ==================================================== -8sync (pronounced "eight-sync") is an asynchronous programming library -for [GNU Guile](https://www.gnu.org/software/guile/). +GNU 8sync (pronounced "eight-sync") is an asynchronous programming +library for [GNU Guile](https://www.gnu.org/software/guile/). + +Be warned: it is early days for the 8sync project. New contributors +and users are more than welcome, but beware API instability. Some features: - An asynchronous event loop! Non-blocking on ports and file access. @@ -40,5 +43,3 @@ Software Foundation, with exceptions below: linked, but I can't be sure. If you really care, consider this whole project GPL v3 or later optionally... anyway a COPYING-gplv3.txt is included for these reasons. - - Likewise, there's a single utility in tests/utils.scm from David - Thompson that's under GPLv3 or later. See above.