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