gnatcoll_minimal 26.0.0 (#1723)
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
name = "gnatcoll_minimal"
|
||||
version = "26.0.0"
|
||||
description = "GNAT Components Collection - Minimal"
|
||||
website = "https://github.com/adacore/gnatcoll-core"
|
||||
authors = ["AdaCore"]
|
||||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
|
||||
maintainers = ["chouteau@adacore.com", "sagaert@adacore.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
|
||||
project-files = ["minimal/gnatcoll_minimal.gpr"]
|
||||
tags = ["gnatcoll", "asserts", "encoders", "stream", "storage"]
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[gpr-externals]
|
||||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"]
|
||||
GNATCOLL_OS = ["windows", "unix", "osx"]
|
||||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"]
|
||||
|
||||
[gpr-set-externals."case(os)".linux]
|
||||
GNATCOLL_OS = "unix"
|
||||
[gpr-set-externals."case(os)".macos]
|
||||
GNATCOLL_OS = "osx"
|
||||
[gpr-set-externals."case(os)".windows]
|
||||
GNATCOLL_OS = "windows"
|
||||
|
||||
[gpr-set-externals]
|
||||
GNATCOLL_VERSION = "26.0.0"
|
||||
|
||||
[[depends-on]]
|
||||
gnat = ">=14"
|
||||
|
||||
[origin]
|
||||
url="https://github.com/AdaCore/gnatcoll-core/archive/refs/tags/v26.0.0.zip"
|
||||
hashes=['sha512:cc5dd0a199115fee269ec1ef963b80abbb56e3029e817d5dbfe71e90fff09d0535ae5be86dedb6d3fbcc74cfa2f3e2e7885de800e5805f9f596507814dce6d4b']
|
||||
Reference in New Issue
Block a user