-
Notifications
You must be signed in to change notification settings - Fork 1
/
pasv.opam
40 lines (40 loc) · 1.03 KB
/
pasv.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.0.3-SNAPSHOT"
synopsis: "PASV -- Protein Active Site Validation"
maintainer: ["Ryan M. Moore"]
authors: ["Ryan M. Moore"]
license: "MIT"
homepage: "https://github.com/mooreryan/pasv"
doc: "https://mooreryan.github.io/pasv/"
bug-reports: "https://github.com/mooreryan/pasv/issues"
depends: [
"dune" {>= "2.8"}
"async" {>= "v0.15.0" & < "v0.16.0"}
"bio_io" {>= "0.6.0" & < "0.7.0"}
"bisect_ppx" {>= "2.8.0" & < "2.9.0"}
"core" {>= "v0.15.0" & < "v0.16.0"}
"core_unix" {>= "v0.15.0" & < "v0.16.0"}
"cmdliner" {>= "1.2.0" & < "1.3.0"}
"little_logger" {>= "0.2.0" & < "0.3.0"}
"ocaml" {= "4.14.1"}
"ocamlformat" {= "0.25.1"}
"ppx_jane" {>= "v0.15.0" & < "v0.16.0"}
"re2" {>= "v0.15.0" & < "v0.16.0"}
"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/pasv.git"