this repo has no description
1opam-version: "2.0"
2synopsis: "Git plugin for OCurrent"
3description: """
4OCurrent provides an OCaml eDSL for writing CI/CD pipelines.
5
6This package provides primitives for interacting with Git.
7It can pull from remote repositories, or monitor local ones for changes."""
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 "current" {= version}
45 "ocaml" {>= "4.12.0"}
46 "astring" {>= "0.8.5"}
47 "bos" {>= "0.2.0"}
48 "conf-git"
49 "cstruct" {>= "6.0.0"}
50 "fmt" {>= "0.8.9"}
51 "fpath" {>= "0.7.3"}
52 "irmin-watcher"
53 "logs" {>= "0.7.0"}
54 "lwt" {>= "5.6.1"}
55 "mirage-crypto" {>= "0.8.0" & < "1.0.0"}
56 "ppx_deriving"
57 "ppx_deriving_yojson" {>= "3.5.1"}
58 "result" {>= "1.5"}
59 "yojson"
60 "mdx" {with-test}
61 "alcotest" {with-test & >= "1.2.0"}
62 "alcotest-lwt" {with-test & >= "1.2.0"}
63 "odoc" {with-doc}
64]
65build: [
66 ["dune" "subst"] {dev}
67 [
68 "dune"
69 "build"
70 "-p"
71 name
72 "-j"
73 jobs
74 "@install"
75 "@runtest" {with-test}
76 "@doc" {with-doc}
77 ]
78]
79dev-repo: "git+https://github.com/ocurrent/ocurrent.git"
80url {
81 src:
82 "https://github.com/ocurrent/ocurrent/releases/download/v0.6.6/current-0.6.6.tbz"
83 checksum: [
84 "sha256=2329288bcbb455a3b8997f15d0090474e42274935379bc00d12abd22dcbf9990"
85 "sha512=27525c17c09fe90f2554701c60ef5d6f1d4b42f13f3c4245becbfecd0178f102739ec0a22732b2ed926510dd33d7d90a8f001df086e840279493182783d6c676"
86 ]
87}
88x-commit-hash: "bfc886e78e6da9e47904d2dfc7e11ad604af735f"