package gitlab-jsoo

  1. Overview
  2. Docs

Source file gitlab.ml

1
2
3
4
5
6
7
8
9
10
11
module Time = struct
  let now = Unix.gettimeofday
  let sleep = Js_of_ocaml_lwt.Lwt_js.sleep
end

module Env = struct
  let debug = false
  let gitlab_uri = "https://gitlab.com/api/v4"
end

include Gitlab_core.Make (Env) (Time) (Cohttp_lwt_jsoo.Client)
OCaml

Innovation. Community. Security.