File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/hts_shrink/hts_shrink.3.0.1 Expand file tree Collapse file tree 1 file changed +37
-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"
12+ "dolog" {>= "4.0.0"}
13+ "parmap"
14+ "parany" {>= "11.0.2"}
15+ "minicli" {>= "5.0.0"}
16+ "bitv"
17+ "bst"
18+ "ocamlgraph"
19+ "ptmap"
20+ "get_line" {with-test}
21+ "ocaml" {>= "4.03"}
22+ ]
23+ synopsis:
24+ "Distance-Based Boolean Applicability Domain for High Throughput Screening data"
25+ description: """
26+ Reference implementation of the Distance-Based Boolean Applicability Domain.
27+ For more information, and if you use the software, please cite:
28+ "A Distance-Based Boolean Applicability Domain for Classification of
29+ High Throughput Screening Data"
30+ Francois Berenger and Yoshihiro Yamanishi.
31+ Journal of Chemical Information and Modeling:
32+ https://pubs.acs.org/doi/10.1021/acs.jcim.8b00499
33+ """
34+ url {
35+ src: "https://github.com/UnixJunkie/hts_shrink/archive/v3.0.1.tar.gz"
36+ checksum: "md5=37e3ea3323a1a18f77d15259d378c94e"
37+ }
You can’t perform that action at this time.
0 commit comments