dynamo 1.3.0 (#617)

Co-authored-by: GHA <actions@github.com>
This commit is contained in:
Stephane Carrez
2022-09-05 11:04:09 +02:00
committed by GitHub
parent afecc3ffb5
commit 4a8ca83b18
+82
View File
@@ -0,0 +1,82 @@
description = "Dynamo Ada Generator"
name = "dynamo"
version = "1.3.0"
authors = ["Stephane.Carrez@gmail.com"]
licenses = "Apache-2.0"
maintainers = ["Stephane.Carrez@gmail.com"]
maintainers-logins = ["stcarrez"]
project-files = ["dynamo_tool.gpr"]
tags = ["uml", "generator", "database"]
website = "https://gitlab.com/stcarrez/dynamo"
executables = ["dynamo"]
long-description = """
[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Bionic-Dynamo.svg)](https://jenkins.vacs.fr/job/Bionic-Dynamo/)
[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-Dynamo.svg)](https://jenkins.vacs.fr/job/Bionic-Dynamo/)
[![codecov](https://codecov.io/gh/stcarrez/dynamo/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/dynamo)
[![Download](https://img.shields.io/badge/download-1.3.0-brightgreen.svg)](https://download.vacs.fr/dynamo/dynamo-1.3.0.tar.gz)
[![License](https://img.shields.io/badge/license-APACHE2-blue.svg)](LICENSE)
![Commits](https://img.shields.io/github/commits-since/stcarrez/dynamo/1.3.0.svg)
This Ada05 application is a code generator used to generate
an Ada Web Application or database mappings from hibernate-like
XML description, YAML doctrine model or UML models. It provides various commands for the
generation of a web application which uses the Ada Web Application framework
(https://github.com/stcarrez/ada-awa/).
"""
[available.'case(os)']
linux = true
windows = true
macos = true
'...' = false
[[depends-on]]
security = "^1.4.1"
servletada = "^1.6.0"
serverfaces = "1.5.0"
utilada = "^2.5.0"
elada = "^1.8.5"
utilada_xml = "^2.5.0"
ado_mysql = "2.3.0"
ado_sqlite = "2.3.0"
ado_postgresql = "2.3.0"
ado_all = "2.3.0"
xmlada = "any"
libgpr = "any"
[gpr-externals]
DYNAMO_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
UTIL_OS = ["win32", "win64", "linux32", "linux64", "macos64", "netbsd32", "netbsd64", "freebsd32", "freebsd64"]
[gpr-set-externals."case(os)".linux."case(word-size)".bits-32]
UTIL_OS = "linux32"
[gpr-set-externals."case(os)".linux."case(word-size)".bits-64]
UTIL_OS = "linux64"
[gpr-set-externals."case(os)".macos]
UTIL_OS = "macos64"
[gpr-set-externals."case(os)".windows."case(word-size)".bits-32]
UTIL_OS = "win32"
[gpr-set-externals."case(os)".windows."case(word-size)".bits-64]
UTIL_OS = "win64"
[configuration]
disabled = true
[[actions]]
type = "post-fetch"
command = ["sh", "./alire-setup.sh"]
[environment]
PATH.prepend = "${CRATE_ROOT}/bin"
MANPATH.prepend = "${CRATE_ROOT}/man"
[origin]
commit = "956f1e71c272651acff3d4457718f5a6db053f14"
url = "git+https://gitlab.com/stcarrez/dynamo.git"