opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/hammerlab/oml/"
dev-repo: "git+https://github.com/hammerlab/oml.git"
bug-reports: "https://github.com/hammerlab/oml/issues"
license: "Apache-2.0"
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.1.tar.gz"
  checksum: "md5=67000a919869879a51f93b7d558fa8a4"
}
