libsap 0.2.0 (#1950)

This commit is contained in:
Daniel King
2026-06-08 12:24:48 +01:00
committed by GitHub
parent 8081044fa8
commit 6b51ea3230
+30
View File
@@ -0,0 +1,30 @@
name = "libsap"
description = "Asynchronous message passing for protocol stacks"
version = "0.2.0"
long-description = """
Provides utilities to create _Service Access Points_ (SAP) for asynchronous,
zero-copy message passing between tasks based on _Service Primitive_ messages
(request, confirm, indication, and response primitives).
"""
authors = ["Daniel King"]
maintainers = ["Daniel King <damaki.gh@gmail.com>"]
maintainers-logins = ["damaki"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/damaki/libsap"
tags = ["protocol", "protocols", "nostd", "spark"]
[[depends-on]]
gnat = ">=14"
atomic = "^1.1.0"
[build-switches]
"*".Ada_Version = "Ada2022"
[configuration.variables]
Tasking_Supported = { type = "Boolean", default = true }
[origin]
commit = "6539a64891774d0b8dabf6fa4f96b1986c8bfc2c"
url = "git+https://github.com/damaki/libsap.git"