mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-07-31 16:16:26 +00:00
'Proprietary TBD' is not a valid SPDX expression and Alire 2.x rejects it (LicenseRef- custom ids are also rejected by the pinned version), aborting manifest load before build. licenses is optional, so omit it until a license is chosen. Verified locally with alr 2.0.2 + GNAT 14.2.1: 'alr build' succeeds and all five test executables pass. (gnat_sockets/spark_lemmas remain declared but unused -> a non-fatal incomplete-solution warning; build still exits 0.)
21 lines
707 B
TOML
21 lines
707 B
TOML
name = "mafiabot_core"
|
|
version = "0.1.0"
|
|
description = "Sovereign cognitive architecture"
|
|
authors = ["Shoggoth Sect 0.R"]
|
|
maintainers = ["hahahaha <redacted@dev.null>"]
|
|
maintainers-logins = ["sybad"]
|
|
# licenses: omitted -- proprietary/TBD. Alire requires a valid SPDX expression
|
|
# here, and neither "Proprietary TBD" nor a LicenseRef- custom id is accepted by
|
|
# the pinned Alire, so the (optional) field is left out until a license is chosen.
|
|
|
|
[[depends-on]]
|
|
gnat_sockets = "^1.0.0"
|
|
spark_lemmas = "^1.0.0"
|
|
|
|
# Build modes wildcard "*". Restrictions are NOT a build-switch: see gnat.adc.
|
|
[build-switches]
|
|
"*".ada_version = "Ada2022"
|
|
"*".style_checks = "Yes"
|
|
"*".contracts = "Yes"
|
|
"*".runtime_checks = "None"
|