forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stunnel.opam
33 lines (32 loc) · 908 Bytes
/
stunnel.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
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
build: [[ "dune" "build" "-p" name "-j" jobs ]]
available: [ os = "linux" ]
depends: [
"ocaml"
"dune" {>= "3.15"}
"astring"
"forkexec"
"safe-resources"
"uuid"
"xapi-consts"
"xapi-log"
"xapi-inventory"
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-stdext-unix"
]
synopsis: "Library required by xapi"
description: """
These libraries are provided for backwards compatibility only.
No new code should use these libraries."""
url {
src:
"https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}