Skip to content

Commit

Permalink
bme280 1.0.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Dec 19, 2023
1 parent b5eb5aa commit 70ca3c0
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions index/bm/bme280/bme280-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# SPDX-FileCopyrightText: 2023 Max Reznik <[email protected]>
#
# 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 <[email protected]>"]
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"
gnat = ">=11 & <2000" # Uses Ada 2022 syntax

[origin]
commit = "e9bf9bbbda65988a6575989b80874da7b087dcbe"
url = "git+https://github.com/reznikmm/bme280.git"

0 comments on commit 70ca3c0

Please sign in to comment.