-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
40 lines (33 loc) · 721 Bytes
/
opam
File metadata and controls
40 lines (33 loc) · 721 Bytes
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
opam-version: "1.2"
maintainer: "Qi Li <liqi0425@gmail.com>"
authors: ["Qi Li <liqi0425@gmail.com>"]
version: "0.1.0"
homepage: "https://github.com/sevenEng/databox-storage"
license: "MIT"
dev-repo: "https://github.com/sevenEng/databox-storage.git"
bug-reports: "https://github.com/sevenEng/databox-storage/issues"
tags: []
available: [ ocaml-version >= "4.01.0"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"lwt"
"tls"
"depyt"
"cohttp"
"websocket"
"irmin" { < "1.0.0" }
"irmin-unix"
"secure_log_lib"
"sodium"
"macaroons"
"logs"
"rresult"
"bos"
"cmdliner"
"ptime"
]
build: [
"ocaml" "pkg/pkg.ml" "build" "--pinned" pinned "-n" name "--tests" "false"
]