You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
434 B
19 lines
434 B
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
|
|
}
|