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 | 50c19eb | 2020-05-01 18:45:14 -0700 | [diff] [blame] | 12 | version: "9b2c0caf7d9843f25709178b0cd7030892a1ff88" |
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 | 50c19eb | 2020-05-01 18:45:14 -0700 | [diff] [blame] | 16 | month: 5 |
Haibo Huang | 597e92a | 2020-04-01 14:42:59 -0700 | [diff] [blame] | 17 | day: 1 |
| 18 | } |
Miao Wang | c5ceb72 | 2020-02-10 15:02:41 -0800 | [diff] [blame] | 19 | } |