Skip to content

Commit

Permalink
elogs 1.2.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chadwick committed May 9, 2024
1 parent 93a5a02 commit 3265e20
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index/el/elogs/elogs-1.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "elogs"
description = "Embedded logging, proven absent of runtime errors"
version = "1.2.0"

authors = ["Kevin Chadwick"]
maintainers = ["Kevin Chadwick <[email protected]>"]
maintainers-logins = ["kevlar700"]
licenses = "ISC OR BSD-2-Clause"
website = "https://github.com/kevlar700/elogs"
tags = ["spark", "embedded", "zfp", "logging", "log"]

[[depends-on]]

[configuration.variables]
Max_Log_Count = {type = "Integer", default = 50}
Max_Message_Length = {type = "Integer", default = 200}
Device_ID_Length = {type = "Integer", default = 12}
Version_Length = {type = "Integer", default = 8}

[build-switches]
"*".ada_version = "Ada2022"

[origin]
commit = "15199232dc932aebec7a2aedd08ab5debcc86500"
url = "git+https://github.com/kevlar700/elogs.git"

0 comments on commit 3265e20

Please sign in to comment.