forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#22767 from UnixJunkie/acp4_101
new file: packages/acp4/acp4.1.0.1/opam
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |