opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: [
  "David Sheets"
  "Thomas Gazagnaire"
]
homepage: "https://github.com/dsheets/ocaml-github-hooks"
bug-reports: "https://github.com/dsheets/ocaml-github-hooks/issues"
dev-repo: "git+https://github.com/dsheets/ocaml-github-hooks.git"
doc: "https://dsheets.github.io/ocaml-github-hooks/"

tags: [
  "git"
  "github"
]

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.02.0"}
  "jbuilder" {>= "1.0+beta9"}
  "fmt"
  "logs"
  "lwt" {< "4.0.0"}
  "cohttp-lwt" {>= "0.99.0"}
  "conduit-lwt" {<"1.5.0"}
  "github" {>= "3.0.1"}
  "nocrypto"
  "cstruct"
  "hex"
]
synopsis: "GitHub API web hook listener library"
description: "Library to create GitHub webhook server."
url {
  src:
    "https://github.com/dsheets/ocaml-github-hooks/releases/download/0.3.0/github-hooks-0.3.0.tbz"
  checksum: "md5=6212a5283289f1dc44678d608ba88e5d"
}
