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 "ansi" {>= "0.5.0"} 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" {>= "1.1.0"} 27 "prometheus" {>= "0.7"} 28 "prometheus-app" {< "1.2"} 29 "cohttp-lwt-unix" {>= "4.0.0"} 30 "tyxml" {>= "4.4.0" & < "4.6.0"} 31 "routes" {>= "0.8.0" & < "2.0.0"} 32 "dune" {>= "2.9"} 33 "conf-graphviz" 34 "astring" {>= "0.8.5"} 35 "conduit-lwt-unix" {>= "2.2.2"} 36 "cstruct" {>= "5.2.0"} 37 "fpath" {>= "0.7.3"} 38 "logs" {>= "0.7.0"} 39 "ppx_deriving" {>= "5.1"} 40 "ppx_sexp_conv" {>= "v0.14.1"} 41 "re" {>= "1.9.0"} 42 "result" {>= "1.5"} 43 "sexplib" {>= "v0.14.0"} 44 "sqlite3" {>= "5.0.2"} 45 "uri" {>= "4.0.0"} 46 "yojson" {>= "1.7.0"} 47] 48build: [ 49 ["dune" "build" "-p" name "-j" jobs] 50 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 51] 52dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 53license: "Apache-2.0" 54url { 55 src: 56 "https://github.com/ocurrent/ocurrent/releases/download/v0.6/current-0.6.tbz" 57 checksum: [ 58 "sha256=8e57b3f602a2e18cc520b76b9252bda1ef2c6c9f21508f145870165a3abd69b4" 59 "sha512=cce2e43c284467055e9c0ceadc15bc3534ae38ccd446a57cc1efaebd551cad27ba88176f67d567ab3643c1f60d86da564305f2fd734fe98fffbf72e8b12d6be1" 60 ] 61} 62x-commit-hash: "bbb37247dd6c4ce4aaa776c31155aabe25c386e1"