-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathssh-agent.opam
30 lines (30 loc) · 883 Bytes
/
ssh-agent.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
opam-version: "2.0"
synopsis: "Ssh-agent protocol parser and serialization implementation"
maintainer: "Reynir Björnsson <[email protected]>"
author: "Reynir Björnsson <[email protected]>"
dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git"
homepage: "https://github.com/reynir/ocaml-ssh-agent/"
bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
license: "BSD-2-clause"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.0"}
"ppx_cstruct" {build & >= "5.2.0"}
"angstrom" {>= "0.15.0"}
"faraday" {>= "0.6"}
"mirage-crypto"
"mirage-crypto-pk"
"mirage-crypto-ec"
"cstruct"
"mirage-crypto-rng" {with-test & >= "0.11.0"}
"alcotest" {with-test}
]
conflicts: [
"result" {< "1.5"}
"ppxlib" {< "0.9.0"}
]
x-maintenance-intent: [ "(latest)" ]