Skip to content

Commit

Permalink
enet 1.0.0 (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm authored Jul 15, 2024
1 parent e5ad4c0 commit 23c5a5d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index/en/enet/enet-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "enet"
description = "Ada Embedded Network Stack"
version = "1.0.0"

authors = ["Stephane Carrez"]
maintainers = ["Stephane Carrez <[email protected]>", "Max Reznik <[email protected]>"]
maintainers-logins = ["stcarrez", "reznikmm"]
licenses = "Apache-2.0"
website = "https://github.com/stcarrez/ada-enet"
tags = ["network", "ip", "ipv4", "icmp", "udp", "arp", "dns", "dhcp", "ntp"]
project-files = ["gnat/enet.gpr"]

[configuration]
generate_ada = false
generate_c = false

[configuration.variables]
Default_Random = {type = "Enum", values = ["discrete", "null"], default = "discrete"}
# Selection for Net.Utils.Default_Random:
# * "discrete" - implementation based on Ada.Numerics.Discrete_Random
# * "null" - dummy implementation for app that always overrides Net.Utils.Random

[origin]
commit = "54410889ed52e79ce7309d87c10b875e67437e51"
url = "git+https://github.com/stcarrez/ada-enet.git"

0 comments on commit 23c5a5d

Please sign in to comment.