Expat_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.
Expat_jll.xmlwf
— Methodxmlwf(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of xmlwf.
Example
xmlwf() do exe
run(`$exe $arguments`)
end
Expat_jll.xmlwf
— Methodxmlwf(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of xmlwf. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(xmlwf()) $arguments`)