this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Watches GitLab pipelines and notifies on status updates using 'send-notify'" 4description: 5 "Watches new pipelines in a specified set of GitLab projects and notifies the user on updates using 'send-notify'." 6maintainer: "arvid.jakobsson@nomadic-labs.com" 7authors: "Arvid Jakobsson" 8license: "MIT" 9tags: ["topics" "gitlab"] 10homepage: "https://gitlab.com/arvidnl/gitlab_pipeline_notifier" 11doc: "https://gitlab.com/arvidnl/gitlab_pipeline_notifier" 12bug-reports: "https://gitlab.com/arvidnl/gitlab_pipeline_notifier/-/issues" 13depends: [ 14 "ocaml" 15 "dune" {>= "3.0"} 16 "lwt" {>= "5.6.0"} 17 "gitlab" {>= "0.1.5"} 18 "gitlab-unix" {>= "0.1.5"} 19 "ISO8601" 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://gitlab.com/arvidnl/gitlab_pipeline_notifier.git" 37url { 38 src: 39 "https://gitlab.com/arvidnl/gitlab_pipeline_notifier/-/archive/v0.1/gitlab_pipeline_notifier-v0.1.tar.gz" 40 checksum: [ 41 "md5=6e9671e91dab6f217a1bd6bbdd22e0df" 42 "sha512=66fe2405aff4690f8abd7c9958eda92b175342d4d52ce06db095e8f1016691667375d5e9f36c6de92c377106a411c80a2913b47d053577fae2f0c1d6607ad3f7" 43 ] 44}