git.y1.nz

hurl

Simple gopher and http(s) client.
download: http://git.y1.nz/archives/hurl.tar.gz
README | Files | Log | Refs | LICENSE

commit e481c652faf5477538afdcc73ab7c11f4391bfd3
parent ff51a96c8791d2865a559634bffbde3d7e0cc41f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 10 Nov 2019 14:30:32 +0100

add C compiler and libc as dependency, POSIX make and mandoc as optional dep

Diffstat:
MREADME9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -19,10 +19,19 @@ The focus of this tool is only this. Dependencies ------------ +- C compiler (C99). +- libc - LibreSSL(-portable) - libtls (part of LibreSSL). +Optional dependencies +--------------------- + +- POSIX make(1) (for Makefile). +- mandoc for documentation: https://mdocml.bsd.lv/ + + Features --------

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.