Files
alire-index-community/index/et/ethernet/ethernet-1.0.0.toml
T
2024-08-02 14:35:46 +02:00

28 lines
729 B
TOML

name = "ethernet"
description = "Root crate for ethernet namespace and MDIO/SMI/MIIM interface"
version = "1.0.0"
authors = ["Max Reznik"]
maintainers = ["Max Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["reznikmm"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/reznikmm/ethernet"
tags = ["network", "mdio", "smi", "miim", "phy", "driver"]
project-files = ["gnat/ethernet.gpr"]
[configuration]
output_dir = "gnat"
generate_ada = false
generate_c = false
[build-switches]
development.optimization = ["-O0"]
development.style_checks = ["-gnaty"]
development.contracts = "Yes"
[origin]
commit = "8f4d3e0580fa2e3c13e97b05f9cc270733c92de7"
url = "git+https://github.com/reznikmm/ethernet.git"