opam-version: "2.0"
authors: "Francois Berenger"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/hts_shrink"
bug-reports: "https://github.com/UnixJunkie/hts_shrink/issues"
dev-repo: "git+https://github.com/UnixJunkie/hts_shrink.git"
license: "BSD-3-Clause"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune"
  "batteries"
  "dolog" {>= "4.0.0" & < "5.0.0"}
  "parmap"
  "parany" {>= "5.0.0" & < "11.0.0"}
  "minicli" {>= "5.0.0"}
  "bitv"
  "bst"
  "ocamlgraph"
  "ptmap"
  "get_line" {with-test}
  "ocaml" {>= "4.03"}
]
synopsis:
"Distance-Based Boolean Applicability Domain for High Throughput Screening data"
description: """
Reference implementation of the Distance-Based Boolean Applicability Domain
(DBBAD).
For more information, and if you use the software, please cite:
"A Distance-Based Boolean Applicability Domain for Classification of
High Throughput Screening Data"
Francois Berenger and Yoshihiro Yamanishi.
Journal of Chemical Information and Modeling:
https://pubs.acs.org/doi/10.1021/acs.jcim.8b00499
"""
url {
  src: "https://github.com/UnixJunkie/hts_shrink/archive/v2.1.1.tar.gz"
  checksum: "md5=3695c334edf43e668798af88f9a3489e"
}
