From db882a5a5d5b5346f8fde79f9a501bf274b385dc Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Tue, 14 Dec 2021 22:26:38 +0200 Subject: [PATCH] spawn 22.0.0 (#413) --- index/sp/spawn/spawn-22.0.0.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index/sp/spawn/spawn-22.0.0.toml diff --git a/index/sp/spawn/spawn-22.0.0.toml b/index/sp/spawn/spawn-22.0.0.toml new file mode 100644 index 00000000..e0d45443 --- /dev/null +++ b/index/sp/spawn/spawn-22.0.0.toml @@ -0,0 +1,23 @@ +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 = "22.0.0" +website = "https://github.com/reznikmm/spawn" +authors = ["AdaCore", "Max Reznik"] +licenses = "GPL-3.0-only WITH GCC-exception-3.1" +maintainers = ["Vadim Godunko ", "Max Reznik "] +maintainers-logins = ["godunko", "reznikmm"] +project-files = ["gnat/spawn.gpr"] +tags = ["process", "launch", "pipe"] + +[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/v22.0.0.tar.gz" +hashes = ["sha512:706c53dabe82994a809c33e984d467ff0f72a2ed9566dedc8262b2c908393f241546ce379a03ea50eb73bf2326b52fc4804d6e192810c703695fc32c9da0b530"]