opam-version: "2.0"
authors: "Francois Berenger"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/consent"
bug-reports: "https://github.com/UnixJunkie/consent/issues"
dev-repo: "git+https://github.com/UnixJunkie/consent.git"
license: "GPL-1.0-or-later"
build: [
  [make "-C" "src"]
  ["jbuilder" "build" "-p" name "-j" jobs]
]
install: [
  ["cp" "bin/lbvs_consent_ecfp4.py" "%{bin}%/lbvs_consent_ecfp4.py"]
  ["cp" "src/lbvs_consent_ob_maccs" "%{bin}%/lbvs_consent_ob_maccs"]
]
remove: [
  ["rm" "-f" "%{bin}%/lbvs_consent_ecfp4.py"
             "%{bin}%/lbvs_consent_ob_maccs"]
]
depends: [
  "dune" {< "2.0"}
  "batteries"
  "bitv" {>= "1.2"}
  "parmap"
  "minicli" {>= "5.0.0"}
  "dolog" {< "4.0.0"}
  "camlzip"
  "qcheck"
  "minivpt"
  "cpm"
  "dokeysto_camltc"
  "conf-boost"
  "conf-openbabel"
  "conf-python-2-7"
  "conf-rdkit"
]
url {
  src: "https://github.com/UnixJunkie/consent/archive/v2.0.1.tar.gz"
  checksum: "md5=897eca0b2ee553a9edba1d0dc7b17e98"
}
synopsis:
  "Chemoinformatics software for Ligand-Based Virtual Screening (LBVS) using consensus fingerprint queries"
description: """
For more details, read the homepage on github:

https://github.com/UnixJunkie/consent

Please cite the corresponding paper (https://doi.org/10.1186/s13321-017-0248-5) in case you use this software and publish about your results (Consensus queries in ligand-based virtual screening experiments. F. Berenger, O. Vu and J., Meiler. Journal of Cheminformatics, November 2017)."""
