package reason

  1. Overview
  2. Docs
Reason: Syntax & Toolchain for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.12.0.tbz
sha256=63d950affbe203701a3d4c076a2750b56211bae7017cd8f59da508efb09a1afe
sha512=3ed24f4567dcf2ef2c05cec45fae18da2b9a78dab098a8e97e6430aaed4c8e3f659c7a5ccab88bce498c4b3d3cd54b01e72b2be4fefdf9f3bfcc2c8eb7fd86d4

doc/src/reason.cmdliner/vendored_cmdliner.ml.html

Source file vendored_cmdliner.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(*---------------------------------------------------------------------------
   Copyright (c) 2011 The cmdliner programmers. All rights reserved.
   SPDX-License-Identifier: ISC
  ---------------------------------------------------------------------------*)

module Manpage = Cmdliner_manpage
module Term = struct
  include Cmdliner_term
  include Cmdliner_term_deprecated
end
module Cmd = struct
  module Exit = Cmdliner_info.Exit
  module Env = Cmdliner_info.Env
  include Cmdliner_cmd
  include Cmdliner_eval
end
module Arg = Cmdliner_arg
OCaml

Innovation. Community. Security.