mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
In theory the sourceforge site claims to be defunct. In practice the github repo is abandoned immediately after switching too... https://sourceforge.net/p/getdata/code/1178/ Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
19 lines
723 B
XML
19 lines
723 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
The GetData Project is the reference implementation of the Dirfile
|
|
Standards, a filesystem-based, column-oriented database format for
|
|
time-ordered binary data. The Dirfile database format is designed to
|
|
provide a fast, simple format for storing and reading data.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">ketiltrout/getdata</remote-id>
|
|
<remote-id type="sourceforge">getdata</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|