aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 60ce712c923bdc48611b4d2e0f4d9936e9e9cc6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "fmtlib"
description: "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/fmtlib/fmt"
  }
  url {
    type: GIT
    value: "https://github.com/fmtlib/fmt.git"
  }
  version: "7.1.1"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 11
    day: 2
  }
}