<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Shared Memory for R Objects // Share R objects across processes
		on the same machine via a single copy in 'POSIX' shared memory
		(Linux, macOS) or a 'Win32' file mapping (Windows). Every
		process reads from the same physical pages through the R
		Alternative Representation ('ALTREP') framework, giving lazy,
		zero-copy access. Shared objects serialize compactly as their
		shared memory name rather than their full contents.
	</longdescription>
</pkgmetadata>
