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 | 2b98203 | 2020-12-07 21:08:05 -0800 | [diff] [blame] | 12 | version: "344531b40881b1ee41508a9c70c8fbbef3bd6cad" |
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 | 2b98203 | 2020-12-07 21:08:05 -0800 | [diff] [blame] | 16 | month: 12 |
| 17 | day: 7 |
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 | } |