this repo has no description
1opam-version: "2.0"
2synopsis: "GitHub plugin for OCurrent"
3description: """
4OCurrent provides an OCaml eDSL for writing CI/CD pipelines.
5
6This package provides primitives for interacting with GitHub.
7It can monitor and clone remote GitHub repositories, and can
8push GitHub status messages to show the results of testing
9PRs and branches."""
10maintainer: ["Tim McGilchrist <timmcgil@gmail.com>"]
11authors: [
12 "Thomas Leonard <talex5@gmail.com>"
13 "Antonin Décimo <antonin@tarides.com>"
14 "Tim McGilchrist <timmcgil@gmail.com>"
15 "Craig Ferguson <me@craigfe.io>"
16 "Etienne MARAIS <etienne@maiste.fr>"
17 "Anil Madhavapeddy <anil@recoil.org>"
18 "David Allsopp <david.allsopp@metastack.com>"
19 "Ewan Mellor <ewan@tarides.com>"
20 "Kate <kit.ty.kate@disroot.org>"
21 "Mark Elvers <mark.elvers@tunbury.org>"
22 "Puneeth Chaganti <punchagan@muse-amuse.in>"
23 "Lucas Pluvinage <lucas@tarides.com>"
24 "Navin Keswani <navin@novemberkilo.com>"
25 "Thomas Gazagnaire <thomas@gazagnaire.org>"
26 "Patrick Ferris <patrick@sirref.org>"
27 "Arthur Wendling <art.wendling@gmail.com>"
28 "Anurag Soni <anurag@sonianurag.com>"
29 "Ambre Austen Suhamy <ambre@tarides.com>"
30 "Hannes Mehnert <hannes@mehnert.org>"
31 "Ben Andrew <benmandrew@gmail.com>"
32 "Gargi Sharma <gs051095@gmail.com>"
33 "Jonathan Coates <git@squiddev.cc>"
34 "Jules Aguillon <juloo.dsi@gmail.com>"
35 "Magnus Skjegstad <magnus@skjegstad.com>"
36 "Shon Feder <shon.feder@gmail.com>"
37 "smolck <46855713+smolck@users.noreply.github.com>"
38 "tatchi <corentin.leruth@gmail.com>"
39]
40license: "Apache-2.0"
41homepage: "https://github.com/ocurrent/ocurrent"
42doc: "https://ocurrent.github.io/ocurrent/"
43bug-reports: "https://github.com/ocurrent/ocurrent/issues"
44depends: [
45 "dune" {>= "3.3"}
46 "current" {= version}
47 "current_git" {= version}
48 "current_web" {= version}
49 "ocaml" {>= "4.12.0"}
50 "astring" {>= "0.8.5"}
51 "base64" {>= "3.4.0"}
52 "cmdliner" {>= "1.1.0"}
53 "cohttp-lwt-unix" {>= "4.0.0"}
54 "cstruct" {>= "5.2.0"}
55 "duration"
56 "fmt" {>= "0.8.9"}
57 "github-unix" {>= "4.4.0"}
58 "hex" {>= "1.4.0"}
59 "logs" {>= "0.7.0"}
60 "lwt" {>= "5.6.1"}
61 "mirage-crypto" {< "1.0.0"}
62 "mirage-crypto-pk" {< "1.0.0"}
63 "ppx_deriving_yojson" {>= "3.6.1"}
64 "prometheus" {>= "0.7"}
65 "ptime"
66 "result" {>= "1.5"}
67 "rresult" {>= "0.6.0"}
68 "tls-lwt" {>= "0.16.0" & < "1.0.0"}
69 "tyxml" {>= "4.6.0"}
70 "uri" {>= "4.0.0"}
71 "x509" {>= "0.10.0"}
72 "yojson"
73 "odoc" {with-doc}
74]
75build: [
76 ["dune" "subst"] {dev}
77 [
78 "dune"
79 "build"
80 "-p"
81 name
82 "-j"
83 jobs
84 "@install"
85 "@runtest" {with-test}
86 "@doc" {with-doc}
87 ]
88]
89dev-repo: "git+https://github.com/ocurrent/ocurrent.git"
90url {
91 src:
92 "https://github.com/ocurrent/ocurrent/releases/download/v0.6.6/current-0.6.6.tbz"
93 checksum: [
94 "sha256=2329288bcbb455a3b8997f15d0090474e42274935379bc00d12abd22dcbf9990"
95 "sha512=27525c17c09fe90f2554701c60ef5d6f1d4b42f13f3c4245becbfecd0178f102739ec0a22732b2ed926510dd33d7d90a8f001df086e840279493182783d6c676"
96 ]
97}
98x-commit-hash: "bfc886e78e6da9e47904d2dfc7e11ad604af735f"