package dune-release

  1. Overview
  2. Docs
val html_url : Yojson.Basic.t -> ([ `Already_exists | `Url of string ], Bos_setup.R.msg) Bos_setup.result

html_url response extracts the html_url field from a github json response, or `Already_exists if the corresponding pull request already exists, or error messages.

val number : Yojson.Basic.t -> (int, Bos_setup.R.msg) Bos_setup.result

number response extracts the number field from a github json response, or error messages.

OCaml

Innovation. Community. Security.