this repo has no description
1opam-version: "2.0" 2maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 3authors: ["David Sheets" "Thomas Gazagnaire"] 4tags: ["git" "github"] 5homepage: "https://github.com/dsheets/ocaml-github-hooks" 6doc: "https://dsheets.github.io/ocaml-github-hooks/" 7bug-reports: "https://github.com/dsheets/ocaml-github-hooks/issues" 8dev-repo: "git+https://github.com/dsheets/ocaml-github-hooks.git" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.02.0"} 17 "dune" 18 "fmt" 19 "logs" 20 "lwt" 21 "cohttp-lwt" {>= "0.99.0"} 22 "conduit-lwt" {>= "1.5.0"} 23 "github" {>= "3.0.1"} 24 "nocrypto" 25 "cstruct" 26 "hex" 27] 28 29synopsis: "GitHub API web hook listener library" 30description: "Library to create GitHub webhook server" 31url { 32 src: 33 "https://github.com/dsheets/ocaml-github-hooks/releases/download/0.5.0/github-hooks-0.5.0.tbz" 34 checksum: [ 35 "sha256=bd92e6d3b8f6106e65851ebb0e8d56f8f87dd2d7cf09ecaae2ea5f5ed422f4c9" 36 "sha512=13620ae004c2b56b974ffbd76f9a0627a63967636bc834809f82a39abb1abf75491f0f17858445fbeb292faf5ed4cb0b9e343023d4794e6a0860311e9bff9cc2" 37 ] 38}