boost_bloom 0.1.0

Boost C++ library boost_bloom packaged using Zanbil
Documentation
# Copyright 2025 Joaqu�n M L�pez Mu�oz.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
# See http://www.boost.org/libs/bloom for library home page.

import asciidoctor ;

html bloom.html : bloom.adoc ;

install html_ : bloom.html : <location>html ;

pdf bloom.pdf : bloom.adoc ;
explicit bloom.pdf ;

install pdf_ : bloom.pdf : <location>bloom ;
explicit pdf_ ;

alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;