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: ["Tim McGilchrist <timmcgil@gmail.com>"] 9authors: [ 10 "Thomas Leonard <talex5@gmail.com>" 11 "Antonin Décimo <antonin@tarides.com>" 12 "Tim McGilchrist <timmcgil@gmail.com>" 13 "Craig Ferguson <me@craigfe.io>" 14 "Etienne MARAIS <etienne@maiste.fr>" 15 "Anil Madhavapeddy <anil@recoil.org>" 16 "David Allsopp <david.allsopp@metastack.com>" 17 "Ewan Mellor <ewan@tarides.com>" 18 "Kate <kit.ty.kate@disroot.org>" 19 "Mark Elvers <mark.elvers@tunbury.org>" 20 "Puneeth Chaganti <punchagan@muse-amuse.in>" 21 "Lucas Pluvinage <lucas@tarides.com>" 22 "Navin Keswani <navin@novemberkilo.com>" 23 "Thomas Gazagnaire <thomas@gazagnaire.org>" 24 "Patrick Ferris <patrick@sirref.org>" 25 "Arthur Wendling <art.wendling@gmail.com>" 26 "Anurag Soni <anurag@sonianurag.com>" 27 "Ambre Austen Suhamy <ambre@tarides.com>" 28 "Hannes Mehnert <hannes@mehnert.org>" 29 "Ben Andrew <benmandrew@gmail.com>" 30 "Gargi Sharma <gs051095@gmail.com>" 31 "Jonathan Coates <git@squiddev.cc>" 32 "Jules Aguillon <juloo.dsi@gmail.com>" 33 "Magnus Skjegstad <magnus@skjegstad.com>" 34 "Shon Feder <shon.feder@gmail.com>" 35 "smolck <46855713+smolck@users.noreply.github.com>" 36 "tatchi <corentin.leruth@gmail.com>" 37] 38license: "Apache-2.0" 39homepage: "https://github.com/ocurrent/ocurrent" 40doc: "https://ocurrent.github.io/ocurrent/" 41bug-reports: "https://github.com/ocurrent/ocurrent/issues" 42depends: [ 43 "dune" {>= "3.3"} 44 "ocaml" {>= "4.12.0"} 45 "capnp" {>= "3.4.0"} 46 "capnp-rpc" {>= "1.2.3"} 47 "capnp-rpc-lwt" {>= "1.2.3"} 48 "fmt" {>= "0.8.9"} 49 "fpath" 50 "logs" {>= "0.7.0"} 51 "lwt" {>= "5.6.1"} 52 "result" {>= "1.5"} 53 "stdint" {>= "0.7.0"} 54 "odoc" {with-doc} 55] 56conflicts: [ 57 "x509" {= "0.11.0"} 58] 59build: [ 60 ["dune" "subst"] {dev} 61 [ 62 "dune" 63 "build" 64 "-p" 65 name 66 "-j" 67 jobs 68 "@install" 69 "@runtest" {with-test} 70 "@doc" {with-doc} 71 ] 72] 73dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 74url { 75 src: 76 "https://github.com/ocurrent/ocurrent/releases/download/v0.6.6/current-0.6.6.tbz" 77 checksum: [ 78 "sha256=2329288bcbb455a3b8997f15d0090474e42274935379bc00d12abd22dcbf9990" 79 "sha512=27525c17c09fe90f2554701c60ef5d6f1d4b42f13f3c4245becbfecd0178f102739ec0a22732b2ed926510dd33d7d90a8f001df086e840279493182783d6c676" 80 ] 81} 82x-commit-hash: "bfc886e78e6da9e47904d2dfc7e11ad604af735f"