verl.parse

You're seeing just the function parse, go back to verl module for more information.

Specs

parse(version()) :: {:ok, version_t()} | {:error, :invalid_version}
Parses a semantic version, returning {ok, version_t()} or {error, invalid_version}