spawn 22.0.0 (#413)
This commit is contained in:
@@ -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 <vgodunko@gmail.com>", "Max Reznik <reznikmm@gmail.com>"]
|
||||
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"]
|
||||
Reference in New Issue
Block a user