this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22906 from UnixJunkie/acpc_200

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

authored by

Marcello Seri and committed by
GitHub
e6ed7273 5755793c

+37
+37
packages/acpc/acpc.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "Francois Berenger" 3 + maintainer: "unixjunkie@sdf.org" 4 + homepage: "https://github.com/UnixJunkie/ACPC" 5 + bug-reports: "https://github.com/UnixJunkie/ACPC/issues" 6 + license: "BSD-3-Clause" 7 + dev-repo: "git+https://github.com/UnixJunkie/ACPC.git" 8 + build: ["dune" "build" "-p" name "-j" jobs] 9 + depends: [ 10 + "base-unix" 11 + "batteries" 12 + "bitv" 13 + "conf-autoconf" 14 + "conf-gnuplot" 15 + "dolog" 16 + "dune" {>= "1.11"} 17 + "ocaml" {>= "5.0.0"} 18 + "parany" {>= "11"} 19 + "vector3" 20 + ] 21 + synopsis: "Chemoinformatics tool for ligand-based virtual screening" 22 + description: """ 23 + AutoCorrelation of Partial Charges (ACPC) 24 + 25 + Bibliography 26 + ============ 27 + 28 + Berenger, F., Voet, A., Lee, X. Y., & Zhang, K. Y. (2014). 29 + A Rotation-Translation Invariant Molecular Descriptor of Partial Charges 30 + and its Use in Ligand-Based Virtual Screening. 31 + Journal of Cheminformatics, 6(1), 1-12. 32 + https://doi.org/10.1186/1758-2946-6-23 33 + """ 34 + url { 35 + src: "https://github.com/UnixJunkie/ACPC/archive/refs/tags/v2.0.0.tar.gz" 36 + checksum: "md5=a3a716d3fee8e5a34af24ec945686870" 37 + }