You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
619 B
21 lines
619 B
-- Configuration for codefirst_dockerproxy generated by Alire
|
|
pragma Restrictions (No_Elaboration_Code);
|
|
pragma Style_Checks (Off);
|
|
|
|
package Codefirst_Dockerproxy_Config is
|
|
pragma Pure;
|
|
|
|
Crate_Version : constant String := "0.1.0-dev";
|
|
Crate_Name : constant String := "codefirst_dockerproxy";
|
|
|
|
Alire_Host_OS : constant String := "linux";
|
|
|
|
Alire_Host_Arch : constant String := "x86_64";
|
|
|
|
Alire_Host_Distro : constant String := "ubuntu";
|
|
|
|
type Build_Profile_Kind is (release, validation, development);
|
|
Build_Profile : constant Build_Profile_Kind := development;
|
|
|
|
end Codefirst_Dockerproxy_Config;
|