From b2126670d62e9e941a896a04dcd218d16832bc87 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Tue, 19 Dec 2023 14:15:05 +0200 Subject: [PATCH] bme280 1.0.0 (via `alr publish --submit`) --- index/bm/bme280/bme280-1.0.0.toml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/bm/bme280/bme280-1.0.0.toml diff --git a/index/bm/bme280/bme280-1.0.0.toml b/index/bm/bme280/bme280-1.0.0.toml new file mode 100644 index 000000000..324fd3b0a --- /dev/null +++ b/index/bm/bme280/bme280-1.0.0.toml @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2023 Max Reznik +# +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + +name = "bme280" +description = "Driver for BME280 Humidity sensor" +version = "1.0.0" + +authors = ["Max Reznik"] +maintainers = ["Max Reznik "] +maintainers-logins = ["reznikmm"] +licenses = "Apache-2.0 WITH LLVM-exception" +website = "https://github.com/reznikmm/bme280" +tags = ["sensor", "humidity", "temperature", "pressure", "driver"] +project-files = ["gnat/bme280.gpr"] + +[configuration] +output_dir = "gnat" +generate_ada = false +generate_c = false + +[build-switches] +development.optimization = ["-O0"] +development.style_checks = ["-gnaty"] +development.contracts = "Yes" + +[[depends-on]] +hal = "~0.3.0" + +[origin] +commit = "878878a22933621a4116c6cf0c4d7a469553fb27" +url = "git+https://github.com/reznikmm/bme280.git" +