this repo has no description

Merge pull request #22906 from UnixJunkie/acpc_200

new file: packages/acpc/acpc.2.0.0/opam

Changed files
+37
packages
acpc
acpc.2.0.0
+37
packages/acpc/acpc.2.0.0/opam
···
+
opam-version: "2.0"
+
authors: "Francois Berenger"
+
maintainer: "unixjunkie@sdf.org"
+
homepage: "https://github.com/UnixJunkie/ACPC"
+
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
+
license: "BSD-3-Clause"
+
dev-repo: "git+https://github.com/UnixJunkie/ACPC.git"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
depends: [
+
"base-unix"
+
"batteries"
+
"bitv"
+
"conf-autoconf"
+
"conf-gnuplot"
+
"dolog"
+
"dune" {>= "1.11"}
+
"ocaml" {>= "5.0.0"}
+
"parany" {>= "11"}
+
"vector3"
+
]
+
synopsis: "Chemoinformatics tool for ligand-based virtual screening"
+
description: """
+
AutoCorrelation of Partial Charges (ACPC)
+
+
Bibliography
+
============
+
+
Berenger, F., Voet, A., Lee, X. Y., & Zhang, K. Y. (2014).
+
A Rotation-Translation Invariant Molecular Descriptor of Partial Charges
+
and its Use in Ligand-Based Virtual Screening.
+
Journal of Cheminformatics, 6(1), 1-12.
+
https://doi.org/10.1186/1758-2946-6-23
+
"""
+
url {
+
src: "https://github.com/UnixJunkie/ACPC/archive/refs/tags/v2.0.0.tar.gz"
+
checksum: "md5=a3a716d3fee8e5a34af24ec945686870"
+
}