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: ["Tim McGilchrist <timmcgil@gmail.com>"] 10authors: [ 11 "Thomas Leonard <talex5@gmail.com>" 12 "Antonin Décimo <antonin@tarides.com>" 13 "Tim McGilchrist <timmcgil@gmail.com>" 14 "Craig Ferguson <me@craigfe.io>" 15 "Etienne MARAIS <etienne@maiste.fr>" 16 "Anil Madhavapeddy <anil@recoil.org>" 17 "David Allsopp <david.allsopp@metastack.com>" 18 "Ewan Mellor <ewan@tarides.com>" 19 "Kate <kit.ty.kate@disroot.org>" 20 "Mark Elvers <mark.elvers@tunbury.org>" 21 "Puneeth Chaganti <punchagan@muse-amuse.in>" 22 "Lucas Pluvinage <lucas@tarides.com>" 23 "Navin Keswani <navin@novemberkilo.com>" 24 "Thomas Gazagnaire <thomas@gazagnaire.org>" 25 "Patrick Ferris <patrick@sirref.org>" 26 "Arthur Wendling <art.wendling@gmail.com>" 27 "Anurag Soni <anurag@sonianurag.com>" 28 "Ambre Austen Suhamy <ambre@tarides.com>" 29 "Hannes Mehnert <hannes@mehnert.org>" 30 "Ben Andrew <benmandrew@gmail.com>" 31 "Gargi Sharma <gs051095@gmail.com>" 32 "Jonathan Coates <git@squiddev.cc>" 33 "Jules Aguillon <juloo.dsi@gmail.com>" 34 "Magnus Skjegstad <magnus@skjegstad.com>" 35 "Shon Feder <shon.feder@gmail.com>" 36 "smolck <46855713+smolck@users.noreply.github.com>" 37 "tatchi <corentin.leruth@gmail.com>" 38] 39license: "Apache-2.0" 40homepage: "https://github.com/ocurrent/ocurrent" 41doc: "https://ocurrent.github.io/ocurrent/" 42bug-reports: "https://github.com/ocurrent/ocurrent/issues" 43depends: [ 44 "dune" {>= "3.3"} 45 "crunch" {build & >= "3.3.0"} 46 "current" {= version} 47 "ocaml" {>= "4.12.0"} 48 "ansi" {>= "0.5.0"} 49 "astring" {>= "0.8.5"} 50 "base64" 51 "bos" 52 "cmdliner" {>= "1.1.0"} 53 "cohttp-lwt-unix" {>= "4.0.0"} 54 "conduit-lwt-unix" {>= "2.2.2"} 55 "conf-graphviz" 56 "cstruct" {>= "5.2.0"} 57 "csv" {>= "2.4"} 58 "fmt" {>= "0.8.9"} 59 "fpath" {>= "0.7.3"} 60 "logs" {>= "0.7.0"} 61 "lwt" {>= "5.6.1"} 62 "mirage-crypto" {>= "0.8.7" & < "1.0.0"} 63 "mirage-crypto-rng" {>= "0.11.0" & < "1.0.0"} 64 "mirage-crypto-rng-lwt" {>= "0.11.0" & < "1.0.0"} 65 "multipart_form-lwt" {>= "0.4.0"} 66 "ppx_deriving" {>= "5.1"} 67 "ppx_deriving_yojson" {>= "3.5.1"} 68 "ppx_sexp_conv" {>= "v0.14.1"} 69 "prometheus" {>= "0.7"} 70 "prometheus-app" {>= "1.2"} 71 "re" {>= "1.9.0"} 72 "result" {>= "1.5"} 73 "routes" {>= "2.0.0"} 74 "session" 75 "session-cohttp-lwt" 76 "sexplib" {>= "v0.14.0"} 77 "sqlite3" {>= "5.0.2"} 78 "tyxml" {>= "4.6.0"} 79 "uri" {>= "4.0.0"} 80 "yojson" {>= "1.7.0"} 81 "odoc" {with-doc} 82] 83build: [ 84 ["dune" "subst"] {dev} 85 [ 86 "dune" 87 "build" 88 "-p" 89 name 90 "-j" 91 jobs 92 "@install" 93 "@runtest" {with-test} 94 "@doc" {with-doc} 95 ] 96] 97dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 98url { 99 src: 100 "https://github.com/ocurrent/ocurrent/releases/download/v0.6.6/current-0.6.6.tbz" 101 checksum: [ 102 "sha256=2329288bcbb455a3b8997f15d0090474e42274935379bc00d12abd22dcbf9990" 103 "sha512=27525c17c09fe90f2554701c60ef5d6f1d4b42f13f3c4245becbfecd0178f102739ec0a22732b2ed926510dd33d7d90a8f001df086e840279493182783d6c676" 104 ] 105} 106x-commit-hash: "bfc886e78e6da9e47904d2dfc7e11ad604af735f"