1name: "Symbol-Type Graph" 2description: 3 "The STG (symbol-type graph) is an ABI representation and this project " 4 "contains tools for the creation and comparison of such representations. " 5 "At present parsers exist for libabigail's ABI XML (C types only) and BTF. " 6 "The ABI diff tool, stgdiff, supports multiple reporting options. " 7 "This software currently depends on libabigail for ELF symbol " 8 "functionality, on libxml2 for XML parsing and on Linux UAPI headers for " 9 "BTF types." 10 11third_party { 12 url { 13 type: PIPER 14 value: "//depot/google3/third_party/stg" 15 } 16 version: "" 17 last_upgrade_date { year: 2023 month: 11 day: 07 } 18 license_type: NOTICE 19} 20