39 lines
1.2 KiB
TOML
39 lines
1.2 KiB
TOML
description = "Middleware layer of the Ada Drivers Library project"
|
|
long-description = '''# adl_middleware
|
|
|
|
Middleware layer of the Ada Drivers Library project.
|
|
|
|
This crate is a snapshot of the `middleware` of [Ada Drivers
|
|
Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/middleware).
|
|
|
|
Any bug report, issue, contribution must be adressed to the [Ada Drivers
|
|
Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo.
|
|
|
|
'''
|
|
|
|
name = "adl_middleware"
|
|
version = "0.2.0"
|
|
licenses = "BSD-3-Clause"
|
|
authors=["AdaCore"]
|
|
website="https://github.com/AdaCore/Ada_Drivers_Library/"
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
project-files = ["adl_middleware.gpr"]
|
|
tags = ["embedded", "nostd", "fat", "bitmap"]
|
|
|
|
[[depends-on]]
|
|
hal = "~0.3.0"
|
|
|
|
[build-switches]
|
|
"*".style_checks = "no"
|
|
|
|
[configuration.variables]
|
|
Max_Mount_Points = {type = "integer", first = 1, default = 2}
|
|
Max_Mount_Name_Length = {type = "integer", first = 1, default = 128}
|
|
Max_Path_Length = {type = "integer", first = 1, default = 1024}
|
|
|
|
[origin]
|
|
commit = "623c69130b33accb028f94ad43fd911990c1181d"
|
|
url = "git+https://github.com/Fabien-Chouteau/adl-middleware.git"
|
|
|