Warning, /libraries/kasync/README.md is written in an unsupported language. File is not indexed.

0001 # KAsync #
0002 
0003 KAsync helps writing composable asynchronous code using a continuation based approach.
0004 
0005 ## Releases ##
0006 KAsync is released as required and does not follow a specific release schedule.
0007 Releases *always* happen directly from a release tag.
0008 
0009 A tarball can be created like so:
0010     git archive --format=tar.xz --prefix=kasync-0.1.1/ v0.1.1 > kasync-0.1.1.tar.xz
0011 
0012 You may need to add the following to your ~/.gitconfig for the xz compression to be available:
0013     [tar "tar.xz"]
0014         command = xz -c
0015 
0016 Generate a checksum to be included in the announcement:
0017     sha256sum kasync-0.1.1.tar.xz
0018 
0019 Tarballs should be uploaded to unstable/kasync/$VERSION/src/kasync-$version.tar.xz
0020     curl -T kasync-0.1.0.tar.xz ftp://upload.kde.org/incoming/
0021 
0022 Request the move to the target location via sysadmin ticket.
0023 
0024 See ftp://upload.kde.org/README
0025 
0026 For more information see techbase.kde.org/ReleasingExtragearSoftware