32 lines
849 B
TOML
32 lines
849 B
TOML
name = "gnoga"
|
|
description = "gnoga - The GNU Omnificent GUI for Ada"
|
|
version = "2.2.2"
|
|
tags = ["gui", "web", "server", "http", "https", "ssl"]
|
|
|
|
authors = ["David Botton"]
|
|
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
|
|
maintainers-logins = ["Blady-Com"]
|
|
website = "https://github.com/Blady-Com/gnoga"
|
|
|
|
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
|
|
|
|
project-files = ["lib_gnoga.gpr"]
|
|
|
|
[gpr-set-externals.'case(os)']
|
|
linux = { Target_OS = "Linux", PRJ_TARGET = "Linux" }
|
|
windows = { Target_OS = "Windows", PRJ_TARGET = "Windows" }
|
|
macos = { Target_OS = "OSX", PRJ_TARGET = "OSX" }
|
|
|
|
[gpr-set-externals]
|
|
UXS_VARIANT = "UXS3"
|
|
|
|
[[depends-on]]
|
|
gnat = ">=2021 | (>=12 & <2000)"
|
|
simple_components = "^4.62.0"
|
|
uxstrings = "0.9.3"
|
|
|
|
[origin]
|
|
commit = "2513b058ff0a0bc7b895edf7c7be5f548a2eff08"
|
|
url = "git+https://github.com/Blady-Com/gnoga.git"
|
|
|