Skip to content

Commit 4ef067f

Browse files
committed
Add long-description to alire.toml
1 parent 9d1e84b commit 4ef067f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

alire.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name = "libsap"
2-
description = "Asynchronous message-passing for protocol stacks"
2+
description = "Asynchronous message passing for protocol stacks"
33
version = "0.1.0"
44

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+
511
authors = ["Daniel King"]
612
maintainers = ["Daniel King <damaki.gh@gmail.com>"]
713
maintainers-logins = ["damaki"]

0 commit comments

Comments
 (0)