Skip to content

Commit

Permalink
Merge pull request ocaml#22767 from UnixJunkie/acp4_101
Browse files Browse the repository at this point in the history
new file:   packages/acp4/acp4.1.0.1/opam
  • Loading branch information
kit-ty-kate authored Jan 7, 2023
2 parents 1c77e1c + 74aded8 commit 9f576a1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/acp4/acp4.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
authors: "Francois Berenger"
maintainer: "[email protected]"
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"
}

0 comments on commit 9f576a1

Please sign in to comment.