-
Notifications
You must be signed in to change notification settings - Fork 0
/
rankers.opam
35 lines (33 loc) · 915 Bytes
/
rankers.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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: [
"ocaml" {>= "5.0.0"}
"base-unix"
"batteries" {>= "2.9.0"}
"bst"
"conf-gnuplot"
"cpm" {>= "10.0.0"}
"dolog" {>= "4.0.0"}
"dune" {>= "1.6"}
"minicli" {>= "5.0.0"}
"molenc"
"nlopt-ocaml"
"parany" {>= "13.0.1"}
]
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/XXX.tar.gz"
# checksum: "md5=YYY"
# }