diff --git a/index/sp/spawn/spawn-23.0.0.toml b/index/sp/spawn/spawn-23.0.0.toml new file mode 100644 index 00000000..044b48fc --- /dev/null +++ b/index/sp/spawn/spawn-23.0.0.toml @@ -0,0 +1,26 @@ +name = "spawn" +description = "A simple library to spawn processes and communicate with them." +long-description = "This is Glib indepentent implementation of a spawn processes interface." +version = "23.0.0" +website = "https://github.com/AdaCore/spawn" +authors = ["AdaCore"] +licenses = "Apache-2.0" +maintainers = ["Vadim Godunko ", "Max Reznik "] +maintainers-logins = ["godunko", "reznikmm"] +project-files = ["gnat/spawn.gpr"] +tags = ["process", "launch", "pipe"] + +[configuration] +disabled = true + +[gpr-externals] +OS = ["unix", "osx", "Windows_NT"] + +[gpr-set-externals.'case(os)'] +linux = { OS = "unix" } # Compact table syntax is convenient in this case +windows = { OS = "Windows_NT" } # to see all enumeration values, one per row. +macos = { OS = "osx" } + +[origin] +url = "https://github.com/AdaCore/spawn/archive/refs/tags/v23.0.0.tar.gz" +hashes = ["sha512:440f8b8a45b7a322a5715a195f7e37e6f2641af8190166229e89a11ce6ab60511eb058432f4c3ffcdd670ec71b2509d5e23a80ac2e8dd6b7960bc42385bab86e"] diff --git a/index/sp/spawn_glib/spawn_glib-23.0.0.toml b/index/sp/spawn_glib/spawn_glib-23.0.0.toml new file mode 100644 index 00000000..8fab7c7d --- /dev/null +++ b/index/sp/spawn_glib/spawn_glib-23.0.0.toml @@ -0,0 +1,29 @@ +name = "spawn_glib" +description = "A simple library to spawn processes and communicate with them." +long-description = "This is Glib integrated implementation of a spawn processes interface." +version = "23.0.0" +website = "https://github.com/AdaCore/spawn" +authors = ["AdaCore"] +licenses = "Apache-2.0" +maintainers = ["Vadim Godunko ", "Max Reznik "] +maintainers-logins = ["godunko", "reznikmm"] +project-files = ["gnat/spawn_glib.gpr"] +tags = ["process", "launch", "pipe", "glib"] + +[configuration] +disabled = true + +[[depends-on]] +gtkada = ">=23" # GtkAda 22 and latter + +[gpr-externals] +OS = ["unix", "osx", "Windows_NT"] + +[gpr-set-externals.'case(os)'] +linux = { OS = "unix" } # Compact table syntax is convenient in this case +windows = { OS = "Windows_NT" } # to see all enumeration values, one per row. +macos = { OS = "osx" } + +[origin] +url = "https://github.com/AdaCore/spawn/archive/refs/tags/v23.0.0.tar.gz" +hashes = ["sha512:440f8b8a45b7a322a5715a195f7e37e6f2641af8190166229e89a11ce6ab60511eb058432f4c3ffcdd670ec71b2509d5e23a80ac2e8dd6b7960bc42385bab86e"]