39 lines
1.4 KiB
TOML
39 lines
1.4 KiB
TOML
description = "Ada Database Objects (Mysql)"
|
|
tags = ["database", "uml", "sql", "mysql", "mariadb"]
|
|
name = "ado_mysql"
|
|
version = "2.5.0"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["ado_mysql.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 MySQL driver for the Ada Database Objects library.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
ado = "^2.5.0"
|
|
libmariadb = "*"
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[actions]]
|
|
type = "pre-build"
|
|
command = ["sh", "./alire-setup.sh"]
|
|
|
|
|
|
[origin]
|
|
commit = "9071ae7cb3a82085f7d59fc5a387c9e834a5dd69"
|
|
subdir = "./mysql/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-ado.git"
|
|
|