1name: "leveldb" 2description: 3 "LevelDB is a fast key-value storage library written at Google that " 4 "provides an ordered mapping from string keys to string values." 5 6third_party { 7 url { 8 type: HOMEPAGE 9 value: "https://github.com/google/leveldb/" 10 } 11 url { 12 type: GIT 13 value: "https://github.com/google/leveldb" 14 } 15 version: "1.23" 16 last_upgrade_date { year: 2022 month: 7 day: 18 } 17 license_type: NOTICE 18} 19