matreshka_sql_firebird 20.0.1 (#147)

This commit is contained in:
Maxim Reznik
2020-09-09 20:05:45 +03:00
committed by GitHub
parent 1eefee7173
commit 4ebd9d1924
2 changed files with 31 additions and 0 deletions
@@ -0,0 +1,11 @@
description = "Firebird DB client library"
name = "libfbclient"
licenses = []
maintainers = ["Maxim Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["reznikmm"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["firebird-dev"]
"msys2" = ["mingw-w64-x86_64-firebird2"]
@@ -0,0 +1,20 @@
description = "Firebird SQL binding for Ada"
name = "matreshka_sql_firebird"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
authors = ["Vadim Godunko"]
licenses = ["BSD 3-Clauses"]
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["godunko", "reznikmm"]
project-files = ["build_matreshka_sql_firebird.gpr"]
tags = ["sql", "datadase", "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"]