From 6b51ea3230300f655cd5a3014f6da212b9c649e0 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Mon, 8 Jun 2026 12:24:48 +0100 Subject: [PATCH] libsap 0.2.0 (#1950) --- index/li/libsap/libsap-0.2.0.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 index/li/libsap/libsap-0.2.0.toml diff --git a/index/li/libsap/libsap-0.2.0.toml b/index/li/libsap/libsap-0.2.0.toml new file mode 100644 index 00000000..5f45a57d --- /dev/null +++ b/index/li/libsap/libsap-0.2.0.toml @@ -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 "] +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" +