this repo has no description

Merge pull request #22767 from UnixJunkie/acp4_101

new file: packages/acp4/acp4.1.0.1/opam

Kate 9f576a1b 1c77e1c9

Changed files
+32
packages
acp4
acp4.1.0.1
+32
packages/acp4/acp4.1.0.1/opam
···
+
opam-version: "2.0"
+
authors: "Francois Berenger"
+
maintainer: "unixjunkie@sdf.org"
+
license: "GPL-3.0-only"
+
homepage: "https://github.com/tsudalab/ACP4"
+
dev-repo: "git+https://github.com/tsudalab/ACP4.git"
+
bug-reports: "https://github.com/UnixJunkie/ACP4/issues"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
install: [
+
["cp" "bin/acp4_ph4.py" "%{bin}%/acp4_ph4.py"]
+
]
+
depends: [
+
"batteries" {>= "3.3.0"}
+
"bst" {>= "4.0.0"}
+
"dolog" {> "4.0.0"}
+
"dune" {>= "2.9"}
+
"line_oriented" {>= "1.1.0"}
+
"minicli" {>= "5.0.0"}
+
"ocaml" {>= "4.08"}
+
"parany" {>= "11.0.0"}
+
"vector3"
+
"cpm" {>= "12.2.0"} # needs MakeROC.fast_power_metric_a
+
]
+
depopts: [
+
"conf-gnuplot" # ROC curves will not show if not present
+
"conf-rdkit" # the python script will not work if not present
+
]
+
synopsis: "ACP4: AutoCorrelation of Pharmacophore Features"
+
url {
+
src: "https://github.com/tsudalab/ACP4/archive/refs/tags/v1.0.1.tar.gz"
+
checksum: "md5=35b374e8d041b81709f46b9009fbaeee"
+
}