<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lucascs@proton.me</email>
		<name>Lucas C.S.</name>
	</maintainer>
	<longdescription lang="en">
		Prebuilt release of ONNX Runtime, Microsoft's cross-platform machine
		learning inference and training accelerator. Installs the upstream
		CPU-provider shared libraries (libonnxruntime.so and
		libonnxruntime_providers_shared.so) plus the C/C++ headers, taken
		straight from the official GitHub release tarball.

		Use this when building sci-libs/onnxruntime from source is impractical.
		The from-source package is preferred where possible: it links against
		system abseil-cpp, protobuf, re2 and onnx, and it can build the Python
		bindings, which this binary distribution does not ship.

		Upstream publishes separate tarballs for x86_64 (linux-x64) and AArch64
		(linux-aarch64); SRC_URI selects between them by keyword. Both were
		confirmed present and byte-identical in layout for 1.27.1.
	</longdescription>
	<upstream>
		<bugs-to>https://github.com/microsoft/onnxruntime/issues</bugs-to>
		<doc lang="en">https://onnxruntime.ai/docs/</doc>
		<remote-id type="github">microsoft/onnxruntime</remote-id>
	</upstream>
</pkgmetadata>
