this repo has no description
1opam-version: "2.0"
2synopsis: "Cap'n Proto RPC plugin for OCurrent"
3description: """\
4OCurrent provides an OCaml eDSL for writing CI/CD pipelines.
5
6This package provides a Cap'n Proto RPC interface, allowing
7an OCurrent engine to be controlled remotely."""
8maintainer: "talex5@gmail.com"
9authors: "talex5@gmail.com"
10homepage: "https://github.com/ocurrent/ocurrent"
11bug-reports: "https://github.com/ocurrent/ocurrent/issues"
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "capnp" {>= "3.4.0"}
15 "capnp-rpc" {>= "0.8.0"}
16 "capnp-rpc-lwt" {>= "0.4" & < "2.0"}
17 "fpath"
18 "dune" {>= "2.0"}
19 "fmt" {>= "0.8.9"}
20 "logs" {>= "0.7.0"}
21 "lwt" {>= "5.3.0"}
22 "result" {>= "1.5"}
23 "stdint" {>= "0.7.0"}
24]
25conflicts: [
26 "x509" {= "0.11.0"}
27]
28build: [
29 ["dune" "build" "-p" name "-j" jobs]
30 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
31]
32dev-repo: "git+https://github.com/ocurrent/ocurrent.git"
33x-commit-hash: "439d1b539335ee3aa974ff6c02e09885f40056b5"
34url {
35 src:
36 "https://github.com/ocurrent/ocurrent/releases/download/v0.5/current-v0.5.tbz"
37 checksum: [
38 "sha256=f8c884318a46a568d965c7e8bac00dfe2339efac04ca6f0cbabef916d8b917ca"
39 "sha512=e0633239a7d02cdde6264db96c39ed7e3d1adf3a7f09bb25ad002d388f203b561e8c808daee90539bc0ee15c547d2ab4bef1789dcc9c22ed00b151bad0083f64"
40 ]
41}
42license: "Apache-2.0"