Haibo Huang | f1b4a09 | 2018-12-04 15:10:12 -0800 | [diff] [blame] | 1 | name: "libevent" |
| 2 | description: "The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached." |
| 3 | |
| 4 | third_party { |
| 5 | url { |
| 6 | type: HOMEPAGE |
| 7 | value: "https://libevent.org/" |
| 8 | } |
| 9 | url { |
| 10 | type: ARCHIVE |
| 11 | value: "https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz" |
| 12 | } |
| 13 | version: "release-2.1.8-stable" |
| 14 | license_type: RECIPROCAL |
| 15 | last_upgrade_date { |
| 16 | year: 2017 |
| 17 | month: 1 |
| 18 | day: 25 |
| 19 | } |
| 20 | } |