-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathdune-project
93 lines (87 loc) · 1.61 KB
/
dune-project
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
(lang dune 3.7)
(name current-bench)
(generate_opam_files true)
(source
(github ocurrent/current-bench))
(license "Apache-2.0")
(package
(name current-bench)
(synopsis "Run continuous benchmarks for repositories")
(authors "Rizo I. <[email protected]>" "Gargi Sharma <[email protected]>")
(maintainers
"Ambre Austen Suhamy <[email protected]>"
"Puneeth Chaganti <[email protected]>"
"Shakthi Kannan <[email protected]>")
(allow_empty)
(depends
(ocaml
(>= 4.13.0))
dune
bechamel
bos
capnp-rpc-unix
(cmdliner
(>= 1.1.0))
cohttp-lwt-unix
(current
(>= 0.6.4))
current_ansi
(current_docker
(>= 0.6.4))
(current_git
(>= 0.6.4))
(current_github
(>= 0.6.4))
(current_incr
(>= 0.5))
(current_ocluster
(>= 0.2.1))
(current_rpc
(>= 0.6.4))
(current_slack
(>= 0.6.4))
(current_web
(>= 0.6.4))
(dockerfile
(>= 6.3.0))
duration
fpath
logs
(mtime
(>= 2.0.0))
(obuilder
(>= 0.5.1))
(obuilder-spec
(>= 0.5.1))
(ocluster-api
(>= 0.2.1))
(ocluster-worker
(>= 0.2.1))
omigrate
postgresql
(prometheus-app
(>= 1.2))
ptime
rresult
(timere
(>= 0.5.0))
timere-parse
; yojson.2.1.1 is bugged in a minor way.
; change into a lower bound when there is a new release
(yojson
(<> 2.1.1))
(alcotest :with-test)
(alcotest-lwt
(and
(>= 1.0.0)
:with-test))
(conf-jq :with-test)))
(package
(name cb-check)
(synopsis "Json schema checker for current-bench")
(authors "Ambre Austen Suhamy <[email protected]>")
(maintainers "Ambre Austen Suhamy <[email protected]>")
(depends
(ocaml
(>= 4.13.0))
yojson))