-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhts_shrink.opam
More file actions
36 lines (36 loc) · 1.14 KB
/
Copy pathhts_shrink.opam
File metadata and controls
36 lines (36 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
opam-version: "2.0"
name: "hts_shrink"
authors: "Francois Berenger"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/hts_shrink"
bug-reports: "https://github.com/UnixJunkie/hts_shrink/issues"
dev-repo: "git+https://github.com/UnixJunkie/hts_shrink.git"
license: "BSD-3-Clause"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"batteries" {>= "3.0.0"}
"cpm"
"molenc" {>= "11.1.1"}
"dolog" {>= "4.0.0"}
"parany" {>= "11.0.2"}
"minicli" {>= "5.0.0"}
"bst"
"get_line" {with-test}
"ocaml" {>= "4.03"}
]
synopsis:
"Distance-Based Boolean Applicability Domain for High Throughput Screening data"
description: """
Reference implementation of the Distance-Based Boolean Applicability Domain.
For more information, and if you use the software, please cite:
"A Distance-Based Boolean Applicability Domain for Classification of
High Throughput Screening Data"
Francois Berenger and Yoshihiro Yamanishi.
Journal of Chemical Information and Modeling:
https://pubs.acs.org/doi/10.1021/acs.jcim.8b00499
"""
# url {
# src: "https://github.com/UnixJunkie/hts_shrink/archive/XXX.tar.gz"
# checksum: "md5=YYY"
# }