We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1e84b commit 4ef067fCopy full SHA for 4ef067f
1 file changed
alire.toml
@@ -1,7 +1,13 @@
1
name = "libsap"
2
-description = "Asynchronous message-passing for protocol stacks"
+description = "Asynchronous message passing for protocol stacks"
3
version = "0.1.0"
4
5
+long-description = """
6
+Provides utilities to create _Service Access Points_ (SAP) for asynchronous,
7
+zero-copy message passing between tasks based on _Service Primitive_ messages
8
+(request, confirm, indication, and response primitives).
9
+"""
10
+
11
authors = ["Daniel King"]
12
maintainers = ["Daniel King <damaki.gh@gmail.com>"]
13
maintainers-logins = ["damaki"]
0 commit comments