38 lines
1.5 KiB
TOML
38 lines
1.5 KiB
TOML
description = "Ada Database Objects (SQLite)"
|
|
tags = ["database", "uml", "sql", "sqlite"]
|
|
name = "ado_sqlite"
|
|
version = "2.4.0"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["ado_sqlite.gpr"]
|
|
website = "https://gitlab.com/stcarrez/ada-ado"
|
|
long-description = """
|
|
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-ado/xunits)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)
|
|
[](https://ada-ado.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
This is the SQLite driver for the Ada Database Objects library.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
ado = "^2.4.0"
|
|
libsqlite3 = "any"
|
|
|
|
[gpr-externals]
|
|
ADO_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "de4b3c955a9afc50c9ec5ad64c79ae32032718bf"
|
|
subdir = "./.alire/sqlite/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-ado.git"
|
|
|