File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/hts_shrink/hts_shrink.3.0.1 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ authors: "Francois Berenger"
3+ 4+ homepage: "https://github.com/UnixJunkie/hts_shrink"
5+ bug-reports: "https://github.com/UnixJunkie/hts_shrink/issues"
6+ dev-repo: "git+https://github.com/UnixJunkie/hts_shrink.git"
7+ license: "BSD-3-Clause"
8+ build: ["dune" "build" "-p" name "-j" jobs]
9+ depends: [
10+ "dune" {>= "2.5"}
11+ "batteries" {>= "3.0.0"}
12+ "cpm"
13+ "molenc" {>= "11.1.1"}
14+ "dolog" {>= "4.0.0"}
15+ "parmap"
16+ "parany" {>= "11.0.2"}
17+ "minicli" {>= "5.0.0"}
18+ "bitv"
19+ "bst"
20+ "ocamlgraph"
21+ "ptmap"
22+ "get_line" {with-test}
23+ "ocaml" {>= "4.03"}
24+ ]
25+ synopsis:
26+ "Distance-Based Boolean Applicability Domain for High Throughput Screening data"
27+ description: """
28+ Reference implementation of the Distance-Based Boolean Applicability Domain.
29+ For more information, and if you use the software, please cite:
30+ "A Distance-Based Boolean Applicability Domain for Classification of
31+ High Throughput Screening Data"
32+ Francois Berenger and Yoshihiro Yamanishi.
33+ Journal of Chemical Information and Modeling:
34+ https://pubs.acs.org/doi/10.1021/acs.jcim.8b00499
35+ """
36+ url {
37+ src: "https://github.com/UnixJunkie/hts_shrink/archive/v3.0.1.tar.gz"
38+ checksum: "md5=37e3ea3323a1a18f77d15259d378c94e"
39+ }
You can’t perform that action at this time.
0 commit comments