opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/hammerlab/oml/"
bug-reports: "https://github.com/hammerlab/oml/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/hammerlab/oml.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "oml"]
depends: [
  "ocaml" {>= "4.01"}
  "ocamlfind" {build}
  "lacaml" {>= "7.2.5" & <= "7.6.2"}
  "lbfgs"
  "ocephes" {< "0.8"}
  "ocamlbuild" {build}
]
synopsis: "beginnings of an OCaml Math (and statistics) Library"
description: """
Common algorithms and procedures to perform exploratory data analysis,
machine learning and mathematical simulations."""
flags: light-uninstall
url {
  src: "https://github.com/hammerlab/oml/archive/0.0.3.tar.gz"
  checksum: "md5=fa4971499b5e85d05cf54b77fcac67a2"
}
