aboutsummaryrefslogtreecommitdiff
blob: f4859bfa6345a3537a97c9727e566df766740f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>gentoo@aisha.cc</email>
		<name>Aisha Tammy</name>
	</maintainer>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription>
		Libraries and tools for the NeXus data format, developed
		collaboratively by scientists from major scientific facilities to facilitate
		analysis and visualisation of neutron, x-ray and muon data.
		NeXus is based on HDF5.</longdescription>
	<use>
		<flag name="xml">Allow using the verbose XML representation of NeXus data</flag>
		<flag name="hdf4">Support the old HDF4 representation</flag>
		<flag name="hdf5">Support the standard representation (HDF5)</flag>
		<flag name="java">Build the Java bindings</flag>
	</use>
	<upstream>
		<remote-id type="github">nexusformat/code</remote-id>
	</upstream>
</pkgmetadata>