blob: ed792c80fc852b732e2bd80eab7dad2d88d8c666 [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 Huang597e92a2020-04-01 14:42:59 -070012 version: "76042155a8b1e189c8f141429fd72219472c32e1"
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
16 month: 4
17 day: 1
18 }
Miao Wangc5ceb722020-02-10 15:02:41 -080019}