blob: 29ec4e36cadf2f5d395c30cf4217687bbc5132b7 [file] [log] [blame]
Miao Wangc5ceb722020-02-10 15:02:41 -08001name: "pthreadpool"
Haibo Huang597e92a2020-04-01 14:42:59 -07002description: "pthreadpool is a portable and efficient thread pool implementation. It provides similar functionality to #pragma omp parallel for, but with additional features."
Miao Wangc5ceb722020-02-10 15:02:41 -08003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/Maratyszcza/pthreadpool"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/Maratyszcza/pthreadpool"
11 }
Haibo Huanga85203c2020-07-10 20:22:01 -070012 version: "029c88620802e1361ccf41d1970bd5b07fd6b7bb"
Miao Wangc5ceb722020-02-10 15:02:41 -080013 license_type: NOTICE
Haibo Huang597e92a2020-04-01 14:42:59 -070014 last_upgrade_date {
15 year: 2020
Haibo Huanga85203c2020-07-10 20:22:01 -070016 month: 7
17 day: 10
Haibo Huang597e92a2020-04-01 14:42:59 -070018 }
Miao Wangc5ceb722020-02-10 15:02:41 -080019}