metadata.xml 977 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. NetCDF (network Common Data Form) is an interface for scientific
  10. data access and a freely-distributed software library that provides an
  11. implementation of the interface. The netCDF library also defines a
  12. machine-independent format for representing scientific data.
  13. Together, the interface, library, and format support the creation,
  14. access, and sharing of scientific data.
  15. </longdescription>
  16. <use>
  17. <flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag>
  18. <flag name="hdf">Add support for the Hierarchical Data Format v.4 <pkg>sci-libs/hdf</pkg></flag>
  19. <flag name="tools">Build the utilities nccopy, ncgen and ncdump</flag>
  20. </use>
  21. </pkgmetadata>