1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| name: "libevent"
| 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."
|
| third_party {
| url {
| type: HOMEPAGE
| value: "https://libevent.org/"
| }
| url {
| type: ARCHIVE
| value: "https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz"
| }
| version: "release-2.1.8-stable"
| license_type: RECIPROCAL
| last_upgrade_date {
| year: 2017
| month: 1
| day: 25
| }
| }
|
|