this repo has no description
1opam-version: "2.0"
2synopsis: "Test web UI for OCurrent"
3description: """\
4OCurrent provides an OCaml eDSL for writing CI/CD pipelines.
5
6This package provides a basic web UI for service administrators.
7It shows the current pipeline visually and allows viewing job
8logs and configuring the log analyser."""
9maintainer: "talex5@gmail.com"
10authors: "talex5@gmail.com"
11homepage: "https://github.com/ocurrent/ocurrent"
12bug-reports: "https://github.com/ocurrent/ocurrent/issues"
13depends: [
14 "current" {= version}
15 "current_ansi" {= version}
16 "ocaml" {>= "4.08.0"}
17 "ppx_deriving_yojson" {>= "3.5.1"}
18 "base64"
19 "session"
20 "session-cohttp-lwt"
21 "mirage-crypto" {>= "0.8.7" & < "1.0.0"}
22 "mirage-crypto-rng" {< "0.11.0"}
23 "fmt"
24 "bos"
25 "lwt"
26 "cmdliner"
27 "prometheus" {>= "0.7"}
28 "prometheus-app" {< "1.2"}
29 "cohttp" {>= "2.2.0"}
30 "cohttp-lwt" {>= "2.2.0"}
31 "cohttp-lwt-unix" {>= "2.2.0"}
32 "tyxml"
33 "routes" {>= "0.8.0" & < "2.0.0"}
34 "dune" {>= "2.0"}
35 "conf-graphviz"
36 "astring" {>= "0.8.5"}
37 "conduit-lwt-unix" {>= "2.2.2"}
38 "cstruct" {>= "5.2.0"}
39 "fpath" {>= "0.7.3"}
40 "logs" {>= "0.7.0"}
41 "ppx_deriving" {>= "5.1"}
42 "ppx_sexp_conv" {>= "v0.14.1"}
43 "re" {>= "1.9.0"}
44 "result" {>= "1.5"}
45 "sexplib" {>= "v0.14.0"}
46 "sqlite3" {>= "5.0.2"}
47 "uri" {>= "4.0.0"}
48 "yojson" {>= "1.7.0"}
49]
50build: [
51 ["dune" "build" "-p" name "-j" jobs]
52 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
53]
54dev-repo: "git+https://github.com/ocurrent/ocurrent.git"
55x-commit-hash: "1f5877041035052ae1701214ddec8f2426968c89"
56url {
57 src:
58 "https://github.com/ocurrent/ocurrent/releases/download/v0.4/current-v0.4.tbz"
59 checksum: [
60 "sha256=85d65779b104da6ccfdb33b65fc6d2492dd3942d9fd74127059cb6f850684a17"
61 "sha512=6cc24530a9e58dcf32cf00b5ed17e93cb949786e30d625fbc07b24f380e536d6a4e7c2902ede86af3ddf2ac48135efb9483144514f40d298adab11be4f8c473d"
62 ]
63}