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" {>= "0.4"}
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" {>= "0.8.9"}
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" {>= "4.4.0" & < "4.6.0"}
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: "439d1b539335ee3aa974ff6c02e09885f40056b5"
56url {
57 src:
58 "https://github.com/ocurrent/ocurrent/releases/download/v0.5/current-v0.5.tbz"
59 checksum: [
60 "sha256=f8c884318a46a568d965c7e8bac00dfe2339efac04ca6f0cbabef916d8b917ca"
61 "sha512=e0633239a7d02cdde6264db96c39ed7e3d1adf3a7f09bb25ad002d388f203b561e8c808daee90539bc0ee15c547d2ab4bef1789dcc9c22ed00b151bad0083f64"
62 ]
63}
64license: "Apache-2.0"