Sample-Server implementation based on open62541, showcases umati endorsed OPC UA companion specifications. Provides a :whale2: :package: to run locally for development purpose.
e.g. by using a simple RegEx Parser: <a href="(libressl-[\d\.]*\.tar\.gz)"> which returns all released files as a group:
https://regex101.com/r/pKvRBF/1
Maybe this can be done by parsing the following page for new releases: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
e.g. by using a simple RegEx Parser:
<a href="(libressl-[\d\.]*\.tar\.gz)">
which returns all released files as a group: https://regex101.com/r/pKvRBF/1