elogs 1.1.0 (#957)
* Create elogs * Rename elogs to elogs-1.1.0.toml * Create elogs-1.1.0.toml * Create elogs-1.1.0.toml * Create elogs-1.1.0.toml * Delete index/el/elogs-1.1.0.toml * Delete upload directory * Enable Alire Ada 2022 build switch * Update elogs-1.1.0.toml * Restrict GNAT versions to ones supporting Ada 2022 * More compiler restrictions * Use alternate dependency understood by alr<2.0 --------- Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
name = "elogs"
|
||||
description = "Embedded logging, proven absent of runtime errors"
|
||||
version = "1.1.0"
|
||||
|
||||
authors = ["Kevin Chadwick"]
|
||||
maintainers = ["Kevin Chadwick <kc-ada@elansys.co>"]
|
||||
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"
|
||||
# Older that 11 dont' support Ada 2022
|
||||
# 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 = "2e627928c716f2df0f6427a138e8410749b0724f"
|
||||
url = "git+https://github.com/kevlar700/elogs.git"
|
||||
|
||||
Reference in New Issue
Block a user