opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/oranger"
bug-reports: "https://github.com/UnixJunkie/oranger/issues"
dev-repo: "git+https://github.com/UnixJunkie/oranger.git"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
install: [
  ["sh" "install_ranger.sh"]
]
depends: [
  "dune" {>= "1.0.0"}
  "conf-cmake" {build}
  "conf-wget" {build}
  "re"
  "dolog" {>= "4.0.0" & < "5.0.0"}
  "batteries"
  "minicli" {with-test & >= "5.0.0"}
  "cpm" {with-test}
  "conf-gnuplot" {with-test}
]
synopsis: "OCaml wrapper for the ranger (C++) random forests implementation"
description: """
Ranger is run from the command line and data are exchanged via text files.
This is quick and dirty, not a clean OCaml interface to ranger."""
extra-source "0.9.11.tar.gz" {
  src: "https://github.com/imbs-hl/ranger/archive/0.9.11.tar.gz"
  checksum: "md5=cf770dfdde5ef250bfd561ef2b0758ee"
}
url {
  src: "https://github.com/UnixJunkie/oranger/archive/v2.0.1.tar.gz"
  checksum: "md5=c3b3d20f9adf1a6a784a041282c9fe33"
}
