package github-jsoo

  1. Overview
  2. No Docs

Description

Build Status docs

This library provides an OCaml interface to the GitHub APIv3 (JSON). It is compatible with MirageOS and also compiles to pure JavaScript via js_of_ocaml.

It is not yet complete but lib/github.atd contains the data types that have been bound so far.

There are several tests and examples in lib_test for small bits of functionality. jar contains utility programs that use the git jar facility for stored tokens.

If you are interested in easily using this library to listen for GitHub web hook events, you should look at dsheets/ocaml-github-hooks.

Tags

org:mirage org:xapi-project git

Published: 04 Jul 2017

Dependencies (6)

  1. github >= "3.0.0"
  2. js_of_ocaml
  3. js_of_ocaml-ppx
  4. cohttp >= "0.17.0" & < "0.99"
  5. jbuilder >= "1.0+beta10"
  6. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None