-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elogs 1.2.0 (via
alr publish --submit
)
- Loading branch information
Kevin Chadwick
committed
May 9, 2024
1 parent
93a5a02
commit 487319a
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
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]] | ||
gnat = "(>=13 & <2000) | ^11 | >=2020" | ||
# Ada 2022 was not supported until Gnat 11 | ||
# Version 12 chokes on Source_Code_Information visibility in Source_Code | ||
|
||
[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 = "42da537ea13971a33940a47590b39d37fc022d5c" | ||
url = "git+https://github.com/kevlar700/elogs.git" | ||
|