Add Matreshka XML, SQL, Servlet and FastCGI parts.
This commit is contained in:
committed by
Alejandro R Mosteo
parent
39abf9797a
commit
c22267ea83
@@ -0,0 +1,19 @@
|
||||
[general]
|
||||
description = "FastCGI implementation (demo)"
|
||||
tags = ["web", "cgi", "http"]
|
||||
|
||||
licenses = ["BSD 3-Clauses"]
|
||||
authors = ["Vadim Godunko"]
|
||||
website = "https://forge.ada-ru.org/matreshka"
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
||||
maintainers-logins = ["godunko", "reznikmm"]
|
||||
|
||||
project-files = ["build_matreshka_fastcgi.gpr"]
|
||||
|
||||
[general.depends-on]
|
||||
matreshka_league = "any"
|
||||
|
||||
['18.1']
|
||||
origin = "https://github.com/reznikmm/matreshka-alire/archive/matreshka_fastcgi-18.1.tar.gz"
|
||||
origin-hashes= ["sha512:f4a715bc3a4a2a82e5af3659efb130d667f18e103b662ac28cf13db125279b57a44306609899d62a4676f4cbed2cde1db0a8e6d31bbdb901420b9a5d0bf13dea"]
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
[general]
|
||||
description = "Servlet API"
|
||||
tags = ["web", "servlet", "http"]
|
||||
|
||||
licenses = ["BSD 3-Clauses"]
|
||||
authors = ["Vadim Godunko"]
|
||||
website = "https://forge.ada-ru.org/matreshka"
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
||||
maintainers-logins = ["godunko", "reznikmm"]
|
||||
|
||||
project-files = ["build_matreshka_servlet.gpr"]
|
||||
|
||||
[general.depends-on]
|
||||
matreshka_league = "any"
|
||||
|
||||
['18.1']
|
||||
origin = "https://github.com/reznikmm/matreshka-alire/archive/matreshka_servlet-18.1.tar.gz"
|
||||
origin-hashes= ["sha512:463b54cd2e5b89f178a8b0dfd233d8636eb6b06b5f12a0568cdc1be792fec9b5e26d0807c11089dc8c8fb21ccd250f56921ecb11b680f4d0c46891f39870a4ac"]
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
[general]
|
||||
description = "Common SQL Database API"
|
||||
tags = ["sql", "datadase", "db"]
|
||||
|
||||
licenses = ["BSD 3-Clauses"]
|
||||
authors = ["Vadim Godunko"]
|
||||
website = "https://forge.ada-ru.org/matreshka"
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
||||
maintainers-logins = ["godunko", "reznikmm"]
|
||||
|
||||
project-files = ["build_matreshka_sql.gpr"]
|
||||
|
||||
[general.depends-on]
|
||||
matreshka_league = "any"
|
||||
|
||||
['18.1']
|
||||
origin = "https://github.com/reznikmm/matreshka-alire/archive/matreshka_sql-18.1.tar.gz"
|
||||
origin-hashes= ["sha512:95046b3e1de4e4df0f2435261b3abfd4c7e6af747c612ed5eaca2e26c58ef6adc35bc9e1c2e3888ca47300a20115a0c6de6594e3214a0a8b61f8d08b59678316"]
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
[general]
|
||||
description = "Library to manipulate with XML streams and documents"
|
||||
tags = ["xml", "dom", "catalog", "templates", "html5"]
|
||||
|
||||
licenses = ["BSD 3-Clauses"]
|
||||
authors = ["Vadim Godunko"]
|
||||
website = "https://forge.ada-ru.org/matreshka"
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
||||
maintainers-logins = ["godunko", "reznikmm"]
|
||||
|
||||
project-files = ["build_matreshka_xml.gpr"]
|
||||
|
||||
[general.depends-on]
|
||||
matreshka_league = "any"
|
||||
|
||||
['18.1']
|
||||
origin = "https://github.com/reznikmm/matreshka-alire/archive/matreshka_xml-18.1.tar.gz"
|
||||
origin-hashes= ["sha512:fbda84dc6a57b6f12cf4b4818f1d715e07c85e14396017dabc58468b64cef96b185ca361b4262cf7e3f952b990d979df7ce91aac82716e02ba788457f5c92c60"]
|
||||
|
||||
Reference in New Issue
Block a user