<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Lazy Delayed Arrays with Fused Execution // Provides a
		lightweight delayed array abstraction for lazy, fused
		evaluation of multi-dimensional numeric data. Compared with
		Bioconductor's 'DelayedArray', it offers a small S3 API with
		tidy-friendly verbs, chunked materialisation, and optional
		backends for HDF5, memory mapping, and shared-memory
		parallelism. Expression trees are optimised before streaming
		evaluation, and results can be written directly to disk without
		fully materialising arrays in memory.
	</longdescription>
</pkgmetadata>
