eccodes/experimental/perl/GRIB-API
Shahram Najm 50603f2de6 Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
..
lib/GRIB Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
t Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
API.xs Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
Changes Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
INSTALL Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
MANIFEST Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
Makefile.PL.in Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
README Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
convert.pl Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
ppport.h Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
test.pl Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00
typemap Clean up: push down all experimental stuff into a separate dir 2020-10-21 11:53:03 +01:00

README

GRIB-API version 0.01
=====================

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the
README file from a module distribution so that people browsing the
archive can use it get an idea of the modules uses. It is usually a
good idea to provide version information here so that people can
decide whether fixes for the module are worth downloading.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  blah blah blah

COPYRIGHT AND LICENCE
(C) Copyright 2005- ECMWF.

This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.