37 lines
1.3 KiB
TOML
37 lines
1.3 KiB
TOML
description = "Ada Database Objects (Mysql)"
|
|
tags = ["database", "uml", "sql", "mysql", "mariadb"]
|
|
name = "ado_mysql"
|
|
version = "2.3.0"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = [".alire/mysql/ado_mysql.gpr"]
|
|
website = "https://gitlab.com/stcarrez/ada-ado"
|
|
long-description = """
|
|
|
|
[](https://jenkins.vacs.fr/job/Ada-ADO/)
|
|
[](https://jenkins.vacs.fr/job/Ada-ADO/)
|
|
[](https://codecov.io/gh/stcarrez/ada-ado)
|
|
[](https://ada-ado.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
This is the MySQL driver for the Ada Database Objects library.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
ado = "^2.3.0"
|
|
libmariadb = "*"
|
|
|
|
[gpr-externals]
|
|
ADO_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "a59fa70f33f842a76bbe68bfcdc97ada1add756c"
|
|
url = "git+https://gitlab.com/stcarrez/ada-ado.git"
|
|
|