this repo has no description
0
fork

Configure Feed

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

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

+35
+35
packages/acp4/acp4.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "Francois Berenger" 3 + maintainer: "unixjunkie@sdf.org" 4 + license: "GPL-3.0-only" 5 + homepage: "https://github.com/tsudalab/ACP4" 6 + dev-repo: "git+https://github.com/tsudalab/ACP4.git" 7 + bug-reports: "https://github.com/UnixJunkie/ACP4/issues" 8 + build: ["dune" "build" "-p" name "-j" jobs] 9 + install: [ 10 + ["cp" "bin/acp4_ph4.py" "%{bin}%/acp4_ph4.py"] 11 + ["cp" "bin/acp4_get_pocket.py" "%{bin}%/acp4_get_pocket.py"] 12 + ] 13 + depends: [ 14 + "batteries" {>= "3.3.0"} 15 + "bst" {>= "4.0.0"} 16 + "dolog" {> "4.0.0"} 17 + "dune" {>= "2.9"} 18 + "line_oriented" {>= "1.1.0"} 19 + "minicli" {>= "5.0.0"} 20 + "ocaml" {>= "4.08"} 21 + "parany" {>= "11.0.0"} 22 + "vector3" 23 + "cpm" {>= "12.2.0"} # needs MakeROC.fast_power_metric_a 24 + ] 25 + depopts: [ 26 + "conf-gnuplot" # ROC curves will not show if not present 27 + "conf-rdkit" # the python script will not work if not present 28 + ] 29 + synopsis: "ACP4: AutoCorrelation of Pharmacophore Features" 30 + url { 31 + src: "https://github.com/tsudalab/ACP4/archive/refs/tags/v1.1.0.tar.gz" 32 + checksum: [ 33 + "sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 34 + ] 35 + }