Files
alire-index-community/index/co/coap_client/coap_client-0.9.0.toml
T
Manuel 760589d0f5 coap_spark, coap_client 0.9.0 (#1486)
* coap_spark 0.9.0 (via `alr publish`)

* Include coap_client as subdir of the coap_spark repository

* coap_spark: remove unneded dependency for users

* Revert "coap_spark: remove unneded dependency for users"

This reverts commit d8c395bfa6.

The dependency is needed for SPARKlib, which is not packaged
separately from gnatprove.
2025-05-19 14:24:20 +02:00

24 lines
632 B
TOML

name = "coap_client"
description = "Client program for the CoAP-SPARK library"
version = "0.9.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.9.0"
[build-switches]
"*".Style_Checks = ["-gnatyC"]
"*".Ada_Version = "Ada2022"
[origin]
url = "git+https://github.com/mgrojo/coap_spark.git"
commit = "3dc855f1cf5c730b512c9c782c82973a10f95c81"
subdir = "client"