-
Notifications
You must be signed in to change notification settings - Fork 17
/
current-bench.opam
76 lines (75 loc) · 2.02 KB
/
current-bench.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
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Run continuous benchmarks for repositories"
maintainer: [
"Ambre Austen Suhamy <[email protected]>"
"Puneeth Chaganti <[email protected]>"
"Shakthi Kannan <[email protected]>"
]
authors: ["Rizo I. <[email protected]>" "Gargi Sharma <[email protected]>"]
license: "Apache-2.0"
homepage: "https://github.com/ocurrent/current-bench"
bug-reports: "https://github.com/ocurrent/current-bench/issues"
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "3.7"}
"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"}
"alcotest" {with-test}
"alcotest-lwt" {>= "1.0.0" & with-test}
"conf-jq" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/current-bench.git"
pin-depends: [
# Using the changes in ocurrent/ocurrent/pull/421, remove the pin on next release (> 0.6.4)
# When modifying this pin, don't forget to also modify pipeline/pipeline.opam
["current_github.0.6.4" "git+https://github.com/ocurrent/ocurrent.git#32561e1f2b9cc387d098e0ee918cd6bd2ccd1d3b"]
]
# System dependencies fail to install on these platforms
# (postgresql usually)
available: [ os-distribution != "alpine" & os-distribution != "freebsd" ]