opam-version: "2.0"
maintainer: "Sergei Lebedev <superbobry@gmail.com>"
authors: ["Sergei Lebedev <superbobry@gmail.com>"]

build: [
  ["./configure" "--prefix" "%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "pareto"]

depends: [
  "ocaml" {>= "4.00.1"}
  "ocamlfind"
  "ocamlbuild" {build}
  "gsl" {>= "1.13.0"}
]
homepage: "https://github.com/superbobry/pareto"
dev-repo: "git+https://github.com/superbobry/pareto.git"
bug-reports: "https://github.com/superbobry/pareto/issues"
license: "MIT"
synopsis: "GSL powered OCaml statistics library."
description: """
It provides:

* Common statistical tests for significant differences between samples.
* Uniform interface for common discrete and continuous probability distributions.
* Descriptive and summary statistics, quantile estimation, kernel density estimation.
* Resampling methods: jackknife, BCa bootstrap."""
flags: light-uninstall
url {
  src: "https://github.com/superbobry/pareto/archive/0.3.tar.gz"
  checksum: "md5=0f58476351a29e3b38ef42dd13376914"
}
