forked from ocurrent/ocurrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurrent_github.opam
90 lines (89 loc) · 2.59 KB
/
current_github.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "GitHub plugin for OCurrent"
description: """
OCurrent provides an OCaml eDSL for writing CI/CD pipelines.
This package provides primitives for interacting with GitHub.
It can monitor and clone remote GitHub repositories, and can
push GitHub status messages to show the results of testing
PRs and branches."""
maintainer: ["Tim McGilchrist <[email protected]>"]
authors: [
"Thomas Leonard <[email protected]>"
"Antonin Décimo <[email protected]>"
"Tim McGilchrist <[email protected]>"
"Craig Ferguson <[email protected]>"
"Etienne MARAIS <[email protected]>"
"Anil Madhavapeddy <[email protected]>"
"David Allsopp <[email protected]>"
"Ewan Mellor <[email protected]>"
"Kate <[email protected]>"
"Mark Elvers <[email protected]>"
"Puneeth Chaganti <[email protected]>"
"Lucas Pluvinage <[email protected]>"
"Navin Keswani <[email protected]>"
"Thomas Gazagnaire <[email protected]>"
"Patrick Ferris <[email protected]>"
"Arthur Wendling <[email protected]>"
"Anurag Soni <[email protected]>"
"Ambre Austen Suhamy <[email protected]>"
"Hannes Mehnert <[email protected]>"
"Ben Andrew <[email protected]>"
"Gargi Sharma <[email protected]>"
"Jonathan Coates <[email protected]>"
"Jules Aguillon <[email protected]>"
"Magnus Skjegstad <[email protected]>"
"Shon Feder <[email protected]>"
"smolck <[email protected]>"
"tatchi <[email protected]>"
]
license: "Apache-2.0"
homepage: "https://github.com/ocurrent/ocurrent"
doc: "https://ocurrent.github.io/ocurrent/"
bug-reports: "https://github.com/ocurrent/ocurrent/issues"
depends: [
"dune" {>= "3.3"}
"current" {= version}
"current_git" {= version}
"current_web" {= version}
"ocaml" {>= "4.12.0"}
"astring" {>= "0.8.5"}
"base64" {>= "3.4.0"}
"cmdliner" {>= "1.1.0"}
"cohttp-lwt-unix" {>= "4.0.0"}
"cstruct" {>= "5.2.0"}
"duration"
"fmt" {>= "0.8.9"}
"github-unix" {>= "4.4.0"}
"hex" {>= "1.4.0"}
"logs" {>= "0.7.0"}
"lwt" {>= "5.6.1"}
"mirage-crypto"
"mirage-crypto-pk"
"ppx_deriving_yojson" {>= "3.6.1"}
"prometheus" {>= "0.7"}
"ptime"
"result" {>= "1.5"}
"rresult" {>= "0.6.0"}
"tls-lwt" {>= "0.16.0"}
"tyxml" {>= "4.6.0"}
"uri" {>= "4.0.0"}
"x509" {>= "0.10.0"}
"yojson"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/ocurrent.git"