{
  "authors": [
    "AdaCore"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada2022"
    }
  },
  "configuration": {
    "generate_ada": false,
    "generate_c": false
  },
  "description": "A simple library to spawn processes and communicate with them.",
  "gpr-externals": {
    "SPAWN_BUILD_MODE": [
      "dev",
      "prod",
      "coverage",
      "AddressSanitizer"
    ],
    "SPAWN_LIBRARY_TYPE": [
      "static",
      "static-pic",
      "relocatable"
    ],
    "SPAWN_OS": [
      "unix",
      "osx",
      "Windows_NT"
    ]
  },
  "gpr-set-externals": {
    "case(os)": {
      "linux": {
        "SPAWN_OS": "unix"
      },
      "macos": {
        "SPAWN_OS": "osx"
      },
      "windows": {
        "SPAWN_OS": "Windows_NT"
      }
    }
  },
  "licenses": "Apache-2.0 WITH LLVM-exception",
  "long-description": "This is Glib independent implementation of a spawn processes interface.",
  "maintainers": [
    "Vadim Godunko <vgodunko@gmail.com>",
    "Max Reznik <reznikmm@gmail.com>",
    "sagaert@adacore.com"
  ],
  "maintainers-logins": [
    "godunko",
    "reznikmm",
    "AldanTanneo"
  ],
  "name": "spawn",
  "origin": {
    "hashes": [
      "sha512:8114896a28acdc55b7caecdda995b99006fa88606abaea2d2c717df5baccd8187e6fc00e6c30e8921fc600e56255fb64a6e1922a3e6be30ee1b957650e2ee9e3"
    ],
    "url": "https://github.com/AdaCore/spawn/archive/refs/tags/v26.0.0.zip"
  },
  "project-files": [
    "gnat/spawn.gpr"
  ],
  "tags": [
    "process",
    "launch",
    "pipe"
  ],
  "version": "26.0.0",
  "website": "https://github.com/AdaCore/spawn"
}
