{
  "cv": 18,
  "name": "nimbang",
  "fqn": "nimbang.jabbalaci.github.com",
  "current": "ec25b65b2aa0150ef771cbd33c4e6dc79e01d72b",
  "author": "Peter Munch-Ellingsen, Laszlo Szathmary",
  "description": "This is a fork of PMunch/nimcr with some modifications. This simple program allows you to use the shebang `#!/usr/bin/env nimbang` in your Nim files. It will automatically compile the file to an executable in a cache folder as long as the file doesn't already exist and is younger than (i.e. created after the last modification of) the script file. If it is younger, it will simply run the executable saving you from compiling the script each time it is run. The output of the compiler is also ignored if the compilation is succesfull and only the output of the program is used. If the compilation fails, the output will be written to stderr and the return code will match that of the compiler.",
  "license": "MIT",
  "nim": "0.16.0",
  "skipDirs": [
    "examples"
  ],
  "skipExt": [
    "nim"
  ],
  "bin": [
    "nimbang"
  ],
  "releases": [
    {
      "v": "0.4.4@ec25b65b2aa0150ef771cbd33c4e6dc79e01d72b^",
      "r": []
    },
    {
      "v": "0.4.3@a4ac4c24114eb02f570f656c7e94d7cb70655448",
      "r": []
    },
    {
      "v": "0.4.1@62d27e8c70397bbf91425338ead96651296c6cf8",
      "r": []
    },
    {
      "v": "0.4.0@61aea383042ed59d4f246077a026503b869b6a09",
      "r": []
    }
  ],
  "tags": true,
  "generatedAt": "2026-05-26T13:49:36Z",
  "allDeps": {
    "packages": [],
    "urls": [],
    "unresolved": []
  }
}