Skip to content

Commit

Permalink
Update spawn-25.0.0.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Oct 29, 2024
1 parent b0983fc commit 0c99a4b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index/sp/spawn/spawn-25.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
long-description = "This is Glib independent implementation of a spawn processes interface."
version = "25.0.0"
website = "https://github.com/AdaCore/spawn"
authors = ["AdaCore"]
Expand All @@ -11,15 +11,16 @@ project-files = ["gnat/spawn.gpr"]
tags = ["process", "launch", "pipe"]

[configuration]
disabled = true
generate_ada = false
generate_c = false

[gpr-externals]
OS = ["unix", "osx", "Windows_NT"]
SPAWN_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" }
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"
Expand Down

0 comments on commit 0c99a4b

Please sign in to comment.