{
  "slug": "adom-concur",
  "version": "1.0.3",
  "type": "app",
  "description": "Cross-source consensus check for chip libraries \u2014 scores whether the KiCad, EAGLE, and Altium libraries AND the adom-ds2sf datasheet extraction all AGREE on pins, pads, names, and package, across seven axes. Now reads Altium symbols natively (altium-schlib) so Altium votes on the symbol axes too.",
  "dependencies": {
    "adom/altium-schlib": "*",
    "adom/altium-pcblib": "*"
  },
  "tags": [
    "altium",
    "cli",
    "consensus",
    "ds2sf",
    "eagle",
    "eda",
    "kicad",
    "validation"
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "install": {
    "binary_name": "adom-concur"
  },
  "needs_sudo": true,
  "hero": {
    "type": "image",
    "path": "adom-concur.png"
  },
  "license": "MIT"
}