stcarrez / swagger-ada

Ada support for OpenAPI code generator
Apache License 2.0
27 stars 3 forks source link

Missing swagger-servers-config.ads when compiling with alire #8

Closed stcarrez closed 2 years ago

stcarrez commented 2 years ago

When using the GNAT project .alire/openapi_server.gpr, the Ada package Swagger.Servers.Config is missing.

In fact, this package is generated by using gnatprep to allow configuring the WEB dir.

To package with Alire, we must also provide the Ada package somewhere.