this repo has no description
1opam-version: "2.0" 2synopsis: "Example pipelines for OCurrent" 3description: """\ 4OCurrent provides an OCaml eDSL for writing CI/CD pipelines. 5 6This package provides some example pipelines. 7It exists mainly to test the integration of various OCurrent 8plugins.""" 9maintainer: "talex5@gmail.com" 10authors: "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 "ocaml" {>= "4.08.0"} 17 "fmt" {>= "0.8.9"} 18 "lwt" 19 "cmdliner" {>= "1.1.0"} 20 "duration" 21 "current" {= version} 22 "current_web" {= version} 23 "current_git" {= version} 24 "current_github" {= version} 25 "current_gitlab" {= version} 26 "current_docker" {= version} 27 "current_rpc" {= version} 28 "capnp-rpc-unix" {>= "0.5" & < "2.0"} 29 "dune" {>= "2.9"} 30 "capnp-rpc" {>= "0.8.0"} 31 "capnp-rpc-lwt" {>= "0.8.0"} 32 "capnp-rpc-net" {>= "0.8.0" & < "2.0"} 33 "dockerfile" {>= "7.0.0"} 34 "fpath" {>= "0.7.3"} 35 "logs" {>= "0.7.0"} 36 "ppx_deriving" {>= "5.1"} 37 "ppx_deriving_yojson" {>= "3.6.1"} 38 "prometheus" {>= "0.7"} 39 "result" {>= "1.5"} 40 "routes" {>= "0.8.0"} 41 "uri" {>= "4.0.0"} 42 "yojson" {>= "1.7.0"} 43 "prometheus-app" {>= "1.2"} 44 "mdx" {with-test & < "2.4"} 45] 46build: [ 47 ["dune" "build" "-p" name "-j" jobs] 48 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 49] 50dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 51url { 52 src: 53 "https://github.com/ocurrent/ocurrent/releases/download/0.6.2/current-0.6.2.tbz" 54 checksum: [ 55 "sha256=ed312cab4ce8d13b9547ee2f935a6954f1d5211de1c22d44d85baaeb9f5fca9d" 56 "sha512=c2981a2c7f05bd6f235662b74ee3a679cc395be3d2cca808fac3dc562d6307e8bfe05efff40f42fa4738443cc2fe13929bab9d815c43d741950e5e0e1e6da7a6" 57 ] 58} 59x-commit-hash: "64a208a9021803ddbe443f86d7cf84692450d710"