Miao Wang | c5ceb72 | 2020-02-10 15:02:41 -0800 | [diff] [blame] | 1 | name: "pthreadpool" |
Haibo Huang | 597e92a | 2020-04-01 14:42:59 -0700 | [diff] [blame] | 2 | description: "pthreadpool is a portable and efficient thread pool implementation. It provides similar functionality to #pragma omp parallel for, but with additional features." |
Miao Wang | c5ceb72 | 2020-02-10 15:02:41 -0800 | [diff] [blame] | 3 | third_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 Huang | a85203c | 2020-07-10 20:22:01 -0700 | [diff] [blame] | 12 | version: "029c88620802e1361ccf41d1970bd5b07fd6b7bb" |
Miao Wang | c5ceb72 | 2020-02-10 15:02:41 -0800 | [diff] [blame] | 13 | license_type: NOTICE |
Haibo Huang | 597e92a | 2020-04-01 14:42:59 -0700 | [diff] [blame] | 14 | last_upgrade_date { |
| 15 | year: 2020 |
Haibo Huang | a85203c | 2020-07-10 20:22:01 -0700 | [diff] [blame] | 16 | month: 7 |
| 17 | day: 10 |
Haibo Huang | 597e92a | 2020-04-01 14:42:59 -0700 | [diff] [blame] | 18 | } |
Miao Wang | c5ceb72 | 2020-02-10 15:02:41 -0800 | [diff] [blame] | 19 | } |