hurl | Simple gopher and http(s) client. |
| download: http://git.y1.nz/archives/hurl.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit cf199b744e423c554f26f42b5054b469ed142bbd parent 709837bd458957d4a2f538123d45916184f81c3e Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 10 Nov 2019 14:34:43 +0100 bump version to 0.2 document some BSD functions are used. Diffstat:
| M | Makefile | 2 | +- |
| M | README | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ .POSIX: NAME = hurl -VERSION = 0.1 +VERSION = 0.2 PREFIX = /usr/local BINDIR = ${PREFIX}/bin diff --git a/README b/README @@ -20,7 +20,7 @@ Dependencies ------------ - C compiler (C99). -- libc +- libc + some BSD functions like err() and strlcat(). - LibreSSL(-portable) - libtls (part of LibreSSL).
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.