{
  "$schema": "https://fundingjson.org/schema/v1.1.0.json",
  "version": "v1.1.0",
  "entity": {
    "type": "individual",
    "role": "maintainer",
    "name": "bauratynov",
    "email": "bauratynov@gmail.com",
    "description": "Systems programmer building compilers, video surveillance, and AI inference engines.",
    "webpageUrl": {
      "url": "https://github.com/bauratynov"
    }
  },
  "projects": [
    {
      "guid": "rcc-compiler",
      "name": "rcc",
      "description": "C11 compiler in Rust with SSA IR, 3 backends, LSP server, and 11 optimizations.",
      "webpageUrl": {
        "url": "https://github.com/bauratynov/rcc"
      },
      "repositoryUrl": {
        "url": "https://github.com/bauratynov/rcc"
      },
      "licenses": ["MIT", "Apache-2.0"],
      "tags": ["compiler", "c-lang", "rust", "wasm", "lsp", "ssa"]
    }
  ],
  "funding": {
    "channels": [
      {
        "guid": "github-sponsors",
        "type": "payment-provider",
        "address": "https://github.com/sponsors/bauratynov"
      }
    ],
    "plans": [
      {
        "guid": "monthly-support",
        "status": "active",
        "name": "Monthly development support",
        "amount": 0,
        "currency": "USD",
        "frequency": "monthly",
        "channels": ["github-sponsors"]
      }
    ]
  }
}
