-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdune-project
59 lines (56 loc) · 1010 Bytes
/
dune-project
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
(lang dune 2.8)
(generate_opam_files true)
(cram enable)
(package
(name pasv)
(version 2.0.3-SNAPSHOT)
(license "MIT")
(maintainers "Ryan M. Moore")
(authors "Ryan M. Moore")
(homepage "https://github.com/mooreryan/pasv")
(source
(github mooreryan/pasv))
(documentation "https://mooreryan.github.io/pasv/")
(bug_reports "https://github.com/mooreryan/pasv/issues")
(synopsis "PASV -- Protein Active Site Validation")
(depends
(async
(and
(>= "v0.15.0")
(< "v0.16.0")))
(bio_io
(and
(>= "0.6.0")
(< "0.7.0")))
(bisect_ppx
(and
(>= "2.8.0")
(< "2.9.0")))
(core
(and
(>= "v0.15.0")
(< "v0.16.0")))
(core_unix
(and
(>= "v0.15.0")
(< "v0.16.0")))
(cmdliner
(and
(>= "1.2.0")
(< "1.3.0")))
(little_logger
(and
(>= "0.2.0")
(< "0.3.0")))
(ocaml
(= "4.14.1"))
(ocamlformat
(= "0.25.1"))
(ppx_jane
(and
(>= "v0.15.0")
(< "v0.16.0")))
(re2
(and
(>= "v0.15.0")
(< "v0.16.0")))))