Codebase list libastro-fits-header-perl / upstream/3.08 META.json
upstream/3.08

Tree @upstream/3.08 (Download .tar.gz)

META.json @upstream/3.08raw · history · blame

{
   "abstract" : "Object-oriented interface to FITS HDUs",
   "author" : [
      "Alasdair Allan <aa@astro.ex.ac.uk>",
      "Tim Jenness <tjenness@cpan.org>",
      "Brad Cavanagh <b.cavanagh@jach.hawaii.edu>",
      "Craig DeForest <deforest@boulder.swri.edu>",
      "Jim Lewis <jrl@ast.cam.ac.uk>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4231",
   "license" : [
      "gpl_3"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Astro-FITS-Header",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.3"
         }
      },
      "runtime" : {
         "recommends" : {
            "Astro::FITS::CFITSIO" : "0"
         },
         "suggests" : {
            "Starlink::AST" : "0"
         }
      }
   },
   "provides" : {
      "Astro::FITS::Header" : {
         "file" : "lib/Astro/FITS/Header.pm",
         "version" : "3.08"
      },
      "Astro::FITS::Header::AST" : {
         "file" : "lib/Astro/FITS/Header/AST.pm",
         "version" : "3.08"
      },
      "Astro::FITS::Header::CFITSIO" : {
         "file" : "lib/Astro/FITS/Header/CFITSIO.pm",
         "version" : "3.08"
      },
      "Astro::FITS::Header::GSD" : {
         "file" : "lib/Astro/FITS/Header/GSD.pm",
         "version" : "3.08"
      },
      "Astro::FITS::Header::Item" : {
         "file" : "lib/Astro/FITS/Header/Item.pm",
         "version" : "3.08"
      },
      "Astro::FITS::Header::NDF" : {
         "file" : "lib/Astro/FITS/Header/NDF.pm",
         "version" : "3.08"
      },
      "Astro::FITS::HeaderCollection" : {
         "file" : "lib/Astro/FITS/Header.pm",
         "version" : "3.08"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "https://github.com/timj/perl-Astro-FITS-Header/",
      "license" : [
         "http://www.gnu.org/licenses/gpl-3.0.txt"
      ],
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/timj/perl-Astro-FITS-Header.git",
         "web" : "https://github.com/timj/perl-Astro-FITS-Header/"
      }
   },
   "version" : "3.08"
}