Skip to content

Commit

Permalink
ethernet 1.0.0 (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm authored Aug 2, 2024
1 parent b4ad491 commit d14e4df
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index/et/ethernet/ethernet-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "ethernet"
description = "Root crate for ethernet namespace and MDIO/SMI/MIIM interface"
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/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"

0 comments on commit d14e4df

Please sign in to comment.