1name: "doubleconversion" 2description: 3 "This project (double-conversion) provides binary-decimal and " 4 "decimal-binary routines for IEEE doubles. " 5 " " 6 "" 7 8third_party { 9 url { 10 type: GIT 11 value: "https://github.com/google/double-conversion" 12 } 13 version: "v3.2.1" 14 last_upgrade_date { year: 2022 month: 10 day: 18 } 15 license_type: NOTICE 16}