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: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "dune" {< "2.0"}
  "batteries"
  "dolog" {< "4.0.0"}
  "parmap"
  "minicli" {< "5.0.0"}
  "bitv"
  "ocamlgraph"
  "ptmap"
  "bst"
  "get_line" {with-test}
  "ocaml" {>= "4.03"}
]
synopsis:
"Distance-Based Boolean Applicability Domain for High Throughput Screening datasets"
description: """
Reference implementation of the Distance-Based Boolean Applicability Domain.
For more information, and if you use the software, please cite:
"A Distance-Based Boolean Applicability Domain for Classification"
Francois Berenger and Yoshihiro Yamanishi.
To appear in Journal of Chemical Information and Modeling.
"""
url {
  src: "https://github.com/UnixJunkie/hts_shrink/archive/v1.0.0.tar.gz"
  checksum: "md5=bfe43fbcfe96c0b7ca9a104c8d6dc787"
}
