-
Notifications
You must be signed in to change notification settings - Fork 4
/
opam
38 lines (37 loc) · 857 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: "2.0"
version: "1.0"
maintainer: "jonathan.ludlam@citrix.com"
authors: [ "Jonathan Ludlam" ]
license: "LGPL-2 with OCaml linking exception"
homepage: "https://github.com/jonludlam/various-scripts"
dev-repo: "git+https://github.com/jonludlam/various-scripts.git"
bug-reports: "https://github.com/jonludlam/various-scripts/issues"
synopsis: "Upload builds"
build: [
[make]
]
depends: [
"lambdasoup"
"ocamlfind"
"mirage-block-unix"
"cstruct"
"lwt"
"sexplib"
"io-page"
"mirage"
"uri"
"iso-filesystem"
"cohttp" {< "0.99.0"}
"ssl"
"re"
"yojson"
"ocaml" { >= "4.02.0" }
]
depexts: [
[["debian"] ["createrepo" "s3cmd"]]
[["ubuntu"] ["createrepo" "s3cmd"]]
[["centos"] ["createrepo" "s3cmd"]]
[["fedora"] ["createrepo" "s3cmd"]]
[["mageia"] ["createrepo" "s3cmd"]]
]
tags: [ "org:mirage" "org:xapi-project" ]