forked from mirage/awa-ssh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
38 lines (34 loc) · 1010 Bytes
/
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
opam-version: "1.2"
name: "awa-ssh"
maintainer: "Christiano F. Haesbaert <[email protected]>"
authors: "Christiano F. Haesbaert <[email protected]>"
license: "ISC"
homepage: "https://github.com/haesbaert/awa-ssh"
bug-reports: "https://github.com/haesbaert/awa-ssh/issues"
dev-repo: "https://github.com/haesbaert/awa-ssh.git"
doc: "https://mirage.github.io/awa-ssh/api"
available: [ocaml-version >= "4.03" & opam-version >= "1.2"]
build: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ]
]
build-test: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" ]
[ "ocaml" "pkg/pkg.ml" "test" ]
]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"topkg-care" {build}
"ppx_sexp_conv" {build}
"ppx_tools" {build}
"nocrypto"
"x509"
"cstruct" {>= "1.9.0"}
"cstruct-unix"
"sexplib"
"ipaddr" {>= "2.5.0"}
"tcpip" {>= "3.0.0"}
"rresult"
"io-page" {test}
]