-
Notifications
You must be signed in to change notification settings - Fork 3
/
observer.opam
54 lines (54 loc) · 1.27 KB
/
observer.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Observe website and certificates"
maintainer: ["[email protected]"]
authors: ["[email protected]"]
license: "MIT"
homepage: "https://github.com/ocurrent/ocurrent-observer"
bug-reports: "https://github.com/ocurrent/ocurrent-observer/issues"
depends: [
"dune" {>= "3.3"}
"ppx_deriving_yojson"
"ppx_deriving"
"logs"
"current" {>= "0.5"}
"current_git"
"current_github"
"current_slack"
"current_web"
"ocluster-api"
"capnp-rpc-unix"
"tyxml" {>= "4.4.0"}
"github-unix" {>= "4.4.0"}
"hex" {>= "1.4.0"}
"prometheus-app" {>= "1.2"}
"session-cohttp-lwt"
"routes" {>= "2.0.0"}
"multipart_form-lwt" {>= "0.4.0"}
"ansi" {>= "0.5.0"}
"csv" {>= "2.4"}
"crunch" {build & >= "3.3.0"}
"fmt"
"lwt" {>= "5.6.1"}
"cmdliner" {>= "1.1.0"}
"ocaml" {>= "4.08.0"}
"alcotest" {>= "1.0.0" & with-test}
"alcotest-lwt" {>= "1.0.1" & 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/ocurrent-observer.git"
available: !(os-distribution = "debian" & os-version = "12" & arch = "x86_32")