aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: e7fc4a60c819f65a12e73c80673d52ede01171f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "leveldb"
description:
    "LevelDB is a fast key-value storage library written at Google that "
    "provides an ordered mapping from string keys to string values."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/google/leveldb/"
  }
  url {
    type: GIT
    value: "https://github.com/google/leveldb"
  }
  version: "1.23"
  last_upgrade_date { year: 2022 month: 7 day: 18 }
  license_type: NOTICE
}