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: ["jbuilder" "build" "-p" name "-j" jobs]
9depends: [
10 "dune" {< "2.0"}
11 "batteries"
12 "dolog" {< "4.0.0"}
13 "parmap"
14 "minicli" {< "5.0.0"}
15 "bitv"
16 "ocamlgraph"
17 "ptmap"
18 "bst"
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"
28Francois Berenger and Yoshihiro Yamanishi.
29To appear in Journal of Chemical Information and Modeling.
30"""
31url {
32 src: "https://github.com/UnixJunkie/hts_shrink/archive/v1.0.0.tar.gz"
33 checksum: [
34 "sha256=dc6574214fdf71cf357c9c11e87459f22dbf7a98c6089f882c16373ed2f042ef"
35 "md5=bfe43fbcfe96c0b7ca9a104c8d6dc787"
36 ]
37}