mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 02:37:30 -08:00
15 lines
523 B
XML
15 lines
523 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Commons VFS provides a single API for accessing various different file
|
|
systems. It presents a uniform view of the files from various different
|
|
sources, such as the files on local disk, on an HTTP server, or inside
|
|
a Zip archive.
|
|
</longdescription>
|
|
</pkgmetadata>
|