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 "github-unix" {>= "3.0.1"} 19 "conduit-lwt-unix" {>= "1.5.0"} 20 "github-hooks" {>= "0.5.0"} 21 "cohttp-lwt-unix" {>= "0.99.0"} 22] 23 24synopsis: "GitHub API web hook listener library using unix functions" 25description: "Library to create GitHub webhook server." 26url { 27 src: 28 "https://github.com/dsheets/ocaml-github-hooks/releases/download/0.5.0/github-hooks-0.5.0.tbz" 29 checksum: [ 30 "sha256=bd92e6d3b8f6106e65851ebb0e8d56f8f87dd2d7cf09ecaae2ea5f5ed422f4c9" 31 "sha512=13620ae004c2b56b974ffbd76f9a0627a63967636bc834809f82a39abb1abf75491f0f17858445fbeb292faf5ed4cb0b9e343023d4794e6a0860311e9bff9cc2" 32 ] 33}