-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInteinFinder.opam
47 lines (47 loc) · 1.36 KB
/
InteinFinder.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2024.0.0"
synopsis: "Automated intein detection from large protein datasets"
maintainer: ["Ryan M. Moore"]
authors: ["Ryan M. Moore"]
homepage: "https://github.com/mooreryan/InteinFinder"
doc: "https://mooreryan.github.io/InteinFinder/"
bug-reports: "https://github.com/mooreryan/InteinFinder/issues"
depends: [
"dune" {>= "3.5"}
"ocaml" {= "4.14.1"}
"async" {>= "v0.16.0" & < "v0.17.0"}
"async_unix" {>= "v0.16.0" & < "v0.17.0"}
"bio_io" {>= "0.6.0" & < "0.7.0"}
"cmdliner" {>= "1.2.0" & < "1.3.0"}
"core" {>= "v0.16.0" & < "v0.17.0"}
"core_unix" {>= "v0.16.0" & < "v0.17.0"}
"expect_test_helpers_core" {with-test & >= "v0.16.0" & < "v0.17.0"}
"logs" {>= "0.7.0" & < "0.8.0"}
"fmt" {>= "0.9.0" & < "0.10.0"}
"ocamlformat" {= "0.26.1"}
"otoml" {>= "1.0.0" & < "1.1.0"}
"ppx_const" {>= "2.0" & < "2.1"}
"ppx_getenv" {>= "2.1" & < "2.2"}
"ppx_jane" {>= "v0.16.0" & < "v0.17.0"}
"re" {>= "1.11" & < "1.12"}
"sexp" {with-test & >= "v0.16.0" & < "v0.17.0"}
"shexp" {>= "v0.16.0" & < "v0.17.0"}
"tiny_toml" {>= "0.0.1"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mooreryan/InteinFinder.git"