blob: 6ccb55730625870f5769c8964a5eb27e02772d01 [file] [log] [blame]
Jiyong Parkb3dda442019-06-12 01:20:18 +09001name: "fmtlib"
Haibo Huangd4ff9252019-08-26 16:59:31 -07002description: "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
Jiyong Parkb3dda442019-06-12 01:20:18 +09003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/fmtlib/fmt"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/fmtlib/fmt.git"
11 }
Haibo Huang289bd972019-12-05 18:51:48 -080012 version: "6.1.1"
Haibo Huangd4ff9252019-08-26 16:59:31 -070013 last_upgrade_date {
14 year: 2019
Haibo Huang71aa0b12019-12-03 12:57:56 -080015 month: 12
Haibo Huang289bd972019-12-05 18:51:48 -080016 day: 5
Haibo Huangd4ff9252019-08-26 16:59:31 -070017 }
Jiyong Parkb3dda442019-06-12 01:20:18 +090018}