2023-07-13 07:29:01 +00:00
|
|
|
: 1
|
|
|
|
name: libasio
|
2023-07-13 07:40:40 +00:00
|
|
|
version: 1.28.0-a.0.z
|
2023-07-13 07:29:01 +00:00
|
|
|
language: c++
|
2023-07-13 07:40:40 +00:00
|
|
|
summary: Cross-platform C++ library for asynchronous network programming
|
|
|
|
license: BSL-1.0 ; Boost Software License 1.0.
|
|
|
|
description-file: README
|
|
|
|
package-description-file: PACKAGE-README.md
|
|
|
|
url: https://think-async.com/Asio/
|
|
|
|
src-url: https://github.com/chriskohlhoff/asio/
|
|
|
|
package-url: https://github.com/build2-packaging/libasio/
|
|
|
|
email: https://sourceforge.net/p/asio/mailman/asio-users/ ; Mailing list.
|
|
|
|
package-email: packaging@build2.org ; Mailing list.
|
|
|
|
build-error-email: builds@build2.org
|
2023-07-13 07:29:01 +00:00
|
|
|
depends: * build2 >= 0.16.0
|
|
|
|
depends: * bpkg >= 0.16.0
|
2023-07-13 07:40:40 +00:00
|
|
|
depends: libssl >= 1.1.1 ? ($config.libasio.ssl)
|
|
|
|
depends: libcrypto >= 1.1.1 ? ($config.libasio.ssl)
|
|
|
|
|
|
|
|
ssl-build-config: config.libasio.ssl=true ; Enable SSL support.
|