{
  "authors": [
    "Daniel King"
  ],
  "build-switches": {
    "*": {
      "Ada_Version": "Ada2022"
    }
  },
  "configuration": {
    "variables": {
      "Tasking_Supported": {
        "default": true,
        "type": "Boolean"
      }
    }
  },
  "depends-on": [
    {
      "atomic": "^1.1.0",
      "gnat": ">=14"
    }
  ],
  "description": "Asynchronous message passing for protocol stacks",
  "licenses": "Apache-2.0 WITH LLVM-exception",
  "long-description": "Provides utilities to create _Service Access Points_ (SAP) for asynchronous,\nzero-copy message passing between tasks based on _Service Primitive_ messages\n(request, confirm, indication, and response primitives).\n",
  "maintainers": [
    "Daniel King <damaki.gh@gmail.com>"
  ],
  "maintainers-logins": [
    "damaki"
  ],
  "name": "libsap",
  "origin": {
    "commit": "fb0eba34ec8d8eb1f2bc0d7985d46a8c8c759c46",
    "url": "git+https://github.com/damaki/libsap.git"
  },
  "tags": [
    "protocol",
    "protocols",
    "nostd",
    "spark"
  ],
  "version": "0.1.0",
  "website": "https://github.com/damaki/libsap"
}
