blob: 659dfff24a32d158bccfd90963b7614dce5d0037 [file] [log] [blame]
arangelov3f7da6e2021-04-19 13:18:50 +01001name: "okio"
2description:
3 "Okio is a library that complements java.io and java.nio to make it much "
4 "easier to access, store, and process your data. It started as a component "
5 "of OkHttp, the capable HTTP client included in Android. It's "
6 "well-exercised and ready to solve new problems."
7
8third_party {
9 url {
10 type: HOMEPAGE
11 value: "https://square.github.io/okio/"
12 }
13 url {
14 type: GIT
15 value: "https://github.com/square/okio/"
16 }
17 version: "47fb0ddcd0bcf768a897dff723a1699341eea10f"
18 last_upgrade_date { year: 2021 month: 4 day: 6 }
19 license_type: NOTICE
20}