Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spawn_glib-25.0.0.toml #1291

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions index/sp/spawn_glib/spawn_glib-25.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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 = "25.0.0"
website = "https://github.com/AdaCore/spawn"
authors = ["AdaCore"]
licenses = "Apache-2.0 WITH LLVM-exception"
maintainers = ["Vadim Godunko <[email protected]>", "Max Reznik <[email protected]>"]
maintainers-logins = ["godunko", "reznikmm"]
project-files = ["gnat/spawn_glib.gpr"]
tags = ["process", "launch", "pipe", "glib"]

[configuration]
generate_ada = false
generate_c = false

[[depends-on]]
gtkada = ">=23"

[gpr-externals]
SPAWN_OS = ["unix", "osx", "Windows_NT"]

[gpr-set-externals.'case(os)']
linux = { SPAWN_OS = "unix" } # Compact table syntax is convenient in this case
windows = { SPAWN_OS = "Windows_NT" } # to see all enumeration values, one per row.
macos = { SPAWN_OS = "osx" }

[origin]
url="https://github.com/adacore/spawn/archive/v25.0.0/spawn-25.0.0.zip"
hashes=['sha512:c1135d5db88cf6672a8e784ad5805020e3d6e97b0cd4f25b21f03b1e2c6f1bec9f84cd68a41554b5d5e4c2829712668fafd40de17e7874d3b22dd8cbddb5a615']
Loading