blob: b17869fa3d6dde51ae062d497afc274652642e15 [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 Huang2b982032020-12-07 21:08:05 -080012 version: "344531b40881b1ee41508a9c70c8fbbef3bd6cad"
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 Huang2b982032020-12-07 21:08:05 -080016 month: 12
17 day: 7
Haibo Huang597e92a2020-04-01 14:42:59 -070018 }
Miao Wangc5ceb722020-02-10 15:02:41 -080019}