0a0d12e3df
* Fix casing of crate names * Fix GNAT dependency
37 lines
1.6 KiB
TOML
37 lines
1.6 KiB
TOML
description = "Simple Components - A collection of support packages"
|
|
name = "simple_components"
|
|
version = "4.62.0"
|
|
website = "http://www.dmitry-kazakov.de/ada/components.htm"
|
|
authors = ["Dmitry A. Kazakov"]
|
|
licenses = "GPL-2.0-only WITH GCC-exception-2.0"
|
|
maintainers = ["alejandro@mosteo.com", "blady.net@orange.fr"]
|
|
maintainers-logins = ["mosteo", "Blady-Com"]
|
|
project-files = ["components.gpr", "components-connections_server.gpr", "components-connections_server-elv_max_cube.gpr", "components-connections_server-http_server.gpr", "components-connections_server-http_server-sqlite_browser.gpr", "components-connections_server-modbus.gpr", "components-connections_server-mqtt.gpr", "components-connections_server-secure.gpr", "components-connections_server-smtp.gpr", "components-gnutls.gpr", "components-ntp.gpr", "components-odbc.gpr", "components-sqlite.gpr", "strings_edit.gpr", "tables.gpr"]
|
|
|
|
[[depends-on]]
|
|
gnat = ">=2021 | ^12" # GNAT 13 onwards unearth new errors
|
|
libgnutls = "^3.5.8"
|
|
unixodbc = "^2.3"
|
|
|
|
[gpr-externals]
|
|
Atomic_Access = ["Pragma-atomic", "GCC-built-ins", "GCC-long-offsets"]
|
|
Development = ["Debug", "Release"]
|
|
Legacy = ["Ada95", "Ada2005", "Ada2012"]
|
|
Tasking = ["Multiple", "Single"]
|
|
Traced_Objects = ["Off", "On"]
|
|
[gpr-set-externals."case(os)".linux]
|
|
odbc = "unixODBC"
|
|
|
|
[gpr-set-externals."case(os)".windows]
|
|
odbc = "ODBC32"
|
|
[gpr-set-externals."case(word-size)".bits-32]
|
|
arch = "i686"
|
|
|
|
[gpr-set-externals."case(word-size)".bits-64]
|
|
arch = "x86_64"
|
|
|
|
[origin]
|
|
commit = "a5c16c1daf04a47fb288b2465e98602f44ac5b1c"
|
|
url = "git+https://github.com/alire-project/dak_simple_components.git"
|
|
|