{
  "actions": [
    {
      "case(os)": {
        "...": {
          "command": [
            "python3",
            "./nstd.gpr.py",
            "build",
            "--configure-only",
            "--enable-constant-updates"
          ],
          "type": "pre-build"
        },
        "windows": {
          "command": [
            "python.exe",
            "./nstd.gpr.py",
            "build",
            "--configure-only",
            "--enable-constant-updates"
          ],
          "type": "pre-build"
        }
      }
    }
  ],
  "authors": [
    "Nicolas Roche"
  ],
  "description": "Non-Standard Libraries",
  "licenses": "Apache-2.0 WITH LLVM-exception",
  "maintainers": [
    "Nicolas Roche <example@example.com>"
  ],
  "maintainers-logins": [
    "nikokrock"
  ],
  "name": "nstd",
  "origin": {
    "commit": "43e6dff301b91caac9ab610c37bfee2d43ba253e",
    "subdir": "./nstd/",
    "url": "git+https://github.com/Nikokrock/nstd"
  },
  "tags": [
    "strings",
    "utf-8",
    "unicode"
  ],
  "version": "0.3.0",
  "website": "https://nikokrock.github.io/nstd/"
}
