{
  "name": "Embedded Template Library - Arduino",
  "version": "20.33.0",
  "authors": {
    "name": "John Wellbelove",
    "email": "john.wellbelove@etlcpp.com"
  },
  "homepage": "https://www.etlcpp.com/",
  "license": "MIT",
  "description": "ETL. A C++ template library tailored for embedded systems. Directories formatted for Arduino",
  "keywords": "c-plus-plus, cpp, algorithms, containers, templates",
  "repository": {
    "type": "git",
    "url": "https://github.com/ETLCPP/etl.git"
  },
  "build": {
    "includeDir": "include"
  },
  "export": {
    "include": [
      "include",
      "examples",
      "LICENSE",
      "README.md"
    ],
    "exclude": [
      "include/etl/experimental",
      "include/etl/deprecated",
      "**/__vm",
      "**/.vs",
      "**/*.filters",
      "**/*.log",
      "**/*.tmp"
    ]
  },
  "platforms": "*",
  "frameworks": "*"
}

