aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 43dd62146d6028ad67833e63c7f514495b2e7ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "setfilters"
description:
    "A library which contains a collection of space efficient set filters data "
    "structures such as cuckoo filter."

third_party {
  url {
    type: GIT
    value: "https://github.com/google/setfilters"
  }
  version: "1.0.0"
  license_type: NOTICE
  last_upgrade_date { year: 2022 month: 9 day: 1 }
}