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" 11license: "Apache-2.0" 12homepage: "https://github.com/ocurrent/ocurrent" 13bug-reports: "https://github.com/ocurrent/ocurrent/issues" 14depends: [ 15 "crunch" {>= "3.2.0" & build} 16 "current" {= version} 17 "ansi" {>= "0.5.0"} 18 "ocaml" {>= "4.08.0"} 19 "ppx_deriving_yojson" {>= "3.5.1"} 20 "base64" 21 "session" 22 "session-cohttp-lwt" 23 "mirage-crypto" {>= "0.8.7" & < "1.0.0"} 24 "mirage-crypto-rng" {< "0.11.0"} 25 "fmt" {>= "0.8.9"} 26 "bos" 27 "lwt" 28 "multipart_form-lwt" {>= "0.4.0"} 29 "cmdliner" {>= "1.1.0"} 30 "prometheus" {>= "0.7"} 31 "prometheus-app" {>= "1.2"} 32 "cohttp-lwt-unix" {>= "4.0.0"} 33 "tyxml" {>= "4.4.0" & < "4.6.0"} 34 "csv" {>= "2.4"} 35 "routes" {>= "0.8.0" & < "2.0.0"} 36 "dune" {>= "2.9"} 37 "conf-graphviz" 38 "astring" {>= "0.8.5"} 39 "conduit-lwt-unix" {>= "2.2.2"} 40 "cstruct" {>= "5.2.0"} 41 "fpath" {>= "0.7.3"} 42 "logs" {>= "0.7.0"} 43 "ppx_deriving" {>= "5.1"} 44 "ppx_sexp_conv" {>= "v0.14.1"} 45 "re" {>= "1.9.0"} 46 "result" {>= "1.5"} 47 "sexplib" {>= "v0.14.0"} 48 "sqlite3" {>= "5.0.2"} 49 "uri" {>= "4.0.0"} 50 "yojson" {>= "1.7.0"} 51] 52build: [ 53 ["dune" "build" "-p" name "-j" jobs] 54 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 55] 56dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 57url { 58 src: 59 "https://github.com/ocurrent/ocurrent/releases/download/0.6.2/current-0.6.2.tbz" 60 checksum: [ 61 "sha256=ed312cab4ce8d13b9547ee2f935a6954f1d5211de1c22d44d85baaeb9f5fca9d" 62 "sha512=c2981a2c7f05bd6f235662b74ee3a679cc395be3d2cca808fac3dc562d6307e8bfe05efff40f42fa4738443cc2fe13929bab9d815c43d741950e5e0e1e6da7a6" 63 ] 64} 65x-commit-hash: "64a208a9021803ddbe443f86d7cf84692450d710"