-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest
31 lines (29 loc) · 859 Bytes
/
manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
: 1
name: libevent
version: 2.1.12+1
summary: Event notification C library
license: BSD-3-Clause AND BSD-2-Clause AND MIT
description-file: README.md
package-description-file: PACKAGE-README.md
changes-file: ChangeLog
changes-file: ChangeLog-2.0
changes-file: ChangeLog-1.4
changes-type: text/plain
url: https://libevent.org
src-url: https://github.com/libevent/libevent
package-url: https://github.com/build2-packaging/libevent
package-email: [email protected] ; Mailing list.
build-error-email: [email protected]
depends: * build2 >= 0.16.0
depends: * bpkg >= 0.16.0
depends: libssl >= 1.1.1 ? ($config.libevent.openssl)
depends: libcrypto >= 1.1.1 ? ($config.libevent.openssl)
builds: all
extras-build-config:
\
config.libevent.extra=true
config.libevent.openssl=true
config.libevent.pthreads=true
;
Test the extra, openssl, and pthreads libraries.
\