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] ["tar" "xzf" "0.9.11.tar.gz"] ["mkdir" "ranger-0.9.11/cpp_version/build"] ["sh" "-c" "cd ranger-0.9.11/cpp_version/build && %{conf-cmake:cmd}% ../"] [make "-C" "ranger-0.9.11/cpp_version/build"] ] install: [ ["cp" "ranger-0.9.11/cpp_version/build/ranger" "%{bin}%/ml_rf_ranger"] ] depends: [ "dune" {>= "1.0.0"} "conf-cmake" {build} "re" "dolog" {>= "6.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: [ "sha256=8f37ece3ced9eeb86373199028a201b5d3bc2e27ebaffaf4f0075bc4b10a93ff" "md5=cf770dfdde5ef250bfd561ef2b0758ee" ] } url { src: "https://github.com/UnixJunkie/oranger/archive/v2.0.4.tar.gz" checksum: [ "sha256=5427a889637bcb48feeaf8143473696ea5ce84a27250414fea0ac434f096a2a7" "md5=c95f50d6c076ac4abf45c9f6f9edba57" ] }