opam-version: "2.0"
authors: "Francois Berenger"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/rankers"
bug-reports: "https://github.com/UnixJunkie/rankers/issues"
dev-repo: "git+https://github.com/UnixJunkie/rankers.git"
license: "BSD-3-Clause"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "base-unix"
  "batteries"
  "bst"
  "conf-gnuplot"
  "cpm"
  "dolog" {>= "4.0.0" & < "5.0.0"}
  "dune" {>= "1.6"}
  "minicli"
  "molenc"
  "nlopt-ocaml"
  "parany" {>= "6.0.0" & < "10.0.0"}
  "parmap"
]
synopsis: "Vanishing Ranking Kernels (VRK)"
description: """
Reference implementation of the Vanishing Ranking Kernels method.

A single parameter QSAR modeling technique for HTS data; _with_ an
applicability domain.

Manuscript to appear soon.
"""
url {
  src: "https://github.com/UnixJunkie/rankers/archive/v1.0.0.tar.gz"
  checksum: "md5=43b6ac3433d6ff75302a3576b6ae067a"
}
