Nettle_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.

Nettle_jll.nettle_hashMethod
nettle_hash(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of nettle_hash.

Example

nettle_hash() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Nettle_jll.nettle_hashMethod
nettle_hash(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of nettle_hash. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(nettle_hash()) $arguments`)
Julia 1.6