this repo has no description
1opam-version: "2.0"
2authors: "Francois Berenger"
3maintainer: "unixjunkie@sdf.org"
4homepage: "https://github.com/UnixJunkie/hts_shrink"
5bug-reports: "https://github.com/UnixJunkie/hts_shrink/issues"
6dev-repo: "git+https://github.com/UnixJunkie/hts_shrink.git"
7license: "BSD-3-Clause"
8build: ["dune" "build" "-p" name "-j" jobs]
9depends: [
10 "dune" {< "3.0"}
11 "batteries"
12 "dolog" {< "4.0.0"}
13 "parmap"
14 "minicli"
15 "bitv"
16 "bst"
17 "ocamlgraph"
18 "ptmap"
19 "get_line" {with-test}
20 "ocaml" {>= "4.03"}
21]
22synopsis:
23"Distance-Based Boolean Applicability Domain for High Throughput Screening datasets"
24description: """
25Reference implementation of the Distance-Based Boolean Applicability Domain.
26For more information, and if you use the software, please cite:
27"A Distance-Based Boolean Applicability Domain for Classification of
28High Throughput Screening Data"
29Francois Berenger and Yoshihiro Yamanishi.
30To appear in Journal of Chemical Information and Modeling.
31"""
32url {
33 src: "https://github.com/UnixJunkie/hts_shrink/archive/v2.0.0.tar.gz"
34 checksum: [
35 "sha256=1740e39fdca8113ae537aa34e21c5ee506429e3348f350cb347f84c5766ce162"
36 "md5=5b308e11baa27b0196c00f94de8cf372"
37 ]
38}