-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
97 lines (87 loc) · 1.46 KB
/
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
(lang dune 3.5)
(generate_opam_files true)
(name InteinFinder)
(version 2024.0.0)
(maintainers "Ryan M. Moore")
(authors "Ryan M. Moore")
(homepage "https://github.com/mooreryan/InteinFinder")
(source
(github mooreryan/InteinFinder))
(documentation "https://mooreryan.github.io/InteinFinder/")
(bug_reports "https://github.com/mooreryan/InteinFinder/issues")
(package
(name InteinFinder)
(synopsis "Automated intein detection from large protein datasets")
(depends
(ocaml
(= "4.14.1"))
(async
(and
(>= "v0.16.0")
(< "v0.17.0")))
(async_unix
(and
(>= "v0.16.0")
(< "v0.17.0")))
(bio_io
(and
(>= "0.6.0")
(< "0.7.0")))
(cmdliner
(and
(>= "1.2.0")
(< "1.3.0")))
(core
(and
(>= "v0.16.0")
(< "v0.17.0")))
(core_unix
(and
(>= "v0.16.0")
(< "v0.17.0")))
(expect_test_helpers_core
(and
:with-test
(>= "v0.16.0")
(< "v0.17.0")))
(logs
(and
(>= "0.7.0")
(< "0.8.0")))
(fmt
(and
(>= "0.9.0")
(< "0.10.0")))
(ocamlformat
(= "0.26.1"))
(otoml
(and
(>= "1.0.0")
(< "1.1.0")))
(ppx_const
(and
(>= "2.0")
(< "2.1")))
(ppx_getenv
(and
(>= "2.1")
(< "2.2")))
(ppx_jane
(and
(>= "v0.16.0")
(< "v0.17.0")))
(re
(and
(>= "1.11")
(< "1.12")))
(sexp
(and
:with-test
(>= "v0.16.0")
(< "v0.17.0")))
(shexp
(and
(>= "v0.16.0")
(< "v0.17.0")))
(tiny_toml
(>= "0.0.1"))))