Skip to content

Commit 25f7fb8

Browse files
authored
Merge pull request #24787 from UnixJunkie/hts_shrink_301
new file: packages/hts_shrink/hts_shrink.3.0.1/opam
2 parents b2a432e + 07fdfd0 commit 25f7fb8

File tree

1 file changed

+39
-0
lines changed
  • packages/hts_shrink/hts_shrink.3.0.1

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
authors: "Francois Berenger"
3+
maintainer: "[email protected]"
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+
}

0 commit comments

Comments
 (0)