Handbook
Glossary
latest-libressl ( -- path )
Vocabulary
build-from-source
Inputs
None
Outputs
path
an
object
Definition
USING:
accessors
html.parser
html.parser.analyzer
http.client
kernel
sequences
;
IN:
build-from-source
:
latest-libressl
( -- path )
"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/"
[
http-get
nip
parse-html
find-links
concat
[
name>>
text
=
]
filter
[
text>>
]
map
[
"libressl-"
head?
]
filter
[
".tar.gz"
tail?
]
filter
last
]
keep
prepend
;