Handbook
Glossary
zstd-versions ( -- seq )
Vocabulary
build-from-source
Inputs
None
Outputs
seq
an
object
Definition
USING:
combinators.short-circuit
github
math
sequences
sorting.human
unicode
;
IN:
build-from-source
:
zstd-versions
( -- seq )
"facebook"
"zstd"
"v"
list-repository-tags-matching
tag-refs
human-sort
[
{
[
length
2
>=
]
[
"v"
head?
]
[
second
digit?
]
[
last
digit?
]
}
1&&
]
filter
;