Help language development. Donate to The Perl Foundation

Math::Libgsl::Histogram zef:FRITH last updated on 2023-01-03

META6.json
{
  "auth": "zef:FRITH",
  "authors": [
    "Fernando Santagata"
  ],
  "build": {
    "makefile-variables": {
      "gslhelper": {
        "resource": "libraries/gslhelper"
      }
    }
  },
  "build-depends": [
    "Distribution::Builder::MakeFromJSON"
  ],
  "builder": "Distribution::Builder::MakeFromJSON",
  "depends": [
    "Distribution::Builder::MakeFromJSON",
    "Math::Libgsl::Constants"
  ],
  "description": "An interface to libgsl, the Gnu Scientific Library - Histograms",
  "license": "Artistic-2.0",
  "name": "Math::Libgsl::Histogram",
  "perl": "6.d",
  "provides": {
    "Math::Libgsl::Histogram": "lib/Math/Libgsl/Histogram.rakumod",
    "Math::Libgsl::Histogram2D": "lib/Math/Libgsl/Histogram2D.rakumod",
    "Math::Libgsl::Histogram2D::PDF": "lib/Math/Libgsl/Histogram2D/PDF.rakumod",
    "Math::Libgsl::Histogram::PDF": "lib/Math/Libgsl/Histogram/PDF.rakumod",
    "Math::Libgsl::Raw::Histogram": "lib/Math/Libgsl/Raw/Histogram.rakumod"
  },
  "resources": [
    "libraries/gslhelper"
  ],
  "source-url": "git://github.com/frithnanth/raku-Math-Libgsl-Histogram.git",
  "tags": [
    "math",
    "nativecall"
  ],
  "test-depends": [
  ],
  "version": "0.1.0"
}