You can search for identifiers within the package.
in-package search v0.2.0
gitlab-jsoo
gitlab.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 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)
1 2 3 4 5 6 7 8 9 10 11 12 13
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)