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: ["Thomas Leonard <talex5@gmail.com>"] 9authors: ["Thomas Leonard <talex5@gmail.com>"] 10license: "Apache-2.0" 11homepage: "https://github.com/ocurrent/ocurrent" 12doc: "https://ocurrent.github.io/ocurrent/" 13bug-reports: "https://github.com/ocurrent/ocurrent/issues" 14depends: [ 15 "dune" {>= "3.3"} 16 "ocaml" {>= "4.08.0"} 17 "capnp" {>= "3.4.0"} 18 "capnp-rpc" {>= "1.2.3"} 19 "capnp-rpc-lwt" {>= "1.2.3"} 20 "fmt" {>= "0.8.9"} 21 "fpath" 22 "logs" {>= "0.7.0"} 23 "lwt" {>= "5.6.1"} 24 "result" {>= "1.5"} 25 "stdint" {>= "0.7.0"} 26 "odoc" {with-doc} 27] 28conflicts: [ 29 "x509" {= "0.11.0"} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 [ 34 "dune" 35 "build" 36 "-p" 37 name 38 "-j" 39 jobs 40 "@install" 41 "@runtest" {with-test} 42 "@doc" {with-doc} 43 ] 44] 45dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 46url { 47 src: 48 "https://github.com/ocurrent/ocurrent/releases/download/0.6.4/current-0.6.4.tbz" 49 checksum: [ 50 "sha256=e6cafa330166719e3f8bf30a4ffeec79b0f290e3dcd420c4a53d6a55912f961d" 51 "sha512=42d703a524ab61e3fd623ab4b1681bbe59c1d4426bebadb1bb50c3e6fcbb59d1aecb8041f2b6d09a9cb5eb5b6f79ec7b07eb4254ec39de30d406c20d4da7d664" 52 ] 53} 54x-commit-hash: "53fd3263d04407df6b7a627abe85667d011c0060"