opam-version: "2.0"
maintainer: "superbobry@gmail.com"
authors: ["Sergei Lebedev"]
homepage: "https://github.com/superbobry/pareto"
license: "MIT"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "pareto"]]
depends: [
  "ocaml" {>= "4.00.1" & < "4.06.0"}
  "ocamlfind"
  "gsl" {>= "1.13.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/superbobry/pareto"
install: [make "install"]
synopsis: "GSL powered OCaml statistics library, which provides:"
description: """
* 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.2.tar.gz"
  checksum: "md5=ca7373f1544ce6f53b54e6baac51cb2d"
}
