name(http2_client).
title('An HTTP/2 client').
version('1.0.0').
author('James N. V. Cash', 'james.cash@occasionallycogent.com').
home('https://gitlab.com/jamesnvc/prolog_http2_client').
download('https://github.com/jamesnvc/http2_client/releases/*.zip').
provides(http2_client).
requires(list_util).
requires(delay).
requires(edcg).