Files
alire-index-community/index/co/coap_client/coap_client-0.10.0.toml
T
Manuel 4585a58ae2 coap_spark, coap_client 0.10.0 (#1684)
* Add coap_spark-0.10.0 

CoAP-SPARK is a library implementing the Constrained Application Protocol (CoAP) in SPARK/Ada, with client and server sides.

* Add coap_client-0.10.0
2025-12-01 20:21:06 +01:00

25 lines
636 B
TOML

name = "coap_client"
description = "Client program for the CoAP-SPARK library."
version = "0.10.0"
authors = ["Manuel Gomez"]
maintainers = ["Manuel Gomez <mgrojo@gmail.com>"]
maintainers-logins = ["mgrojo"]
licenses = "Apache-2.0 OR GPL-2.0-or-later"
website = "https://github.com/mgrojo/coap_spark"
tags = ["coap", "spark", "client", "iot", "protocol"]
executables = ["coap_client"]
[[depends-on]]
coap_spark = "~0.10.0"
[build-switches]
"*".Style_Checks = ["-gnatyC"]
"*".Ada_Version = "Ada2022"
[origin]
url = "git+https://github.com/mgrojo/coap_spark.git"
commit = "31eb05decafd9dc328b8242f8e4bd9364a20fe39"
subdir = "client"