: 1
name: libboost-contract
version: 1.91.0
language: c++
project: boost
summary: Contract programming for C++. All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc
license: BSL-1.0 ; Boost Software License 1.0.
topics: C++, Boost
description-file: README.md
url: https://github.com/boostorg/contract
doc-url: https://www.boost.org/doc/libs/1_91_0/libs/contract
package-url: https://github.com/build2-packaging/boost
email: boost-users@lists.boost.org  ; Mailing list.
package-email: packaging@build2.org ; Mailing list.
#build-error-email: builds@build2.org
builds: default
builds: -( +macos &gcc ) ; https://github.com/boostorg/config/issues/399
depends: * build2 >= 0.18.0
depends: * bpkg >= 0.18.0
depends: libboost-any == $
depends: libboost-assert == $
depends: libboost-config == $
depends: libboost-core == $
depends: libboost-exception == $
depends: libboost-function == $
depends: libboost-function-types == $
depends: libboost-mpl == $
depends: libboost-optional == $
depends: libboost-preprocessor == $
depends: libboost-smart-ptr == $
depends: libboost-thread == $
depends: libboost-type-traits == $
depends: libboost-typeof == $
depends: libboost-utility == $
