eeeb7d09b3
The site https://forge.ada-ru.org isn't available any more, so replace source archives with GitHub release URLs.
21 lines
841 B
TOML
21 lines
841 B
TOML
description = "Firebird SQL binding for Ada"
|
|
name = "matreshka_sql_firebird"
|
|
version = "20.1.0"
|
|
website = "https://github.com/godunko/matreshka"
|
|
authors = ["Vadim Godunko"]
|
|
licenses = "BSD-3-Clause"
|
|
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
|
maintainers-logins = ["godunko", "reznikmm"]
|
|
project-files = ["build_matreshka_sql_firebird.gpr"]
|
|
tags = ["sql", "database", "db", "firebird"]
|
|
|
|
[[depends-on]]
|
|
libfbclient = "any"
|
|
matreshka_league = "20.1.0"
|
|
matreshka_sql = "20.1.0"
|
|
|
|
[origin]
|
|
# NOTE: Use the same dummy archive to build subproject as in 18.1
|
|
url = "https://github.com/reznikmm/matreshka-alire/archive/matreshka_sql_firebird-18.1.tar.gz"
|
|
hashes = ["sha512:1302462663761afd0403b98fba0abaf412c5428f3776c48963f26f4688172bc041c6c87033326f999a1546574250d27b79ce09d77c13e86409cf04636b1fa8c6"]
|